Advertisement
Guest User

new.error.log

a guest
Oct 29th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. 2014-10-29 17:36:42,653 :Traceback (most recent call last):
  2. 2014-10-29 17:36:42,653 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  3. 2014-10-29 17:36:42,653 : self.error_log_file.logger.exception("Error running WSGI application")
  4. 2014-10-29 17:36:42,654 : File "/usr/lib/python2.7/logging/__init__.py", line 1185, in exception
  5. 2014-10-29 17:36:42,654 : self.error(msg, *args, **kwargs)
  6. 2014-10-29 17:36:42,654 : File "/usr/lib/python2.7/logging/__init__.py", line 1178, in error
  7. 2014-10-29 17:36:42,654 : self._log(ERROR, msg, args, **kwargs)
  8. 2014-10-29 17:36:42,654 : File "/usr/lib/python2.7/logging/__init__.py", line 1270, in _log
  9. 2014-10-29 17:36:42,655 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  10. 2014-10-29 17:36:42,655 : File "/usr/lib/python2.7/logging/__init__.py", line 1244, in makeRecord
  11. 2014-10-29 17:36:42,655 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  12. 2014-10-29 17:36:42,655 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  13. 2014-10-29 17:36:42,655 : self.threadName = threading.current_thread().name
  14. 2014-10-29 17:36:42,655 : File "/usr/lib/python2.7/threading.py", line 1160, in currentThread
  15. 2014-10-29 17:36:42,655 : return _active[_get_ident()]
  16. 2014-10-29 17:36:42,655 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  17. 2014-10-29 17:36:42,656 : app_iterator = self.app(environ, start_response)
  18. 2014-10-29 17:36:42,656 : File "/bin/user_wsgi_wrapper.py", line 136, in import_error_application
  19. 2014-10-29 17:36:42,656 : raise e
  20. 2014-10-29 17:36:42,656 :ImportError: No module named main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement