Created
January 29, 2015 19:54
-
-
Save singingwolfboy/648cbe6f1a201563e328 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-01-29 14:53:59,380 INFO 32731 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125 | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/venvs/edxapp/bin/gunicorn", line 9, in <module> | |
load_entry_point('gunicorn==0.17.4', 'console_scripts', 'gunicorn')() | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 36, in run | |
WSGIApplication("%(prog)s [OPTIONS] APP_MODULE").run() | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gunicorn/app/base.py", line 135, in run | |
Arbiter(self).run() | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 59, in __init__ | |
self.setup(app) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gunicorn/arbiter.py", line 111, in setup | |
self.app.wsgi() | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gunicorn/app/base.py", line 106, in wsgi | |
self.callable = self.load() | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 27, in load | |
return util.import_app(self.app_uri) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gunicorn/util.py", line 353, in import_app | |
__import__(module) | |
File "/edx/app/edxapp/edx-platform/lms/wsgi.py", line 21, in <module> | |
modulestore() | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py", line 123, in modulestore | |
contentstore(), | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/django.py", line 28, in contentstore | |
_CONTENTSTORE[name] = class_(**options) | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 40, in __init__ | |
_db.authenticate(user, password) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py", line 902, in authenticate | |
self.connection._cache_credentials(self.name, credentials) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py", line 459, in _cache_credentials | |
auth.authenticate(credentials, sock_info, self.__simple_command) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/auth.py", line 243, in authenticate | |
auth_func(credentials[1:], sock_info, cmd_func) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/auth.py", line 222, in _authenticate_mongo_cr | |
cmd_func(sock_info, source, query) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py", line 693, in __simple_command | |
helpers._check_command_response(response, None, msg) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/helpers.py", line 178, in _check_command_response | |
raise OperationFailure(msg % errmsg, code, response) | |
pymongo.errors.OperationFailure: command SON([('authenticate', 1), ('user', u'edxapp'), ('nonce', u'780586984ecd241'), ('key', u'562983cfa711088f844510d4c476c245')]) failed: auth fails |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment