LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Seems like request to MongoDB is not sent When I am on SSH (https://www.linuxquestions.org/questions/linux-server-73/seems-like-request-to-mongodb-is-not-sent-when-i-am-on-ssh-4175473376/)

nithyaasworld 08-14-2013 12:17 PM

Seems like request to MongoDB is not sent When I am on SSH
 
I am using windows 7 64 bit. I have Ubuntu 12.04 64bit installed on vmware.

I have deployed a node.js application in Ubuntu. DB is Mongodb.
I have no problem when I access the URL of the application from the Ubuntu.

I have connected to Ubuntu server through PuTTY. When I access the application from windows 7, I could access the application and navigate smoothly. The problem is I am not able to login into the application. When I provide username and password and hit enter, nothing happens. Seems like no request is sent to MongoDB from my windows 7.

Below is the server log. Not sure if this would be of any help:

ENTER:SecurityService#_authenticateUser
Parameters:
{
"username": "user 5",
"password": "XXXXXXXXXX"
}
DEBUG: [10:13:55.589 14 Aug 2013] - 1376500435589
EXIT:SecurityService#_authenticateUser
Parameters:
{
"error": null,
"result": null
}
DEBUG: Entering method: Login#startSignIn
DEBUG: Exiting method: Login#startSignIn


Please help! Thanks!


All times are GMT -5. The time now is 12:54 AM.