Skip to content

Instantly share code, notes, and snippets.

@mattias-lidman
Created May 5, 2014 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattias-lidman/d1526eb10f579c82fbf7 to your computer and use it in GitHub Desktop.
Save mattias-lidman/d1526eb10f579c82fbf7 to your computer and use it in GitHub Desktop.
2014-05-05_15:31:31.57105 2014-05-05 15:31:31,570 ERROR [root][MainThread] "2861f2c0-0774-4914-a333-643419231d02" "/authenticate/" "192.170.227.202" Internal server error: Could not authenticate user
2014-05-05_15:31:31.57107 Traceback (most recent call last):
2014-05-05_15:31:31.57107 File "/usr/share/gearbox/nexus/current/graph/lib/python2.7/site-packages/globusonline-RELEASE_2011_06_06-py2.7.egg/globusonline/graph/auth/authentication.py", line 86, in authenticate_username_password_json
2014-05-05_15:31:31.57108 params = json.loads(request.body)
2014-05-05_15:31:31.57109 File "/usr/lib/python2.7/json/__init__.py", line 326, in loads
2014-05-05_15:31:31.57110 return _default_decoder.decode(s)
2014-05-05_15:31:31.57110 File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
2014-05-05_15:31:31.57111 obj, end = self.raw_decode(s, idx=_w(s, 0).end())
2014-05-05_15:31:31.57112 File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
2014-05-05_15:31:31.57112 obj, end = self.scan_once(s, idx)
2014-05-05_15:31:31.57113 ValueError: Invalid control character at: line 1 column 39 (char 39)
2014-05-05_15:31:31.57114 2014-05-05 15:31:31,570 ERROR [root][MainThread] "2861f2c0-0774-4914-a333-643419231d02" "/authenticate/" "192.170.227.202" UNCAUGHT EXCEPTION:
2014-05-05_15:31:31.57114 Traceback (most recent call last):
2014-05-05_15:31:31.57116 File "/usr/share/gearbox/nexus/current/graph/lib/python2.7/site-packages/globusonline-RELEASE_2011_06_06-py2.7.egg/globusonline/graph/app.py", line 344, in __call__
2014-05-05_15:31:31.57117 return self.application(environ, start_response)
2014-05-05_15:31:31.57118 File "/usr/share/gearbox/nexus/current/graph/lib/python2.7/site-packages/globusonline-RELEASE_2011_06_06-py2.7.egg/globusonline/graph/request_id_middleware.py", line 24, in __call__
2014-05-05_15:31:31.57118 return self.application(environ, custom_start_response)
2014-05-05_15:31:31.57121 File "/usr/share/gearbox/nexus/current/graph/lib/python2.7/site-packages/globusonline-RELEASE_2011_06_06-py2.7.egg/globusonline/graph/app.py", line 372, in __call__
2014-05-05_15:31:31.57121 return self.application(environ, start_response)
2014-05-05_15:31:31.57122 File "/usr/share/gearbox/nexus/current/graph/lib/python2.7/site-packages/pyramid/router.py", line 158, in __call__
2014-05-05_15:31:31.57123 response = view_callable(context, request)
2014-05-05_15:31:31.57123 File "/usr/share/gearbox/nexus/current/graph/lib/python2.7/site-packages/pyramid/config.py", line 2916, in _requestonly_view
2014-05-05_15:31:31.57124 response = view(request)
2014-05-05_15:31:31.57125 File "/usr/share/gearbox/nexus/current/graph/lib/python2.7/site-packages/globusonline-RELEASE_2011_06_06-py2.7.egg/globusonline/graph/auth/authentication.py", line 144, in authenticate_username_password_json
2014-05-05_15:31:31.57127 '{0}@globusonline.org'.format(user_name),
2014-05-05_15:31:31.57127 UnboundLocalError: local variable 'user_name' referenced before assignment
2014-05-05_15:31:31.57148 [pid: 12445|app: 0|req: 60254/148689] 10.232.21.151 () {46 vars in 672 bytes} [Mon May 5 15:31:31 2014] POST /authenticate => generated 21 bytes in 1 msecs (HTTP/1.1 500) 0 headers in 38 bytes (0 switches on core 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment