When I try to login to the edX Studio I always get a connection error:
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've done my due diligence on Google and did the:
sudo rm /var/lib/mongodb/mongod.lock
sudo mongod --repair
sudo service mongodb start
and all it's variations and nothing did the trick.
Can somebody help me, please? Thanks for reading.
EDIT: The error occurs when I try to login to the edX Studio via: staff@example.com edx
I get a login success message on the server but immediately after that I get that error.