When I try to log into edX Studio, I always get an error message:
ConnectionFailure at /home/ [Errno 111] Connection refused Request Method: GET Request URL: http://localhost:8001/home/ Django Version: 1.4.20 Exception Type: ConnectionFailure Exception Value: [Errno 111] Connection refused Exception Location: /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py in __init__, line 369 Python Executable: /edx/app/edxapp/venvs/edxapp/bin/python Python Version: 2.7.3
I did my due diligence on Google and did the following:
sudo rm /var/lib/mongodb/mongod.lock sudo mongod --repair sudo service mongodb start
and all its options, and nothing did the trick.
Can someone help me please? Thanks for reading.
EDIT: An error occurs when I try to login to edX Studio via: staff@example.com EDX
I get a message about successful login on the server, but right after that I get this error.
mongodb edx
Vedran
source share