Advertisement
Guest User

error.log

a guest
Oct 28th, 2014
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 200.64 KB | None | 0 0
  1. 2014-10-28 08:22:32,838 :/usr/lib/python2.7/threading.py:1158: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  2. 2014-10-28 08:22:32,839 : return _active[_get_ident()]
  3. 2014-10-28 08:22:32,839 :Traceback (most recent call last):
  4. 2014-10-28 08:22:32,839 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  5. 2014-10-28 08:22:32,839 : self.error_log_file.logger.exception("Error running WSGI application")
  6. 2014-10-28 08:22:32,839 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  7. 2014-10-28 08:22:32,839 : self.error(msg, *args, **kwargs)
  8. 2014-10-28 08:22:32,839 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  9. 2014-10-28 08:22:32,840 : self._log(ERROR, msg, args, **kwargs)
  10. 2014-10-28 08:22:32,840 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  11. 2014-10-28 08:22:32,840 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  12. 2014-10-28 08:22:32,840 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  13. 2014-10-28 08:22:32,840 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  14. 2014-10-28 08:22:32,841 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  15. 2014-10-28 08:22:32,841 : self.threadName = threading.current_thread().name
  16. 2014-10-28 08:22:32,841 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  17. 2014-10-28 08:22:32,841 : return _active[_get_ident()]
  18. 2014-10-28 08:22:32,841 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  19. 2014-10-28 08:22:32,841 : app_iterator = self.app(environ, start_response)
  20. 2014-10-28 08:22:32,841 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  21. 2014-10-28 08:22:32,841 : self.load_middleware()
  22. 2014-10-28 08:22:32,841 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  23. 2014-10-28 08:22:32,842 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  24. 2014-10-28 08:22:32,842 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  25. 2014-10-28 08:22:32,842 : self._setup()
  26. 2014-10-28 08:22:32,842 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  27. 2014-10-28 08:22:32,842 : self._wrapped = Settings(settings_module)
  28. 2014-10-28 08:22:32,842 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  29. 2014-10-28 08:22:32,842 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  30. 2014-10-28 08:22:32,842 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  31. 2014-10-28 08:22:34,502 :Traceback (most recent call last):
  32. 2014-10-28 08:22:34,502 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  33. 2014-10-28 08:22:34,503 : self.error_log_file.logger.exception("Error running WSGI application")
  34. 2014-10-28 08:22:34,503 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  35. 2014-10-28 08:22:34,503 : self.error(msg, *args, **kwargs)
  36. 2014-10-28 08:22:34,503 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  37. 2014-10-28 08:22:34,503 : self._log(ERROR, msg, args, **kwargs)
  38. 2014-10-28 08:22:34,503 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  39. 2014-10-28 08:22:34,504 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  40. 2014-10-28 08:22:34,504 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  41. 2014-10-28 08:22:34,504 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  42. 2014-10-28 08:22:34,504 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  43. 2014-10-28 08:22:34,504 : self.threadName = threading.current_thread().name
  44. 2014-10-28 08:22:34,504 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  45. 2014-10-28 08:22:34,504 : return _active[_get_ident()]
  46. 2014-10-28 08:22:34,505 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  47. 2014-10-28 08:22:34,505 : app_iterator = self.app(environ, start_response)
  48. 2014-10-28 08:22:34,505 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  49. 2014-10-28 08:22:34,505 : self.load_middleware()
  50. 2014-10-28 08:22:34,505 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  51. 2014-10-28 08:22:34,505 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  52. 2014-10-28 08:22:34,505 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  53. 2014-10-28 08:22:34,505 : self._setup()
  54. 2014-10-28 08:22:34,505 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  55. 2014-10-28 08:22:34,505 : self._wrapped = Settings(settings_module)
  56. 2014-10-28 08:22:34,506 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  57. 2014-10-28 08:22:34,506 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  58. 2014-10-28 08:22:34,506 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  59. 2014-10-28 08:22:35,076 :Traceback (most recent call last):
  60. 2014-10-28 08:22:35,076 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  61. 2014-10-28 08:22:35,076 : self.error_log_file.logger.exception("Error running WSGI application")
  62. 2014-10-28 08:22:35,077 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  63. 2014-10-28 08:22:35,077 : self.error(msg, *args, **kwargs)
  64. 2014-10-28 08:22:35,077 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  65. 2014-10-28 08:22:35,077 : self._log(ERROR, msg, args, **kwargs)
  66. 2014-10-28 08:22:35,077 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  67. 2014-10-28 08:22:35,077 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  68. 2014-10-28 08:22:35,078 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  69. 2014-10-28 08:22:35,078 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  70. 2014-10-28 08:22:35,078 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  71. 2014-10-28 08:22:35,078 : self.threadName = threading.current_thread().name
  72. 2014-10-28 08:22:35,078 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  73. 2014-10-28 08:22:35,078 : return _active[_get_ident()]
  74. 2014-10-28 08:22:35,078 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  75. 2014-10-28 08:22:35,078 : app_iterator = self.app(environ, start_response)
  76. 2014-10-28 08:22:35,079 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  77. 2014-10-28 08:22:35,079 : self.load_middleware()
  78. 2014-10-28 08:22:35,079 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  79. 2014-10-28 08:22:35,079 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  80. 2014-10-28 08:22:35,079 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  81. 2014-10-28 08:22:35,079 : self._setup()
  82. 2014-10-28 08:22:35,079 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  83. 2014-10-28 08:22:35,079 : self._wrapped = Settings(settings_module)
  84. 2014-10-28 08:22:35,079 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  85. 2014-10-28 08:22:35,079 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  86. 2014-10-28 08:22:35,079 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  87. 2014-10-28 08:22:35,348 :Traceback (most recent call last):
  88. 2014-10-28 08:22:35,348 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  89. 2014-10-28 08:22:35,348 : self.error_log_file.logger.exception("Error running WSGI application")
  90. 2014-10-28 08:22:35,348 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  91. 2014-10-28 08:22:35,348 : self.error(msg, *args, **kwargs)
  92. 2014-10-28 08:22:35,349 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  93. 2014-10-28 08:22:35,349 : self._log(ERROR, msg, args, **kwargs)
  94. 2014-10-28 08:22:35,349 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  95. 2014-10-28 08:22:35,349 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  96. 2014-10-28 08:22:35,349 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  97. 2014-10-28 08:22:35,349 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  98. 2014-10-28 08:22:35,350 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  99. 2014-10-28 08:22:35,350 : self.threadName = threading.current_thread().name
  100. 2014-10-28 08:22:35,350 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  101. 2014-10-28 08:22:35,350 : return _active[_get_ident()]
  102. 2014-10-28 08:22:35,350 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  103. 2014-10-28 08:22:35,350 : app_iterator = self.app(environ, start_response)
  104. 2014-10-28 08:22:35,350 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  105. 2014-10-28 08:22:35,350 : self.load_middleware()
  106. 2014-10-28 08:22:35,350 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  107. 2014-10-28 08:22:35,350 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  108. 2014-10-28 08:22:35,351 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  109. 2014-10-28 08:22:35,351 : self._setup()
  110. 2014-10-28 08:22:35,351 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  111. 2014-10-28 08:22:35,351 : self._wrapped = Settings(settings_module)
  112. 2014-10-28 08:22:35,351 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  113. 2014-10-28 08:22:35,351 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  114. 2014-10-28 08:22:35,351 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  115. 2014-10-28 08:22:35,671 :Traceback (most recent call last):
  116. 2014-10-28 08:22:35,671 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  117. 2014-10-28 08:22:35,671 : self.error_log_file.logger.exception("Error running WSGI application")
  118. 2014-10-28 08:22:35,671 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  119. 2014-10-28 08:22:35,671 : self.error(msg, *args, **kwargs)
  120. 2014-10-28 08:22:35,671 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  121. 2014-10-28 08:22:35,671 : self._log(ERROR, msg, args, **kwargs)
  122. 2014-10-28 08:22:35,671 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  123. 2014-10-28 08:22:35,672 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  124. 2014-10-28 08:22:35,672 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  125. 2014-10-28 08:22:35,672 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  126. 2014-10-28 08:22:35,672 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  127. 2014-10-28 08:22:35,672 : self.threadName = threading.current_thread().name
  128. 2014-10-28 08:22:35,672 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  129. 2014-10-28 08:22:35,673 : return _active[_get_ident()]
  130. 2014-10-28 08:22:35,673 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  131. 2014-10-28 08:22:35,673 : app_iterator = self.app(environ, start_response)
  132. 2014-10-28 08:22:35,673 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  133. 2014-10-28 08:22:35,673 : self.load_middleware()
  134. 2014-10-28 08:22:35,673 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  135. 2014-10-28 08:22:35,673 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  136. 2014-10-28 08:22:35,673 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  137. 2014-10-28 08:22:35,673 : self._setup()
  138. 2014-10-28 08:22:35,673 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  139. 2014-10-28 08:22:35,673 : self._wrapped = Settings(settings_module)
  140. 2014-10-28 08:22:35,674 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  141. 2014-10-28 08:22:35,674 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  142. 2014-10-28 08:22:35,674 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  143. 2014-10-28 08:22:36,014 :Traceback (most recent call last):
  144. 2014-10-28 08:22:36,015 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  145. 2014-10-28 08:22:36,015 : self.error_log_file.logger.exception("Error running WSGI application")
  146. 2014-10-28 08:22:36,015 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  147. 2014-10-28 08:22:36,015 : self.error(msg, *args, **kwargs)
  148. 2014-10-28 08:22:36,015 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  149. 2014-10-28 08:22:36,015 : self._log(ERROR, msg, args, **kwargs)
  150. 2014-10-28 08:22:36,015 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  151. 2014-10-28 08:22:36,016 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  152. 2014-10-28 08:22:36,016 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  153. 2014-10-28 08:22:36,016 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  154. 2014-10-28 08:22:36,016 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  155. 2014-10-28 08:22:36,016 : self.threadName = threading.current_thread().name
  156. 2014-10-28 08:22:36,016 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  157. 2014-10-28 08:22:36,016 : return _active[_get_ident()]
  158. 2014-10-28 08:22:36,017 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  159. 2014-10-28 08:22:36,017 : app_iterator = self.app(environ, start_response)
  160. 2014-10-28 08:22:36,017 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  161. 2014-10-28 08:22:36,017 : self.load_middleware()
  162. 2014-10-28 08:22:36,017 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  163. 2014-10-28 08:22:36,017 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  164. 2014-10-28 08:22:36,017 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  165. 2014-10-28 08:22:36,017 : self._setup()
  166. 2014-10-28 08:22:36,017 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  167. 2014-10-28 08:22:36,017 : self._wrapped = Settings(settings_module)
  168. 2014-10-28 08:22:36,018 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  169. 2014-10-28 08:22:36,018 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  170. 2014-10-28 08:22:36,018 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  171. 2014-10-28 08:22:36,345 :Traceback (most recent call last):
  172. 2014-10-28 08:22:36,345 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  173. 2014-10-28 08:22:36,345 : self.error_log_file.logger.exception("Error running WSGI application")
  174. 2014-10-28 08:22:36,345 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  175. 2014-10-28 08:22:36,346 : self.error(msg, *args, **kwargs)
  176. 2014-10-28 08:22:36,346 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  177. 2014-10-28 08:22:36,346 : self._log(ERROR, msg, args, **kwargs)
  178. 2014-10-28 08:22:36,346 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  179. 2014-10-28 08:22:36,346 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  180. 2014-10-28 08:22:36,346 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  181. 2014-10-28 08:22:36,346 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  182. 2014-10-28 08:22:36,347 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  183. 2014-10-28 08:22:36,347 : self.threadName = threading.current_thread().name
  184. 2014-10-28 08:22:36,347 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  185. 2014-10-28 08:22:36,347 : return _active[_get_ident()]
  186. 2014-10-28 08:22:36,347 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  187. 2014-10-28 08:22:36,347 : app_iterator = self.app(environ, start_response)
  188. 2014-10-28 08:22:36,347 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  189. 2014-10-28 08:22:36,347 : self.load_middleware()
  190. 2014-10-28 08:22:36,347 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  191. 2014-10-28 08:22:36,348 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  192. 2014-10-28 08:22:36,348 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  193. 2014-10-28 08:22:36,348 : self._setup()
  194. 2014-10-28 08:22:36,348 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  195. 2014-10-28 08:22:36,348 : self._wrapped = Settings(settings_module)
  196. 2014-10-28 08:22:36,348 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  197. 2014-10-28 08:22:36,348 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  198. 2014-10-28 08:22:36,348 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  199. 2014-10-28 08:22:36,549 :Traceback (most recent call last):
  200. 2014-10-28 08:22:36,550 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  201. 2014-10-28 08:22:36,550 : self.error_log_file.logger.exception("Error running WSGI application")
  202. 2014-10-28 08:22:36,550 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  203. 2014-10-28 08:22:36,550 : self.error(msg, *args, **kwargs)
  204. 2014-10-28 08:22:36,550 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  205. 2014-10-28 08:22:36,550 : self._log(ERROR, msg, args, **kwargs)
  206. 2014-10-28 08:22:36,550 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  207. 2014-10-28 08:22:36,551 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  208. 2014-10-28 08:22:36,551 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  209. 2014-10-28 08:22:36,551 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  210. 2014-10-28 08:22:36,551 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  211. 2014-10-28 08:22:36,551 : self.threadName = threading.current_thread().name
  212. 2014-10-28 08:22:36,551 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  213. 2014-10-28 08:22:36,551 : return _active[_get_ident()]
  214. 2014-10-28 08:22:36,552 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  215. 2014-10-28 08:22:36,552 : app_iterator = self.app(environ, start_response)
  216. 2014-10-28 08:22:36,552 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  217. 2014-10-28 08:22:36,552 : self.load_middleware()
  218. 2014-10-28 08:22:36,552 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  219. 2014-10-28 08:22:36,552 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  220. 2014-10-28 08:22:36,552 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  221. 2014-10-28 08:22:36,552 : self._setup()
  222. 2014-10-28 08:22:36,552 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  223. 2014-10-28 08:22:36,552 : self._wrapped = Settings(settings_module)
  224. 2014-10-28 08:22:36,552 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  225. 2014-10-28 08:22:36,553 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  226. 2014-10-28 08:22:36,553 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  227. 2014-10-28 08:22:36,866 :Traceback (most recent call last):
  228. 2014-10-28 08:22:36,866 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  229. 2014-10-28 08:22:36,866 : self.error_log_file.logger.exception("Error running WSGI application")
  230. 2014-10-28 08:22:36,866 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  231. 2014-10-28 08:22:36,867 : self.error(msg, *args, **kwargs)
  232. 2014-10-28 08:22:36,867 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  233. 2014-10-28 08:22:36,867 : self._log(ERROR, msg, args, **kwargs)
  234. 2014-10-28 08:22:36,867 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  235. 2014-10-28 08:22:36,867 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  236. 2014-10-28 08:22:36,867 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  237. 2014-10-28 08:22:36,868 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  238. 2014-10-28 08:22:36,868 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  239. 2014-10-28 08:22:36,868 : self.threadName = threading.current_thread().name
  240. 2014-10-28 08:22:36,868 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  241. 2014-10-28 08:22:36,868 : return _active[_get_ident()]
  242. 2014-10-28 08:22:36,868 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  243. 2014-10-28 08:22:36,868 : app_iterator = self.app(environ, start_response)
  244. 2014-10-28 08:22:36,868 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  245. 2014-10-28 08:22:36,869 : self.load_middleware()
  246. 2014-10-28 08:22:36,869 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  247. 2014-10-28 08:22:36,869 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  248. 2014-10-28 08:22:36,869 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  249. 2014-10-28 08:22:36,869 : self._setup()
  250. 2014-10-28 08:22:36,869 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  251. 2014-10-28 08:22:36,869 : self._wrapped = Settings(settings_module)
  252. 2014-10-28 08:22:36,869 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  253. 2014-10-28 08:22:36,869 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  254. 2014-10-28 08:22:36,869 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  255. 2014-10-28 08:22:36,994 :Traceback (most recent call last):
  256. 2014-10-28 08:22:36,994 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  257. 2014-10-28 08:22:36,994 : self.error_log_file.logger.exception("Error running WSGI application")
  258. 2014-10-28 08:22:36,994 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  259. 2014-10-28 08:22:36,995 : self.error(msg, *args, **kwargs)
  260. 2014-10-28 08:22:36,995 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  261. 2014-10-28 08:22:36,995 : self._log(ERROR, msg, args, **kwargs)
  262. 2014-10-28 08:22:36,995 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  263. 2014-10-28 08:22:36,995 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  264. 2014-10-28 08:22:36,995 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  265. 2014-10-28 08:22:36,996 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  266. 2014-10-28 08:22:36,996 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  267. 2014-10-28 08:22:36,996 : self.threadName = threading.current_thread().name
  268. 2014-10-28 08:22:36,996 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  269. 2014-10-28 08:22:36,996 : return _active[_get_ident()]
  270. 2014-10-28 08:22:36,996 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  271. 2014-10-28 08:22:36,996 : app_iterator = self.app(environ, start_response)
  272. 2014-10-28 08:22:36,996 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  273. 2014-10-28 08:22:36,997 : self.load_middleware()
  274. 2014-10-28 08:22:36,997 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  275. 2014-10-28 08:22:36,997 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  276. 2014-10-28 08:22:36,997 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  277. 2014-10-28 08:22:36,997 : self._setup()
  278. 2014-10-28 08:22:36,997 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  279. 2014-10-28 08:22:36,997 : self._wrapped = Settings(settings_module)
  280. 2014-10-28 08:22:36,997 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  281. 2014-10-28 08:22:36,997 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  282. 2014-10-28 08:22:36,997 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  283. 2014-10-28 08:22:37,333 :Traceback (most recent call last):
  284. 2014-10-28 08:22:37,333 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  285. 2014-10-28 08:22:37,333 : self.error_log_file.logger.exception("Error running WSGI application")
  286. 2014-10-28 08:22:37,334 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  287. 2014-10-28 08:22:37,334 : self.error(msg, *args, **kwargs)
  288. 2014-10-28 08:22:37,334 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  289. 2014-10-28 08:22:37,334 : self._log(ERROR, msg, args, **kwargs)
  290. 2014-10-28 08:22:37,334 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  291. 2014-10-28 08:22:37,334 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  292. 2014-10-28 08:22:37,335 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  293. 2014-10-28 08:22:37,335 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  294. 2014-10-28 08:22:37,335 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  295. 2014-10-28 08:22:37,335 : self.threadName = threading.current_thread().name
  296. 2014-10-28 08:22:37,335 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  297. 2014-10-28 08:22:37,335 : return _active[_get_ident()]
  298. 2014-10-28 08:22:37,335 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  299. 2014-10-28 08:22:37,335 : app_iterator = self.app(environ, start_response)
  300. 2014-10-28 08:22:37,336 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  301. 2014-10-28 08:22:37,336 : self.load_middleware()
  302. 2014-10-28 08:22:37,336 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  303. 2014-10-28 08:22:37,336 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  304. 2014-10-28 08:22:37,336 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  305. 2014-10-28 08:22:37,336 : self._setup()
  306. 2014-10-28 08:22:37,336 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  307. 2014-10-28 08:22:37,336 : self._wrapped = Settings(settings_module)
  308. 2014-10-28 08:22:37,336 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  309. 2014-10-28 08:22:37,336 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  310. 2014-10-28 08:22:37,337 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  311. 2014-10-28 08:22:37,368 :Traceback (most recent call last):
  312. 2014-10-28 08:22:37,368 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  313. 2014-10-28 08:22:37,368 : self.error_log_file.logger.exception("Error running WSGI application")
  314. 2014-10-28 08:22:37,368 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  315. 2014-10-28 08:22:37,369 : self.error(msg, *args, **kwargs)
  316. 2014-10-28 08:22:37,369 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  317. 2014-10-28 08:22:37,369 : self._log(ERROR, msg, args, **kwargs)
  318. 2014-10-28 08:22:37,369 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  319. 2014-10-28 08:22:37,369 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  320. 2014-10-28 08:22:37,369 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  321. 2014-10-28 08:22:37,370 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  322. 2014-10-28 08:22:37,370 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  323. 2014-10-28 08:22:37,370 : self.threadName = threading.current_thread().name
  324. 2014-10-28 08:22:37,370 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  325. 2014-10-28 08:22:37,370 : return _active[_get_ident()]
  326. 2014-10-28 08:22:37,370 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  327. 2014-10-28 08:22:37,370 : app_iterator = self.app(environ, start_response)
  328. 2014-10-28 08:22:37,370 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  329. 2014-10-28 08:22:37,371 : self.load_middleware()
  330. 2014-10-28 08:22:37,371 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  331. 2014-10-28 08:22:37,371 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  332. 2014-10-28 08:22:37,371 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  333. 2014-10-28 08:22:37,371 : self._setup()
  334. 2014-10-28 08:22:37,371 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  335. 2014-10-28 08:22:37,371 : self._wrapped = Settings(settings_module)
  336. 2014-10-28 08:22:37,371 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  337. 2014-10-28 08:22:37,371 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  338. 2014-10-28 08:22:37,371 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  339. 2014-10-28 08:22:37,591 :Traceback (most recent call last):
  340. 2014-10-28 08:22:37,591 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  341. 2014-10-28 08:22:37,591 : self.error_log_file.logger.exception("Error running WSGI application")
  342. 2014-10-28 08:22:37,591 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  343. 2014-10-28 08:22:37,591 : self.error(msg, *args, **kwargs)
  344. 2014-10-28 08:22:37,592 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  345. 2014-10-28 08:22:37,592 : self._log(ERROR, msg, args, **kwargs)
  346. 2014-10-28 08:22:37,592 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  347. 2014-10-28 08:22:37,592 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  348. 2014-10-28 08:22:37,593 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  349. 2014-10-28 08:22:37,593 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  350. 2014-10-28 08:22:37,593 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  351. 2014-10-28 08:22:37,593 : self.threadName = threading.current_thread().name
  352. 2014-10-28 08:22:37,593 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  353. 2014-10-28 08:22:37,594 : return _active[_get_ident()]
  354. 2014-10-28 08:22:37,594 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  355. 2014-10-28 08:22:37,594 : app_iterator = self.app(environ, start_response)
  356. 2014-10-28 08:22:37,594 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  357. 2014-10-28 08:22:37,594 : self.load_middleware()
  358. 2014-10-28 08:22:37,594 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  359. 2014-10-28 08:22:37,594 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  360. 2014-10-28 08:22:37,595 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  361. 2014-10-28 08:22:37,595 : self._setup()
  362. 2014-10-28 08:22:37,595 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  363. 2014-10-28 08:22:37,595 : self._wrapped = Settings(settings_module)
  364. 2014-10-28 08:22:37,595 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  365. 2014-10-28 08:22:37,595 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  366. 2014-10-28 08:22:37,595 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  367. 2014-10-28 08:22:37,916 :Traceback (most recent call last):
  368. 2014-10-28 08:22:37,916 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  369. 2014-10-28 08:22:37,916 : self.error_log_file.logger.exception("Error running WSGI application")
  370. 2014-10-28 08:22:37,916 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  371. 2014-10-28 08:22:37,917 : self.error(msg, *args, **kwargs)
  372. 2014-10-28 08:22:37,917 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  373. 2014-10-28 08:22:37,917 : self._log(ERROR, msg, args, **kwargs)
  374. 2014-10-28 08:22:37,917 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  375. 2014-10-28 08:22:37,917 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  376. 2014-10-28 08:22:37,917 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  377. 2014-10-28 08:22:37,917 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  378. 2014-10-28 08:22:37,918 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  379. 2014-10-28 08:22:37,918 : self.threadName = threading.current_thread().name
  380. 2014-10-28 08:22:37,918 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  381. 2014-10-28 08:22:37,918 : return _active[_get_ident()]
  382. 2014-10-28 08:22:37,918 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  383. 2014-10-28 08:22:37,918 : app_iterator = self.app(environ, start_response)
  384. 2014-10-28 08:22:37,918 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  385. 2014-10-28 08:22:37,918 : self.load_middleware()
  386. 2014-10-28 08:22:37,919 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  387. 2014-10-28 08:22:37,919 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  388. 2014-10-28 08:22:37,919 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  389. 2014-10-28 08:22:37,919 : self._setup()
  390. 2014-10-28 08:22:37,919 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  391. 2014-10-28 08:22:37,919 : self._wrapped = Settings(settings_module)
  392. 2014-10-28 08:22:37,919 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  393. 2014-10-28 08:22:37,919 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  394. 2014-10-28 08:22:37,919 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named wings.settings
  395. 2014-10-28 19:45:31,886 :/usr/lib/python2.7/threading.py:1158: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  396. 2014-10-28 19:45:31,886 : return _active[_get_ident()]
  397. 2014-10-28 19:45:31,886 :Traceback (most recent call last):
  398. 2014-10-28 19:45:31,886 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  399. 2014-10-28 19:45:31,886 : self.error_log_file.logger.exception("Error running WSGI application")
  400. 2014-10-28 19:45:31,886 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  401. 2014-10-28 19:45:31,886 : self.error(msg, *args, **kwargs)
  402. 2014-10-28 19:45:31,887 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  403. 2014-10-28 19:45:31,887 : self._log(ERROR, msg, args, **kwargs)
  404. 2014-10-28 19:45:31,887 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  405. 2014-10-28 19:45:31,887 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  406. 2014-10-28 19:45:31,887 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  407. 2014-10-28 19:45:31,887 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  408. 2014-10-28 19:45:31,888 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  409. 2014-10-28 19:45:31,888 : self.threadName = threading.current_thread().name
  410. 2014-10-28 19:45:31,888 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  411. 2014-10-28 19:45:31,888 : return _active[_get_ident()]
  412. 2014-10-28 19:45:31,888 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  413. 2014-10-28 19:45:31,888 : app_iterator = self.app(environ, start_response)
  414. 2014-10-28 19:45:31,888 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  415. 2014-10-28 19:45:31,889 : self.load_middleware()
  416. 2014-10-28 19:45:31,889 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  417. 2014-10-28 19:45:31,895 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  418. 2014-10-28 19:45:31,895 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  419. 2014-10-28 19:45:33,422 :Traceback (most recent call last):
  420. 2014-10-28 19:45:33,423 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  421. 2014-10-28 19:45:33,423 : self.error_log_file.logger.exception("Error running WSGI application")
  422. 2014-10-28 19:45:33,423 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  423. 2014-10-28 19:45:33,423 : self.error(msg, *args, **kwargs)
  424. 2014-10-28 19:45:33,423 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  425. 2014-10-28 19:45:33,423 : self._log(ERROR, msg, args, **kwargs)
  426. 2014-10-28 19:45:33,423 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  427. 2014-10-28 19:45:33,424 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  428. 2014-10-28 19:45:33,424 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  429. 2014-10-28 19:45:33,424 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  430. 2014-10-28 19:45:33,424 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  431. 2014-10-28 19:45:33,424 : self.threadName = threading.current_thread().name
  432. 2014-10-28 19:45:33,424 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  433. 2014-10-28 19:45:33,425 : return _active[_get_ident()]
  434. 2014-10-28 19:45:33,425 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  435. 2014-10-28 19:45:33,425 : app_iterator = self.app(environ, start_response)
  436. 2014-10-28 19:45:33,425 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  437. 2014-10-28 19:45:33,425 : self.load_middleware()
  438. 2014-10-28 19:45:33,425 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  439. 2014-10-28 19:45:33,425 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  440. 2014-10-28 19:45:33,425 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  441. 2014-10-28 19:45:33,727 :Traceback (most recent call last):
  442. 2014-10-28 19:45:33,727 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  443. 2014-10-28 19:45:33,727 : self.error_log_file.logger.exception("Error running WSGI application")
  444. 2014-10-28 19:45:33,727 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  445. 2014-10-28 19:45:33,728 : self.error(msg, *args, **kwargs)
  446. 2014-10-28 19:45:33,728 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  447. 2014-10-28 19:45:33,728 : self._log(ERROR, msg, args, **kwargs)
  448. 2014-10-28 19:45:33,728 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  449. 2014-10-28 19:45:33,728 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  450. 2014-10-28 19:45:33,728 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  451. 2014-10-28 19:45:33,729 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  452. 2014-10-28 19:45:33,729 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  453. 2014-10-28 19:45:33,729 : self.threadName = threading.current_thread().name
  454. 2014-10-28 19:45:33,729 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  455. 2014-10-28 19:45:33,729 : return _active[_get_ident()]
  456. 2014-10-28 19:45:33,729 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  457. 2014-10-28 19:45:33,729 : app_iterator = self.app(environ, start_response)
  458. 2014-10-28 19:45:33,729 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  459. 2014-10-28 19:45:33,729 : self.load_middleware()
  460. 2014-10-28 19:45:33,729 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  461. 2014-10-28 19:45:33,730 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  462. 2014-10-28 19:45:33,730 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  463. 2014-10-28 19:45:34,710 :Traceback (most recent call last):
  464. 2014-10-28 19:45:34,710 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  465. 2014-10-28 19:45:34,710 : self.error_log_file.logger.exception("Error running WSGI application")
  466. 2014-10-28 19:45:34,710 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  467. 2014-10-28 19:45:34,710 : self.error(msg, *args, **kwargs)
  468. 2014-10-28 19:45:34,711 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  469. 2014-10-28 19:45:34,711 : self._log(ERROR, msg, args, **kwargs)
  470. 2014-10-28 19:45:34,711 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  471. 2014-10-28 19:45:34,711 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  472. 2014-10-28 19:45:34,711 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  473. 2014-10-28 19:45:34,711 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  474. 2014-10-28 19:45:34,712 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  475. 2014-10-28 19:45:34,712 : self.threadName = threading.current_thread().name
  476. 2014-10-28 19:45:34,712 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  477. 2014-10-28 19:45:34,712 : return _active[_get_ident()]
  478. 2014-10-28 19:45:34,712 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  479. 2014-10-28 19:45:34,712 : app_iterator = self.app(environ, start_response)
  480. 2014-10-28 19:45:34,712 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  481. 2014-10-28 19:45:34,712 : self.load_middleware()
  482. 2014-10-28 19:45:34,712 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  483. 2014-10-28 19:45:34,712 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  484. 2014-10-28 19:45:34,713 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  485. 2014-10-28 19:45:35,042 :Traceback (most recent call last):
  486. 2014-10-28 19:45:35,042 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  487. 2014-10-28 19:45:35,042 : self.error_log_file.logger.exception("Error running WSGI application")
  488. 2014-10-28 19:45:35,042 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  489. 2014-10-28 19:45:35,043 : self.error(msg, *args, **kwargs)
  490. 2014-10-28 19:45:35,043 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  491. 2014-10-28 19:45:35,043 : self._log(ERROR, msg, args, **kwargs)
  492. 2014-10-28 19:45:35,043 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  493. 2014-10-28 19:45:35,043 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  494. 2014-10-28 19:45:35,043 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  495. 2014-10-28 19:45:35,044 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  496. 2014-10-28 19:45:35,044 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  497. 2014-10-28 19:45:35,044 : self.threadName = threading.current_thread().name
  498. 2014-10-28 19:45:35,044 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  499. 2014-10-28 19:45:35,044 : return _active[_get_ident()]
  500. 2014-10-28 19:45:35,044 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  501. 2014-10-28 19:45:35,045 : app_iterator = self.app(environ, start_response)
  502. 2014-10-28 19:45:35,045 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  503. 2014-10-28 19:45:35,045 : self.load_middleware()
  504. 2014-10-28 19:45:35,045 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  505. 2014-10-28 19:45:35,045 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  506. 2014-10-28 19:45:35,045 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  507. 2014-10-28 19:45:35,375 :Traceback (most recent call last):
  508. 2014-10-28 19:45:35,375 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  509. 2014-10-28 19:45:35,375 : self.error_log_file.logger.exception("Error running WSGI application")
  510. 2014-10-28 19:45:35,375 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  511. 2014-10-28 19:45:35,375 : self.error(msg, *args, **kwargs)
  512. 2014-10-28 19:45:35,375 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  513. 2014-10-28 19:45:35,376 : self._log(ERROR, msg, args, **kwargs)
  514. 2014-10-28 19:45:35,376 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  515. 2014-10-28 19:45:35,376 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  516. 2014-10-28 19:45:35,376 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  517. 2014-10-28 19:45:35,376 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  518. 2014-10-28 19:45:35,376 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  519. 2014-10-28 19:45:35,376 : self.threadName = threading.current_thread().name
  520. 2014-10-28 19:45:35,377 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  521. 2014-10-28 19:45:35,377 : return _active[_get_ident()]
  522. 2014-10-28 19:45:35,377 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  523. 2014-10-28 19:45:35,377 : app_iterator = self.app(environ, start_response)
  524. 2014-10-28 19:45:35,377 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  525. 2014-10-28 19:45:35,377 : self.load_middleware()
  526. 2014-10-28 19:45:35,377 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  527. 2014-10-28 19:45:35,377 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  528. 2014-10-28 19:45:35,377 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  529. 2014-10-28 19:45:35,694 :Traceback (most recent call last):
  530. 2014-10-28 19:45:35,694 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  531. 2014-10-28 19:45:35,694 : self.error_log_file.logger.exception("Error running WSGI application")
  532. 2014-10-28 19:45:35,694 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  533. 2014-10-28 19:45:35,694 : self.error(msg, *args, **kwargs)
  534. 2014-10-28 19:45:35,694 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  535. 2014-10-28 19:45:35,694 : self._log(ERROR, msg, args, **kwargs)
  536. 2014-10-28 19:45:35,695 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  537. 2014-10-28 19:45:35,695 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  538. 2014-10-28 19:45:35,695 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  539. 2014-10-28 19:45:35,695 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  540. 2014-10-28 19:45:35,695 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  541. 2014-10-28 19:45:35,695 : self.threadName = threading.current_thread().name
  542. 2014-10-28 19:45:35,695 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  543. 2014-10-28 19:45:35,696 : return _active[_get_ident()]
  544. 2014-10-28 19:45:35,696 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  545. 2014-10-28 19:45:35,696 : app_iterator = self.app(environ, start_response)
  546. 2014-10-28 19:45:35,696 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  547. 2014-10-28 19:45:35,696 : self.load_middleware()
  548. 2014-10-28 19:45:35,696 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  549. 2014-10-28 19:45:35,696 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  550. 2014-10-28 19:45:35,696 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  551. 2014-10-28 19:45:35,830 :Traceback (most recent call last):
  552. 2014-10-28 19:45:35,830 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  553. 2014-10-28 19:45:35,830 : self.error_log_file.logger.exception("Error running WSGI application")
  554. 2014-10-28 19:45:35,830 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  555. 2014-10-28 19:45:35,831 : self.error(msg, *args, **kwargs)
  556. 2014-10-28 19:45:35,831 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  557. 2014-10-28 19:45:35,831 : self._log(ERROR, msg, args, **kwargs)
  558. 2014-10-28 19:45:35,831 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  559. 2014-10-28 19:45:35,831 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  560. 2014-10-28 19:45:35,831 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  561. 2014-10-28 19:45:35,832 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  562. 2014-10-28 19:45:35,832 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  563. 2014-10-28 19:45:35,832 : self.threadName = threading.current_thread().name
  564. 2014-10-28 19:45:35,832 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  565. 2014-10-28 19:45:35,832 : return _active[_get_ident()]
  566. 2014-10-28 19:45:35,832 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  567. 2014-10-28 19:45:35,832 : app_iterator = self.app(environ, start_response)
  568. 2014-10-28 19:45:35,832 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  569. 2014-10-28 19:45:35,833 : self.load_middleware()
  570. 2014-10-28 19:45:35,833 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  571. 2014-10-28 19:45:35,833 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  572. 2014-10-28 19:45:35,833 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  573. 2014-10-28 19:45:36,162 :Traceback (most recent call last):
  574. 2014-10-28 19:45:36,162 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  575. 2014-10-28 19:45:36,162 : self.error_log_file.logger.exception("Error running WSGI application")
  576. 2014-10-28 19:45:36,163 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  577. 2014-10-28 19:45:36,163 : self.error(msg, *args, **kwargs)
  578. 2014-10-28 19:45:36,163 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  579. 2014-10-28 19:45:36,163 : self._log(ERROR, msg, args, **kwargs)
  580. 2014-10-28 19:45:36,163 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  581. 2014-10-28 19:45:36,163 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  582. 2014-10-28 19:45:36,164 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  583. 2014-10-28 19:45:36,164 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  584. 2014-10-28 19:45:36,164 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  585. 2014-10-28 19:45:36,164 : self.threadName = threading.current_thread().name
  586. 2014-10-28 19:45:36,164 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  587. 2014-10-28 19:45:36,164 : return _active[_get_ident()]
  588. 2014-10-28 19:45:36,164 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  589. 2014-10-28 19:45:36,164 : app_iterator = self.app(environ, start_response)
  590. 2014-10-28 19:45:36,165 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  591. 2014-10-28 19:45:36,165 : self.load_middleware()
  592. 2014-10-28 19:45:36,165 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  593. 2014-10-28 19:45:36,165 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  594. 2014-10-28 19:45:36,165 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  595. 2014-10-28 19:45:39,999 :/usr/lib/python2.7/threading.py:1158: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  596. 2014-10-28 19:45:39,999 : return _active[_get_ident()]
  597. 2014-10-28 19:45:40,000 :Traceback (most recent call last):
  598. 2014-10-28 19:45:40,000 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  599. 2014-10-28 19:45:40,000 : self.error_log_file.logger.exception("Error running WSGI application")
  600. 2014-10-28 19:45:40,000 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  601. 2014-10-28 19:45:40,000 : self.error(msg, *args, **kwargs)
  602. 2014-10-28 19:45:40,000 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  603. 2014-10-28 19:45:40,000 : self._log(ERROR, msg, args, **kwargs)
  604. 2014-10-28 19:45:40,000 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  605. 2014-10-28 19:45:40,001 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  606. 2014-10-28 19:45:40,001 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  607. 2014-10-28 19:45:40,001 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  608. 2014-10-28 19:45:40,001 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  609. 2014-10-28 19:45:40,001 : self.threadName = threading.current_thread().name
  610. 2014-10-28 19:45:40,001 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  611. 2014-10-28 19:45:40,001 : return _active[_get_ident()]
  612. 2014-10-28 19:45:40,001 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  613. 2014-10-28 19:45:40,002 : app_iterator = self.app(environ, start_response)
  614. 2014-10-28 19:45:40,002 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  615. 2014-10-28 19:45:40,002 : self.load_middleware()
  616. 2014-10-28 19:45:40,002 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  617. 2014-10-28 19:45:40,002 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  618. 2014-10-28 19:45:40,002 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  619. 2014-10-28 19:45:54,539 :Traceback (most recent call last):
  620. 2014-10-28 19:45:54,540 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  621. 2014-10-28 19:45:54,540 : self.error_log_file.logger.exception("Error running WSGI application")
  622. 2014-10-28 19:45:54,540 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  623. 2014-10-28 19:45:54,540 : self.error(msg, *args, **kwargs)
  624. 2014-10-28 19:45:54,540 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  625. 2014-10-28 19:45:54,541 : self._log(ERROR, msg, args, **kwargs)
  626. 2014-10-28 19:45:54,541 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  627. 2014-10-28 19:45:54,541 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  628. 2014-10-28 19:45:54,541 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  629. 2014-10-28 19:45:54,541 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  630. 2014-10-28 19:45:54,541 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  631. 2014-10-28 19:45:54,541 : self.threadName = threading.current_thread().name
  632. 2014-10-28 19:45:54,542 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  633. 2014-10-28 19:45:54,542 : return _active[_get_ident()]
  634. 2014-10-28 19:45:54,542 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  635. 2014-10-28 19:45:54,542 : app_iterator = self.app(environ, start_response)
  636. 2014-10-28 19:45:54,542 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  637. 2014-10-28 19:45:54,542 : self.load_middleware()
  638. 2014-10-28 19:45:54,542 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  639. 2014-10-28 19:45:54,542 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  640. 2014-10-28 19:45:54,542 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  641. 2014-10-28 19:45:55,263 :Traceback (most recent call last):
  642. 2014-10-28 19:45:55,263 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  643. 2014-10-28 19:45:55,263 : self.error_log_file.logger.exception("Error running WSGI application")
  644. 2014-10-28 19:45:55,263 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  645. 2014-10-28 19:45:55,263 : self.error(msg, *args, **kwargs)
  646. 2014-10-28 19:45:55,264 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  647. 2014-10-28 19:45:55,264 : self._log(ERROR, msg, args, **kwargs)
  648. 2014-10-28 19:45:55,264 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  649. 2014-10-28 19:45:55,264 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  650. 2014-10-28 19:45:55,264 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  651. 2014-10-28 19:45:55,265 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  652. 2014-10-28 19:45:55,265 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  653. 2014-10-28 19:45:55,265 : self.threadName = threading.current_thread().name
  654. 2014-10-28 19:45:55,265 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  655. 2014-10-28 19:45:55,265 : return _active[_get_ident()]
  656. 2014-10-28 19:45:55,266 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  657. 2014-10-28 19:45:55,266 : app_iterator = self.app(environ, start_response)
  658. 2014-10-28 19:45:55,266 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  659. 2014-10-28 19:45:55,266 : self.load_middleware()
  660. 2014-10-28 19:45:55,266 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  661. 2014-10-28 19:45:55,266 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  662. 2014-10-28 19:45:55,266 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  663. 2014-10-28 19:45:55,563 :Traceback (most recent call last):
  664. 2014-10-28 19:45:55,563 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  665. 2014-10-28 19:45:55,563 : self.error_log_file.logger.exception("Error running WSGI application")
  666. 2014-10-28 19:45:55,564 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  667. 2014-10-28 19:45:55,564 : self.error(msg, *args, **kwargs)
  668. 2014-10-28 19:45:55,564 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  669. 2014-10-28 19:45:55,564 : self._log(ERROR, msg, args, **kwargs)
  670. 2014-10-28 19:45:55,565 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  671. 2014-10-28 19:45:55,565 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  672. 2014-10-28 19:45:55,565 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  673. 2014-10-28 19:45:55,565 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  674. 2014-10-28 19:45:55,565 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  675. 2014-10-28 19:45:55,566 : self.threadName = threading.current_thread().name
  676. 2014-10-28 19:45:55,566 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  677. 2014-10-28 19:45:55,566 : return _active[_get_ident()]
  678. 2014-10-28 19:45:55,566 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  679. 2014-10-28 19:45:55,566 : app_iterator = self.app(environ, start_response)
  680. 2014-10-28 19:45:55,566 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  681. 2014-10-28 19:45:55,567 : self.load_middleware()
  682. 2014-10-28 19:45:55,567 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  683. 2014-10-28 19:45:55,567 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  684. 2014-10-28 19:45:55,567 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  685. 2014-10-28 19:45:55,986 :Traceback (most recent call last):
  686. 2014-10-28 19:45:55,986 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  687. 2014-10-28 19:45:55,987 : self.error_log_file.logger.exception("Error running WSGI application")
  688. 2014-10-28 19:45:55,987 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  689. 2014-10-28 19:45:55,987 : self.error(msg, *args, **kwargs)
  690. 2014-10-28 19:45:55,987 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  691. 2014-10-28 19:45:55,987 : self._log(ERROR, msg, args, **kwargs)
  692. 2014-10-28 19:45:55,987 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  693. 2014-10-28 19:45:55,988 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  694. 2014-10-28 19:45:55,988 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  695. 2014-10-28 19:45:55,988 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  696. 2014-10-28 19:45:55,988 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  697. 2014-10-28 19:45:55,988 : self.threadName = threading.current_thread().name
  698. 2014-10-28 19:45:55,988 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  699. 2014-10-28 19:45:55,988 : return _active[_get_ident()]
  700. 2014-10-28 19:45:55,988 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  701. 2014-10-28 19:45:55,989 : app_iterator = self.app(environ, start_response)
  702. 2014-10-28 19:45:55,989 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  703. 2014-10-28 19:45:55,989 : self.load_middleware()
  704. 2014-10-28 19:45:55,989 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  705. 2014-10-28 19:45:55,989 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  706. 2014-10-28 19:45:55,989 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  707. 2014-10-28 19:45:56,326 :Traceback (most recent call last):
  708. 2014-10-28 19:45:56,326 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  709. 2014-10-28 19:45:56,347 : self.error_log_file.logger.exception("Error running WSGI application")
  710. 2014-10-28 19:45:56,347 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  711. 2014-10-28 19:45:56,347 : self.error(msg, *args, **kwargs)
  712. 2014-10-28 19:45:56,348 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  713. 2014-10-28 19:45:56,348 : self._log(ERROR, msg, args, **kwargs)
  714. 2014-10-28 19:45:56,348 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  715. 2014-10-28 19:45:56,350 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  716. 2014-10-28 19:45:56,352 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  717. 2014-10-28 19:45:56,353 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  718. 2014-10-28 19:45:56,356 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  719. 2014-10-28 19:45:56,357 : self.threadName = threading.current_thread().name
  720. 2014-10-28 19:45:56,359 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  721. 2014-10-28 19:45:56,359 : return _active[_get_ident()]
  722. 2014-10-28 19:45:56,360 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  723. 2014-10-28 19:45:56,361 : app_iterator = self.app(environ, start_response)
  724. 2014-10-28 19:45:56,363 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  725. 2014-10-28 19:45:56,365 : self.load_middleware()
  726. 2014-10-28 19:45:56,367 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  727. 2014-10-28 19:45:56,369 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  728. 2014-10-28 19:45:56,370 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  729. 2014-10-28 19:45:56,693 :Traceback (most recent call last):
  730. 2014-10-28 19:45:56,693 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  731. 2014-10-28 19:45:56,693 : self.error_log_file.logger.exception("Error running WSGI application")
  732. 2014-10-28 19:45:56,694 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  733. 2014-10-28 19:45:56,694 : self.error(msg, *args, **kwargs)
  734. 2014-10-28 19:45:56,694 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  735. 2014-10-28 19:45:56,694 : self._log(ERROR, msg, args, **kwargs)
  736. 2014-10-28 19:45:56,695 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  737. 2014-10-28 19:45:56,695 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  738. 2014-10-28 19:45:56,695 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  739. 2014-10-28 19:45:56,695 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  740. 2014-10-28 19:45:56,696 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  741. 2014-10-28 19:45:56,696 : self.threadName = threading.current_thread().name
  742. 2014-10-28 19:45:56,696 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  743. 2014-10-28 19:45:56,696 : return _active[_get_ident()]
  744. 2014-10-28 19:45:56,697 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  745. 2014-10-28 19:45:56,697 : app_iterator = self.app(environ, start_response)
  746. 2014-10-28 19:45:56,697 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  747. 2014-10-28 19:45:56,697 : self.load_middleware()
  748. 2014-10-28 19:45:56,697 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  749. 2014-10-28 19:45:56,697 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  750. 2014-10-28 19:45:56,697 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  751. 2014-10-28 19:45:56,982 :Traceback (most recent call last):
  752. 2014-10-28 19:45:56,983 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  753. 2014-10-28 19:45:56,983 : self.error_log_file.logger.exception("Error running WSGI application")
  754. 2014-10-28 19:45:56,983 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  755. 2014-10-28 19:45:56,983 : self.error(msg, *args, **kwargs)
  756. 2014-10-28 19:45:56,983 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  757. 2014-10-28 19:45:56,984 : self._log(ERROR, msg, args, **kwargs)
  758. 2014-10-28 19:45:56,984 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  759. 2014-10-28 19:45:56,984 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  760. 2014-10-28 19:45:56,984 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  761. 2014-10-28 19:45:56,985 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  762. 2014-10-28 19:45:56,985 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  763. 2014-10-28 19:45:56,985 : self.threadName = threading.current_thread().name
  764. 2014-10-28 19:45:56,985 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  765. 2014-10-28 19:45:56,985 : return _active[_get_ident()]
  766. 2014-10-28 19:45:56,985 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  767. 2014-10-28 19:45:56,985 : app_iterator = self.app(environ, start_response)
  768. 2014-10-28 19:45:56,986 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  769. 2014-10-28 19:45:56,986 : self.load_middleware()
  770. 2014-10-28 19:45:56,986 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  771. 2014-10-28 19:45:56,986 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  772. 2014-10-28 19:45:56,986 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  773. 2014-10-28 19:45:57,328 :Traceback (most recent call last):
  774. 2014-10-28 19:45:57,328 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  775. 2014-10-28 19:45:57,328 : self.error_log_file.logger.exception("Error running WSGI application")
  776. 2014-10-28 19:45:57,328 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  777. 2014-10-28 19:45:57,328 : self.error(msg, *args, **kwargs)
  778. 2014-10-28 19:45:57,328 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  779. 2014-10-28 19:45:57,329 : self._log(ERROR, msg, args, **kwargs)
  780. 2014-10-28 19:45:57,329 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  781. 2014-10-28 19:45:57,329 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  782. 2014-10-28 19:45:57,329 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  783. 2014-10-28 19:45:57,330 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  784. 2014-10-28 19:45:57,330 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  785. 2014-10-28 19:45:57,330 : self.threadName = threading.current_thread().name
  786. 2014-10-28 19:45:57,330 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  787. 2014-10-28 19:45:57,330 : return _active[_get_ident()]
  788. 2014-10-28 19:45:57,331 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  789. 2014-10-28 19:45:57,331 : app_iterator = self.app(environ, start_response)
  790. 2014-10-28 19:45:57,331 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  791. 2014-10-28 19:45:57,331 : self.load_middleware()
  792. 2014-10-28 19:45:57,331 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  793. 2014-10-28 19:45:57,331 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  794. 2014-10-28 19:45:57,331 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  795. 2014-10-28 19:50:02,414 :Traceback (most recent call last):
  796. 2014-10-28 19:50:02,414 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  797. 2014-10-28 19:50:02,415 : self.error_log_file.logger.exception("Error running WSGI application")
  798. 2014-10-28 19:50:02,415 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  799. 2014-10-28 19:50:02,415 : self.error(msg, *args, **kwargs)
  800. 2014-10-28 19:50:02,415 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  801. 2014-10-28 19:50:02,415 : self._log(ERROR, msg, args, **kwargs)
  802. 2014-10-28 19:50:02,415 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  803. 2014-10-28 19:50:02,416 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  804. 2014-10-28 19:50:02,416 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  805. 2014-10-28 19:50:02,416 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  806. 2014-10-28 19:50:02,416 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  807. 2014-10-28 19:50:02,416 : self.threadName = threading.current_thread().name
  808. 2014-10-28 19:50:02,416 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  809. 2014-10-28 19:50:02,417 : return _active[_get_ident()]
  810. 2014-10-28 19:50:02,417 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  811. 2014-10-28 19:50:02,417 : app_iterator = self.app(environ, start_response)
  812. 2014-10-28 19:50:02,417 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  813. 2014-10-28 19:50:02,417 : self.load_middleware()
  814. 2014-10-28 19:50:02,417 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  815. 2014-10-28 19:50:02,417 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  816. 2014-10-28 19:50:02,417 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  817. 2014-10-28 19:50:03,303 :Traceback (most recent call last):
  818. 2014-10-28 19:50:03,304 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  819. 2014-10-28 19:50:03,304 : self.error_log_file.logger.exception("Error running WSGI application")
  820. 2014-10-28 19:50:03,304 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  821. 2014-10-28 19:50:03,304 : self.error(msg, *args, **kwargs)
  822. 2014-10-28 19:50:03,304 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  823. 2014-10-28 19:50:03,305 : self._log(ERROR, msg, args, **kwargs)
  824. 2014-10-28 19:50:03,305 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  825. 2014-10-28 19:50:03,305 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  826. 2014-10-28 19:50:03,305 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  827. 2014-10-28 19:50:03,306 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  828. 2014-10-28 19:50:03,306 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  829. 2014-10-28 19:50:03,306 : self.threadName = threading.current_thread().name
  830. 2014-10-28 19:50:03,306 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  831. 2014-10-28 19:50:03,306 : return _active[_get_ident()]
  832. 2014-10-28 19:50:03,307 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  833. 2014-10-28 19:50:03,307 : app_iterator = self.app(environ, start_response)
  834. 2014-10-28 19:50:03,307 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  835. 2014-10-28 19:50:03,307 : self.load_middleware()
  836. 2014-10-28 19:50:03,307 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  837. 2014-10-28 19:50:03,307 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  838. 2014-10-28 19:50:03,307 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  839. 2014-10-28 19:50:22,913 :Traceback (most recent call last):
  840. 2014-10-28 19:50:22,913 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  841. 2014-10-28 19:50:22,914 : self.error_log_file.logger.exception("Error running WSGI application")
  842. 2014-10-28 19:50:22,914 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  843. 2014-10-28 19:50:22,914 : self.error(msg, *args, **kwargs)
  844. 2014-10-28 19:50:22,914 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  845. 2014-10-28 19:50:22,914 : self._log(ERROR, msg, args, **kwargs)
  846. 2014-10-28 19:50:22,914 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  847. 2014-10-28 19:50:22,915 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  848. 2014-10-28 19:50:22,915 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  849. 2014-10-28 19:50:22,915 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  850. 2014-10-28 19:50:22,915 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  851. 2014-10-28 19:50:22,915 : self.threadName = threading.current_thread().name
  852. 2014-10-28 19:50:22,915 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  853. 2014-10-28 19:50:22,916 : return _active[_get_ident()]
  854. 2014-10-28 19:50:22,916 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  855. 2014-10-28 19:50:22,916 : app_iterator = self.app(environ, start_response)
  856. 2014-10-28 19:50:22,916 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  857. 2014-10-28 19:50:22,916 : self.load_middleware()
  858. 2014-10-28 19:50:22,916 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  859. 2014-10-28 19:50:22,916 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  860. 2014-10-28 19:50:22,916 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  861. 2014-10-28 19:50:23,546 :Traceback (most recent call last):
  862. 2014-10-28 19:50:23,546 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  863. 2014-10-28 19:50:23,546 : self.error_log_file.logger.exception("Error running WSGI application")
  864. 2014-10-28 19:50:23,546 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  865. 2014-10-28 19:50:23,546 : self.error(msg, *args, **kwargs)
  866. 2014-10-28 19:50:23,546 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  867. 2014-10-28 19:50:23,547 : self._log(ERROR, msg, args, **kwargs)
  868. 2014-10-28 19:50:23,547 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  869. 2014-10-28 19:50:23,547 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  870. 2014-10-28 19:50:23,547 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  871. 2014-10-28 19:50:23,548 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  872. 2014-10-28 19:50:23,548 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  873. 2014-10-28 19:50:23,548 : self.threadName = threading.current_thread().name
  874. 2014-10-28 19:50:23,548 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  875. 2014-10-28 19:50:23,548 : return _active[_get_ident()]
  876. 2014-10-28 19:50:23,548 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  877. 2014-10-28 19:50:23,549 : app_iterator = self.app(environ, start_response)
  878. 2014-10-28 19:50:23,549 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  879. 2014-10-28 19:50:23,549 : self.load_middleware()
  880. 2014-10-28 19:50:23,549 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  881. 2014-10-28 19:50:23,549 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  882. 2014-10-28 19:50:23,549 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  883. 2014-10-28 19:53:38,067 :Traceback (most recent call last):
  884. 2014-10-28 19:53:38,067 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  885. 2014-10-28 19:53:38,067 : self.error_log_file.logger.exception("Error running WSGI application")
  886. 2014-10-28 19:53:38,068 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  887. 2014-10-28 19:53:38,068 : self.error(msg, *args, **kwargs)
  888. 2014-10-28 19:53:38,068 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  889. 2014-10-28 19:53:38,068 : self._log(ERROR, msg, args, **kwargs)
  890. 2014-10-28 19:53:38,068 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  891. 2014-10-28 19:53:38,069 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  892. 2014-10-28 19:53:38,069 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  893. 2014-10-28 19:53:38,069 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  894. 2014-10-28 19:53:38,069 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  895. 2014-10-28 19:53:38,069 : self.threadName = threading.current_thread().name
  896. 2014-10-28 19:53:38,069 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  897. 2014-10-28 19:53:38,070 : return _active[_get_ident()]
  898. 2014-10-28 19:53:38,070 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  899. 2014-10-28 19:53:38,070 : app_iterator = self.app(environ, start_response)
  900. 2014-10-28 19:53:38,070 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  901. 2014-10-28 19:53:38,087 : self.load_middleware()
  902. 2014-10-28 19:53:38,088 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  903. 2014-10-28 19:53:38,095 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  904. 2014-10-28 19:53:38,095 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  905. 2014-10-28 19:53:38,471 :Traceback (most recent call last):
  906. 2014-10-28 19:53:38,471 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  907. 2014-10-28 19:53:38,471 : self.error_log_file.logger.exception("Error running WSGI application")
  908. 2014-10-28 19:53:38,471 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  909. 2014-10-28 19:53:38,471 : self.error(msg, *args, **kwargs)
  910. 2014-10-28 19:53:38,471 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  911. 2014-10-28 19:53:38,472 : self._log(ERROR, msg, args, **kwargs)
  912. 2014-10-28 19:53:38,472 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  913. 2014-10-28 19:53:38,472 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  914. 2014-10-28 19:53:38,472 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  915. 2014-10-28 19:53:38,472 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  916. 2014-10-28 19:53:38,473 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  917. 2014-10-28 19:53:38,473 : self.threadName = threading.current_thread().name
  918. 2014-10-28 19:53:38,473 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  919. 2014-10-28 19:53:38,473 : return _active[_get_ident()]
  920. 2014-10-28 19:53:38,473 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  921. 2014-10-28 19:53:38,473 : app_iterator = self.app(environ, start_response)
  922. 2014-10-28 19:53:38,474 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  923. 2014-10-28 19:53:38,474 : self.load_middleware()
  924. 2014-10-28 19:53:38,474 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  925. 2014-10-28 19:53:38,474 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  926. 2014-10-28 19:53:38,474 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  927. 2014-10-28 19:54:13,628 :/usr/lib/python2.7/threading.py:1158: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  928. 2014-10-28 19:54:13,628 : return _active[_get_ident()]
  929. 2014-10-28 19:54:13,629 :Traceback (most recent call last):
  930. 2014-10-28 19:54:13,629 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  931. 2014-10-28 19:54:13,629 : self.error_log_file.logger.exception("Error running WSGI application")
  932. 2014-10-28 19:54:13,629 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  933. 2014-10-28 19:54:13,629 : self.error(msg, *args, **kwargs)
  934. 2014-10-28 19:54:13,629 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  935. 2014-10-28 19:54:13,630 : self._log(ERROR, msg, args, **kwargs)
  936. 2014-10-28 19:54:13,630 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  937. 2014-10-28 19:54:13,630 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  938. 2014-10-28 19:54:13,630 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  939. 2014-10-28 19:54:13,630 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  940. 2014-10-28 19:54:13,631 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  941. 2014-10-28 19:54:13,631 : self.threadName = threading.current_thread().name
  942. 2014-10-28 19:54:13,631 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  943. 2014-10-28 19:54:13,631 : return _active[_get_ident()]
  944. 2014-10-28 19:54:13,631 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  945. 2014-10-28 19:54:13,631 : app_iterator = self.app(environ, start_response)
  946. 2014-10-28 19:54:13,631 : File "/bin/user_wsgi_wrapper.py", line 136, in import_error_application
  947. 2014-10-28 19:54:13,632 : raise e
  948. 2014-10-28 19:54:13,632 :AttributeError: 'module' object has no attribute 'application'
  949. 2014-10-28 19:54:16,401 :Traceback (most recent call last):
  950. 2014-10-28 19:54:16,401 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  951. 2014-10-28 19:54:16,401 : self.error_log_file.logger.exception("Error running WSGI application")
  952. 2014-10-28 19:54:16,401 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  953. 2014-10-28 19:54:16,401 : self.error(msg, *args, **kwargs)
  954. 2014-10-28 19:54:16,402 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  955. 2014-10-28 19:54:16,402 : self._log(ERROR, msg, args, **kwargs)
  956. 2014-10-28 19:54:16,402 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  957. 2014-10-28 19:54:16,402 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  958. 2014-10-28 19:54:16,402 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  959. 2014-10-28 19:54:16,403 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  960. 2014-10-28 19:54:16,403 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  961. 2014-10-28 19:54:16,403 : self.threadName = threading.current_thread().name
  962. 2014-10-28 19:54:16,403 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  963. 2014-10-28 19:54:16,403 : return _active[_get_ident()]
  964. 2014-10-28 19:54:16,403 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  965. 2014-10-28 19:54:16,403 : app_iterator = self.app(environ, start_response)
  966. 2014-10-28 19:54:16,403 : File "/bin/user_wsgi_wrapper.py", line 136, in import_error_application
  967. 2014-10-28 19:54:16,404 : raise e
  968. 2014-10-28 19:54:16,404 :AttributeError: 'module' object has no attribute 'application'
  969. 2014-10-28 19:54:17,161 :Traceback (most recent call last):
  970. 2014-10-28 19:54:17,161 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  971. 2014-10-28 19:54:17,161 : self.error_log_file.logger.exception("Error running WSGI application")
  972. 2014-10-28 19:54:17,161 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  973. 2014-10-28 19:54:17,161 : self.error(msg, *args, **kwargs)
  974. 2014-10-28 19:54:17,162 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  975. 2014-10-28 19:54:17,162 : self._log(ERROR, msg, args, **kwargs)
  976. 2014-10-28 19:54:17,162 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  977. 2014-10-28 19:54:17,162 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  978. 2014-10-28 19:54:17,162 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  979. 2014-10-28 19:54:17,162 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  980. 2014-10-28 19:54:17,163 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  981. 2014-10-28 19:54:17,163 : self.threadName = threading.current_thread().name
  982. 2014-10-28 19:54:17,163 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  983. 2014-10-28 19:54:17,163 : return _active[_get_ident()]
  984. 2014-10-28 19:54:17,163 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  985. 2014-10-28 19:54:17,163 : app_iterator = self.app(environ, start_response)
  986. 2014-10-28 19:54:17,163 : File "/bin/user_wsgi_wrapper.py", line 136, in import_error_application
  987. 2014-10-28 19:54:17,163 : raise e
  988. 2014-10-28 19:54:17,163 :AttributeError: 'module' object has no attribute 'application'
  989. 2014-10-28 19:57:12,381 :Traceback (most recent call last):
  990. 2014-10-28 19:57:12,381 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  991. 2014-10-28 19:57:12,381 : self.error_log_file.logger.exception("Error running WSGI application")
  992. 2014-10-28 19:57:12,381 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  993. 2014-10-28 19:57:12,382 : self.error(msg, *args, **kwargs)
  994. 2014-10-28 19:57:12,382 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  995. 2014-10-28 19:57:12,382 : self._log(ERROR, msg, args, **kwargs)
  996. 2014-10-28 19:57:12,382 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  997. 2014-10-28 19:57:12,382 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  998. 2014-10-28 19:57:12,382 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  999. 2014-10-28 19:57:12,383 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1000. 2014-10-28 19:57:12,383 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1001. 2014-10-28 19:57:12,383 : self.threadName = threading.current_thread().name
  1002. 2014-10-28 19:57:12,383 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1003. 2014-10-28 19:57:12,383 : return _active[_get_ident()]
  1004. 2014-10-28 19:57:12,383 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1005. 2014-10-28 19:57:12,383 : app_iterator = self.app(environ, start_response)
  1006. 2014-10-28 19:57:12,384 : File "/bin/user_wsgi_wrapper.py", line 136, in import_error_application
  1007. 2014-10-28 19:57:12,384 : raise e
  1008. 2014-10-28 19:57:12,384 :AttributeError: 'module' object has no attribute 'application'
  1009. 2014-10-28 19:57:13,033 :Traceback (most recent call last):
  1010. 2014-10-28 19:57:13,033 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1011. 2014-10-28 19:57:13,033 : self.error_log_file.logger.exception("Error running WSGI application")
  1012. 2014-10-28 19:57:13,033 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1013. 2014-10-28 19:57:13,033 : self.error(msg, *args, **kwargs)
  1014. 2014-10-28 19:57:13,033 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1015. 2014-10-28 19:57:13,033 : self._log(ERROR, msg, args, **kwargs)
  1016. 2014-10-28 19:57:13,034 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1017. 2014-10-28 19:57:13,034 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1018. 2014-10-28 19:57:13,034 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1019. 2014-10-28 19:57:13,034 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1020. 2014-10-28 19:57:13,034 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1021. 2014-10-28 19:57:13,034 : self.threadName = threading.current_thread().name
  1022. 2014-10-28 19:57:13,034 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1023. 2014-10-28 19:57:13,035 : return _active[_get_ident()]
  1024. 2014-10-28 19:57:13,035 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1025. 2014-10-28 19:57:13,035 : app_iterator = self.app(environ, start_response)
  1026. 2014-10-28 19:57:13,035 : File "/bin/user_wsgi_wrapper.py", line 136, in import_error_application
  1027. 2014-10-28 19:57:13,035 : raise e
  1028. 2014-10-28 19:57:13,035 :AttributeError: 'module' object has no attribute 'application'
  1029. 2014-10-28 20:05:05,011 :Traceback (most recent call last):
  1030. 2014-10-28 20:05:05,012 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1031. 2014-10-28 20:05:05,012 : self.error_log_file.logger.exception("Error running WSGI application")
  1032. 2014-10-28 20:05:05,012 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1033. 2014-10-28 20:05:05,012 : self.error(msg, *args, **kwargs)
  1034. 2014-10-28 20:05:05,012 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1035. 2014-10-28 20:05:05,013 : self._log(ERROR, msg, args, **kwargs)
  1036. 2014-10-28 20:05:05,013 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1037. 2014-10-28 20:05:05,013 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1038. 2014-10-28 20:05:05,013 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1039. 2014-10-28 20:05:05,013 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1040. 2014-10-28 20:05:05,013 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1041. 2014-10-28 20:05:05,014 : self.threadName = threading.current_thread().name
  1042. 2014-10-28 20:05:05,014 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1043. 2014-10-28 20:05:05,014 : return _active[_get_ident()]
  1044. 2014-10-28 20:05:05,014 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1045. 2014-10-28 20:05:05,014 : app_iterator = self.app(environ, start_response)
  1046. 2014-10-28 20:05:05,014 : File "/bin/user_wsgi_wrapper.py", line 136, in import_error_application
  1047. 2014-10-28 20:05:05,014 : raise e
  1048. 2014-10-28 20:05:05,014 :AttributeError: 'module' object has no attribute 'application'
  1049. 2014-10-28 20:05:05,468 :Traceback (most recent call last):
  1050. 2014-10-28 20:05:05,468 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1051. 2014-10-28 20:05:05,468 : self.error_log_file.logger.exception("Error running WSGI application")
  1052. 2014-10-28 20:05:05,468 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1053. 2014-10-28 20:05:05,469 : self.error(msg, *args, **kwargs)
  1054. 2014-10-28 20:05:05,469 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1055. 2014-10-28 20:05:05,469 : self._log(ERROR, msg, args, **kwargs)
  1056. 2014-10-28 20:05:05,469 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1057. 2014-10-28 20:05:05,469 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1058. 2014-10-28 20:05:05,469 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1059. 2014-10-28 20:05:05,470 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1060. 2014-10-28 20:05:05,470 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1061. 2014-10-28 20:05:05,470 : self.threadName = threading.current_thread().name
  1062. 2014-10-28 20:05:05,470 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1063. 2014-10-28 20:05:05,470 : return _active[_get_ident()]
  1064. 2014-10-28 20:05:05,470 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1065. 2014-10-28 20:05:05,470 : app_iterator = self.app(environ, start_response)
  1066. 2014-10-28 20:05:05,470 : File "/bin/user_wsgi_wrapper.py", line 136, in import_error_application
  1067. 2014-10-28 20:05:05,470 : raise e
  1068. 2014-10-28 20:05:05,470 :AttributeError: 'module' object has no attribute 'application'
  1069. 2014-10-28 20:13:32,234 :/usr/lib/python2.7/threading.py:1158: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  1070. 2014-10-28 20:13:32,234 : return _active[_get_ident()]
  1071. 2014-10-28 20:13:32,234 :Traceback (most recent call last):
  1072. 2014-10-28 20:13:32,235 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1073. 2014-10-28 20:13:32,235 : self.error_log_file.logger.exception("Error running WSGI application")
  1074. 2014-10-28 20:13:32,235 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1075. 2014-10-28 20:13:32,235 : self.error(msg, *args, **kwargs)
  1076. 2014-10-28 20:13:32,235 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1077. 2014-10-28 20:13:32,236 : self._log(ERROR, msg, args, **kwargs)
  1078. 2014-10-28 20:13:32,236 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1079. 2014-10-28 20:13:32,236 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1080. 2014-10-28 20:13:32,236 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1081. 2014-10-28 20:13:32,236 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1082. 2014-10-28 20:13:32,237 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1083. 2014-10-28 20:13:32,237 : self.threadName = threading.current_thread().name
  1084. 2014-10-28 20:13:32,237 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1085. 2014-10-28 20:13:32,237 : return _active[_get_ident()]
  1086. 2014-10-28 20:13:32,237 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1087. 2014-10-28 20:13:32,237 : app_iterator = self.app(environ, start_response)
  1088. 2014-10-28 20:13:32,238 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1089. 2014-10-28 20:13:32,238 : self.load_middleware()
  1090. 2014-10-28 20:13:32,239 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  1091. 2014-10-28 20:13:32,239 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  1092. 2014-10-28 20:13:32,240 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  1093. 2014-10-28 20:13:33,696 :Traceback (most recent call last):
  1094. 2014-10-28 20:13:33,696 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1095. 2014-10-28 20:13:33,696 : self.error_log_file.logger.exception("Error running WSGI application")
  1096. 2014-10-28 20:13:33,696 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1097. 2014-10-28 20:13:33,696 : self.error(msg, *args, **kwargs)
  1098. 2014-10-28 20:13:33,696 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1099. 2014-10-28 20:13:33,697 : self._log(ERROR, msg, args, **kwargs)
  1100. 2014-10-28 20:13:33,697 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1101. 2014-10-28 20:13:33,697 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1102. 2014-10-28 20:13:33,697 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1103. 2014-10-28 20:13:33,698 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1104. 2014-10-28 20:13:33,698 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1105. 2014-10-28 20:13:33,698 : self.threadName = threading.current_thread().name
  1106. 2014-10-28 20:13:33,698 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1107. 2014-10-28 20:13:33,698 : return _active[_get_ident()]
  1108. 2014-10-28 20:13:33,699 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1109. 2014-10-28 20:13:33,699 : app_iterator = self.app(environ, start_response)
  1110. 2014-10-28 20:13:33,699 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1111. 2014-10-28 20:13:33,699 : self.load_middleware()
  1112. 2014-10-28 20:13:33,699 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  1113. 2014-10-28 20:13:33,699 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  1114. 2014-10-28 20:13:33,699 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  1115. 2014-10-28 20:13:34,183 :Traceback (most recent call last):
  1116. 2014-10-28 20:13:34,183 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1117. 2014-10-28 20:13:34,183 : self.error_log_file.logger.exception("Error running WSGI application")
  1118. 2014-10-28 20:13:34,184 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1119. 2014-10-28 20:13:34,184 : self.error(msg, *args, **kwargs)
  1120. 2014-10-28 20:13:34,184 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1121. 2014-10-28 20:13:34,184 : self._log(ERROR, msg, args, **kwargs)
  1122. 2014-10-28 20:13:34,185 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1123. 2014-10-28 20:13:34,185 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1124. 2014-10-28 20:13:34,185 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1125. 2014-10-28 20:13:34,185 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1126. 2014-10-28 20:13:34,185 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1127. 2014-10-28 20:13:34,186 : self.threadName = threading.current_thread().name
  1128. 2014-10-28 20:13:34,186 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1129. 2014-10-28 20:13:34,186 : return _active[_get_ident()]
  1130. 2014-10-28 20:13:34,186 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1131. 2014-10-28 20:13:34,186 : app_iterator = self.app(environ, start_response)
  1132. 2014-10-28 20:13:34,186 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1133. 2014-10-28 20:13:34,187 : self.load_middleware()
  1134. 2014-10-28 20:13:34,187 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  1135. 2014-10-28 20:13:34,187 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  1136. 2014-10-28 20:13:34,187 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  1137. 2014-10-28 20:13:34,372 :Traceback (most recent call last):
  1138. 2014-10-28 20:13:34,372 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1139. 2014-10-28 20:13:34,372 : self.error_log_file.logger.exception("Error running WSGI application")
  1140. 2014-10-28 20:13:34,372 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1141. 2014-10-28 20:13:34,373 : self.error(msg, *args, **kwargs)
  1142. 2014-10-28 20:13:34,373 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1143. 2014-10-28 20:13:34,373 : self._log(ERROR, msg, args, **kwargs)
  1144. 2014-10-28 20:13:34,373 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1145. 2014-10-28 20:13:34,374 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1146. 2014-10-28 20:13:34,374 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1147. 2014-10-28 20:13:34,374 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1148. 2014-10-28 20:13:34,374 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1149. 2014-10-28 20:13:34,374 : self.threadName = threading.current_thread().name
  1150. 2014-10-28 20:13:34,375 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1151. 2014-10-28 20:13:34,375 : return _active[_get_ident()]
  1152. 2014-10-28 20:13:34,375 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1153. 2014-10-28 20:13:34,375 : app_iterator = self.app(environ, start_response)
  1154. 2014-10-28 20:13:34,375 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1155. 2014-10-28 20:13:34,375 : self.load_middleware()
  1156. 2014-10-28 20:13:34,376 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  1157. 2014-10-28 20:13:34,376 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  1158. 2014-10-28 20:13:34,376 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  1159. 2014-10-28 20:13:34,719 :Traceback (most recent call last):
  1160. 2014-10-28 20:13:34,720 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1161. 2014-10-28 20:13:34,720 : self.error_log_file.logger.exception("Error running WSGI application")
  1162. 2014-10-28 20:13:34,720 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1163. 2014-10-28 20:13:34,720 : self.error(msg, *args, **kwargs)
  1164. 2014-10-28 20:13:34,720 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1165. 2014-10-28 20:13:34,721 : self._log(ERROR, msg, args, **kwargs)
  1166. 2014-10-28 20:13:34,721 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1167. 2014-10-28 20:13:34,721 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1168. 2014-10-28 20:13:34,721 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1169. 2014-10-28 20:13:34,722 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1170. 2014-10-28 20:13:34,722 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1171. 2014-10-28 20:13:34,722 : self.threadName = threading.current_thread().name
  1172. 2014-10-28 20:13:34,722 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1173. 2014-10-28 20:13:34,722 : return _active[_get_ident()]
  1174. 2014-10-28 20:13:34,722 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1175. 2014-10-28 20:13:34,722 : app_iterator = self.app(environ, start_response)
  1176. 2014-10-28 20:13:34,723 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1177. 2014-10-28 20:13:34,723 : self.load_middleware()
  1178. 2014-10-28 20:13:34,723 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 51, in load_middleware
  1179. 2014-10-28 20:13:34,723 : raise exceptions.ImproperlyConfigured('Middleware module "%s" does not define a "%s" class' % (mw_module, mw_classname))
  1180. 2014-10-28 20:13:34,723 :django.core.exceptions.ImproperlyConfigured: Middleware module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" class
  1181. 2014-10-28 20:20:12,600 :/usr/lib/python2.7/threading.py:1158: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  1182. 2014-10-28 20:20:12,601 : return _active[_get_ident()]
  1183. 2014-10-28 20:20:12,602 :Traceback (most recent call last):
  1184. 2014-10-28 20:20:12,602 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1185. 2014-10-28 20:20:12,602 : self.error_log_file.logger.exception("Error running WSGI application")
  1186. 2014-10-28 20:20:12,602 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1187. 2014-10-28 20:20:12,602 : self.error(msg, *args, **kwargs)
  1188. 2014-10-28 20:20:12,603 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1189. 2014-10-28 20:20:12,603 : self._log(ERROR, msg, args, **kwargs)
  1190. 2014-10-28 20:20:12,603 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1191. 2014-10-28 20:20:12,603 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1192. 2014-10-28 20:20:12,603 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1193. 2014-10-28 20:20:12,604 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1194. 2014-10-28 20:20:12,604 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1195. 2014-10-28 20:20:12,604 : self.threadName = threading.current_thread().name
  1196. 2014-10-28 20:20:12,604 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1197. 2014-10-28 20:20:12,605 : return _active[_get_ident()]
  1198. 2014-10-28 20:20:12,605 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1199. 2014-10-28 20:20:12,605 : app_iterator = self.app(environ, start_response)
  1200. 2014-10-28 20:20:12,605 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1201. 2014-10-28 20:20:12,606 : self.load_middleware()
  1202. 2014-10-28 20:20:12,606 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1203. 2014-10-28 20:20:12,607 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1204. 2014-10-28 20:20:12,607 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1205. 2014-10-28 20:20:12,608 : self._setup()
  1206. 2014-10-28 20:20:12,608 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1207. 2014-10-28 20:20:12,617 : self._wrapped = Settings(settings_module)
  1208. 2014-10-28 20:20:12,618 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1209. 2014-10-28 20:20:12,618 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1210. 2014-10-28 20:20:12,618 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1211. 2014-10-28 20:20:14,586 :Traceback (most recent call last):
  1212. 2014-10-28 20:20:14,586 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1213. 2014-10-28 20:20:14,586 : self.error_log_file.logger.exception("Error running WSGI application")
  1214. 2014-10-28 20:20:14,586 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1215. 2014-10-28 20:20:14,586 : self.error(msg, *args, **kwargs)
  1216. 2014-10-28 20:20:14,586 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1217. 2014-10-28 20:20:14,586 : self._log(ERROR, msg, args, **kwargs)
  1218. 2014-10-28 20:20:14,587 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1219. 2014-10-28 20:20:14,587 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1220. 2014-10-28 20:20:14,587 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1221. 2014-10-28 20:20:14,587 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1222. 2014-10-28 20:20:14,587 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1223. 2014-10-28 20:20:14,587 : self.threadName = threading.current_thread().name
  1224. 2014-10-28 20:20:14,587 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1225. 2014-10-28 20:20:14,588 : return _active[_get_ident()]
  1226. 2014-10-28 20:20:14,588 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1227. 2014-10-28 20:20:14,588 : app_iterator = self.app(environ, start_response)
  1228. 2014-10-28 20:20:14,588 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1229. 2014-10-28 20:20:14,588 : self.load_middleware()
  1230. 2014-10-28 20:20:14,588 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1231. 2014-10-28 20:20:14,588 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1232. 2014-10-28 20:20:14,588 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1233. 2014-10-28 20:20:14,588 : self._setup()
  1234. 2014-10-28 20:20:14,589 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1235. 2014-10-28 20:20:14,589 : self._wrapped = Settings(settings_module)
  1236. 2014-10-28 20:20:14,589 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1237. 2014-10-28 20:20:14,589 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1238. 2014-10-28 20:20:14,589 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1239. 2014-10-28 20:20:15,094 :Traceback (most recent call last):
  1240. 2014-10-28 20:20:15,094 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1241. 2014-10-28 20:20:15,095 : self.error_log_file.logger.exception("Error running WSGI application")
  1242. 2014-10-28 20:20:15,095 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1243. 2014-10-28 20:20:15,095 : self.error(msg, *args, **kwargs)
  1244. 2014-10-28 20:20:15,095 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1245. 2014-10-28 20:20:15,095 : self._log(ERROR, msg, args, **kwargs)
  1246. 2014-10-28 20:20:15,095 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1247. 2014-10-28 20:20:15,096 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1248. 2014-10-28 20:20:15,096 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1249. 2014-10-28 20:20:15,096 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1250. 2014-10-28 20:20:15,096 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1251. 2014-10-28 20:20:15,096 : self.threadName = threading.current_thread().name
  1252. 2014-10-28 20:20:15,096 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1253. 2014-10-28 20:20:15,097 : return _active[_get_ident()]
  1254. 2014-10-28 20:20:15,097 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1255. 2014-10-28 20:20:15,097 : app_iterator = self.app(environ, start_response)
  1256. 2014-10-28 20:20:15,097 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1257. 2014-10-28 20:20:15,097 : self.load_middleware()
  1258. 2014-10-28 20:20:15,097 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1259. 2014-10-28 20:20:15,097 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1260. 2014-10-28 20:20:15,097 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1261. 2014-10-28 20:20:15,098 : self._setup()
  1262. 2014-10-28 20:20:15,098 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1263. 2014-10-28 20:20:15,098 : self._wrapped = Settings(settings_module)
  1264. 2014-10-28 20:20:15,098 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1265. 2014-10-28 20:20:15,098 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1266. 2014-10-28 20:20:15,098 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1267. 2014-10-28 20:20:17,708 :Traceback (most recent call last):
  1268. 2014-10-28 20:20:17,708 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1269. 2014-10-28 20:20:17,708 : self.error_log_file.logger.exception("Error running WSGI application")
  1270. 2014-10-28 20:20:17,709 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1271. 2014-10-28 20:20:17,709 : self.error(msg, *args, **kwargs)
  1272. 2014-10-28 20:20:17,709 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1273. 2014-10-28 20:20:17,709 : self._log(ERROR, msg, args, **kwargs)
  1274. 2014-10-28 20:20:17,709 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1275. 2014-10-28 20:20:17,709 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1276. 2014-10-28 20:20:17,709 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1277. 2014-10-28 20:20:17,710 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1278. 2014-10-28 20:20:17,710 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1279. 2014-10-28 20:20:17,710 : self.threadName = threading.current_thread().name
  1280. 2014-10-28 20:20:17,710 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1281. 2014-10-28 20:20:17,710 : return _active[_get_ident()]
  1282. 2014-10-28 20:20:17,710 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1283. 2014-10-28 20:20:17,710 : app_iterator = self.app(environ, start_response)
  1284. 2014-10-28 20:20:17,711 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1285. 2014-10-28 20:20:17,711 : self.load_middleware()
  1286. 2014-10-28 20:20:17,711 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1287. 2014-10-28 20:20:17,711 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1288. 2014-10-28 20:20:17,711 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1289. 2014-10-28 20:20:17,711 : self._setup()
  1290. 2014-10-28 20:20:17,711 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1291. 2014-10-28 20:20:17,711 : self._wrapped = Settings(settings_module)
  1292. 2014-10-28 20:20:17,711 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1293. 2014-10-28 20:20:17,711 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1294. 2014-10-28 20:20:17,712 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1295. 2014-10-28 20:20:18,117 :Traceback (most recent call last):
  1296. 2014-10-28 20:20:18,117 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1297. 2014-10-28 20:20:18,117 : self.error_log_file.logger.exception("Error running WSGI application")
  1298. 2014-10-28 20:20:18,117 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1299. 2014-10-28 20:20:18,117 : self.error(msg, *args, **kwargs)
  1300. 2014-10-28 20:20:18,117 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1301. 2014-10-28 20:20:18,118 : self._log(ERROR, msg, args, **kwargs)
  1302. 2014-10-28 20:20:18,118 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1303. 2014-10-28 20:20:18,118 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1304. 2014-10-28 20:20:18,118 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1305. 2014-10-28 20:20:18,118 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1306. 2014-10-28 20:20:18,118 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1307. 2014-10-28 20:20:18,118 : self.threadName = threading.current_thread().name
  1308. 2014-10-28 20:20:18,119 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1309. 2014-10-28 20:20:18,119 : return _active[_get_ident()]
  1310. 2014-10-28 20:20:18,119 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1311. 2014-10-28 20:20:18,119 : app_iterator = self.app(environ, start_response)
  1312. 2014-10-28 20:20:18,119 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1313. 2014-10-28 20:20:18,119 : self.load_middleware()
  1314. 2014-10-28 20:20:18,119 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1315. 2014-10-28 20:20:18,119 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1316. 2014-10-28 20:20:18,119 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1317. 2014-10-28 20:20:18,120 : self._setup()
  1318. 2014-10-28 20:20:18,120 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1319. 2014-10-28 20:20:18,120 : self._wrapped = Settings(settings_module)
  1320. 2014-10-28 20:20:18,120 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1321. 2014-10-28 20:20:18,120 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1322. 2014-10-28 20:20:18,120 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1323. 2014-10-28 20:20:19,750 :Traceback (most recent call last):
  1324. 2014-10-28 20:20:19,750 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1325. 2014-10-28 20:20:19,751 : self.error_log_file.logger.exception("Error running WSGI application")
  1326. 2014-10-28 20:20:19,751 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1327. 2014-10-28 20:20:19,751 : self.error(msg, *args, **kwargs)
  1328. 2014-10-28 20:20:19,751 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1329. 2014-10-28 20:20:19,751 : self._log(ERROR, msg, args, **kwargs)
  1330. 2014-10-28 20:20:19,751 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1331. 2014-10-28 20:20:19,752 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1332. 2014-10-28 20:20:19,752 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1333. 2014-10-28 20:20:19,752 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1334. 2014-10-28 20:20:19,752 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1335. 2014-10-28 20:20:19,752 : self.threadName = threading.current_thread().name
  1336. 2014-10-28 20:20:19,752 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1337. 2014-10-28 20:20:19,752 : return _active[_get_ident()]
  1338. 2014-10-28 20:20:19,752 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1339. 2014-10-28 20:20:19,753 : app_iterator = self.app(environ, start_response)
  1340. 2014-10-28 20:20:19,753 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1341. 2014-10-28 20:20:19,753 : self.load_middleware()
  1342. 2014-10-28 20:20:19,753 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1343. 2014-10-28 20:20:19,753 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1344. 2014-10-28 20:20:19,753 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1345. 2014-10-28 20:20:19,753 : self._setup()
  1346. 2014-10-28 20:20:19,753 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1347. 2014-10-28 20:20:19,753 : self._wrapped = Settings(settings_module)
  1348. 2014-10-28 20:20:19,753 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1349. 2014-10-28 20:20:19,754 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1350. 2014-10-28 20:20:19,754 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1351. 2014-10-28 20:20:20,161 :Traceback (most recent call last):
  1352. 2014-10-28 20:20:20,161 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1353. 2014-10-28 20:20:20,161 : self.error_log_file.logger.exception("Error running WSGI application")
  1354. 2014-10-28 20:20:20,161 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1355. 2014-10-28 20:20:20,162 : self.error(msg, *args, **kwargs)
  1356. 2014-10-28 20:20:20,162 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1357. 2014-10-28 20:20:20,162 : self._log(ERROR, msg, args, **kwargs)
  1358. 2014-10-28 20:20:20,162 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1359. 2014-10-28 20:20:20,163 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1360. 2014-10-28 20:20:20,163 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1361. 2014-10-28 20:20:20,163 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1362. 2014-10-28 20:20:20,163 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1363. 2014-10-28 20:20:20,163 : self.threadName = threading.current_thread().name
  1364. 2014-10-28 20:20:20,163 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1365. 2014-10-28 20:20:20,164 : return _active[_get_ident()]
  1366. 2014-10-28 20:20:20,164 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1367. 2014-10-28 20:20:20,164 : app_iterator = self.app(environ, start_response)
  1368. 2014-10-28 20:20:20,164 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1369. 2014-10-28 20:20:20,164 : self.load_middleware()
  1370. 2014-10-28 20:20:20,165 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1371. 2014-10-28 20:20:20,165 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1372. 2014-10-28 20:20:20,165 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1373. 2014-10-28 20:20:20,165 : self._setup()
  1374. 2014-10-28 20:20:20,165 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1375. 2014-10-28 20:20:20,165 : self._wrapped = Settings(settings_module)
  1376. 2014-10-28 20:20:20,165 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1377. 2014-10-28 20:20:20,165 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1378. 2014-10-28 20:20:20,166 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1379. 2014-10-28 20:20:22,524 :Traceback (most recent call last):
  1380. 2014-10-28 20:20:22,524 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1381. 2014-10-28 20:20:22,524 : self.error_log_file.logger.exception("Error running WSGI application")
  1382. 2014-10-28 20:20:22,524 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1383. 2014-10-28 20:20:22,525 : self.error(msg, *args, **kwargs)
  1384. 2014-10-28 20:20:22,525 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1385. 2014-10-28 20:20:22,525 : self._log(ERROR, msg, args, **kwargs)
  1386. 2014-10-28 20:20:22,525 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1387. 2014-10-28 20:20:22,526 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1388. 2014-10-28 20:20:22,526 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1389. 2014-10-28 20:20:22,526 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1390. 2014-10-28 20:20:22,526 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1391. 2014-10-28 20:20:22,526 : self.threadName = threading.current_thread().name
  1392. 2014-10-28 20:20:22,527 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1393. 2014-10-28 20:20:22,527 : return _active[_get_ident()]
  1394. 2014-10-28 20:20:22,527 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1395. 2014-10-28 20:20:22,527 : app_iterator = self.app(environ, start_response)
  1396. 2014-10-28 20:20:22,527 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1397. 2014-10-28 20:20:22,527 : self.load_middleware()
  1398. 2014-10-28 20:20:22,528 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1399. 2014-10-28 20:20:22,528 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1400. 2014-10-28 20:20:22,528 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1401. 2014-10-28 20:20:22,528 : self._setup()
  1402. 2014-10-28 20:20:22,528 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1403. 2014-10-28 20:20:22,528 : self._wrapped = Settings(settings_module)
  1404. 2014-10-28 20:20:22,528 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1405. 2014-10-28 20:20:22,529 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1406. 2014-10-28 20:20:22,529 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1407. 2014-10-28 20:20:22,919 :Traceback (most recent call last):
  1408. 2014-10-28 20:20:22,919 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1409. 2014-10-28 20:20:22,919 : self.error_log_file.logger.exception("Error running WSGI application")
  1410. 2014-10-28 20:20:22,919 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1411. 2014-10-28 20:20:22,920 : self.error(msg, *args, **kwargs)
  1412. 2014-10-28 20:20:22,920 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1413. 2014-10-28 20:20:22,920 : self._log(ERROR, msg, args, **kwargs)
  1414. 2014-10-28 20:20:22,920 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1415. 2014-10-28 20:20:22,920 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1416. 2014-10-28 20:20:22,921 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1417. 2014-10-28 20:20:22,921 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1418. 2014-10-28 20:20:22,921 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1419. 2014-10-28 20:20:22,921 : self.threadName = threading.current_thread().name
  1420. 2014-10-28 20:20:22,921 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1421. 2014-10-28 20:20:22,922 : return _active[_get_ident()]
  1422. 2014-10-28 20:20:22,922 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1423. 2014-10-28 20:20:22,922 : app_iterator = self.app(environ, start_response)
  1424. 2014-10-28 20:20:22,922 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1425. 2014-10-28 20:20:22,922 : self.load_middleware()
  1426. 2014-10-28 20:20:22,922 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1427. 2014-10-28 20:20:22,923 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1428. 2014-10-28 20:20:22,923 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1429. 2014-10-28 20:20:22,923 : self._setup()
  1430. 2014-10-28 20:20:22,923 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1431. 2014-10-28 20:20:22,923 : self._wrapped = Settings(settings_module)
  1432. 2014-10-28 20:20:22,923 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1433. 2014-10-28 20:20:22,923 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1434. 2014-10-28 20:20:22,923 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1435. 2014-10-28 20:26:48,174 :/usr/lib/python2.7/threading.py:1158: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  1436. 2014-10-28 20:26:48,175 : return _active[_get_ident()]
  1437. 2014-10-28 20:26:48,175 :Traceback (most recent call last):
  1438. 2014-10-28 20:26:48,175 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1439. 2014-10-28 20:26:48,175 : self.error_log_file.logger.exception("Error running WSGI application")
  1440. 2014-10-28 20:26:48,175 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1441. 2014-10-28 20:26:48,175 : self.error(msg, *args, **kwargs)
  1442. 2014-10-28 20:26:48,175 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1443. 2014-10-28 20:26:48,176 : self._log(ERROR, msg, args, **kwargs)
  1444. 2014-10-28 20:26:48,176 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1445. 2014-10-28 20:26:48,176 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1446. 2014-10-28 20:26:48,176 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1447. 2014-10-28 20:26:48,176 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1448. 2014-10-28 20:26:48,176 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1449. 2014-10-28 20:26:48,176 : self.threadName = threading.current_thread().name
  1450. 2014-10-28 20:26:48,177 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1451. 2014-10-28 20:26:48,177 : return _active[_get_ident()]
  1452. 2014-10-28 20:26:48,177 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1453. 2014-10-28 20:26:48,177 : app_iterator = self.app(environ, start_response)
  1454. 2014-10-28 20:26:48,177 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1455. 2014-10-28 20:26:48,178 : self.load_middleware()
  1456. 2014-10-28 20:26:48,178 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1457. 2014-10-28 20:26:48,179 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1458. 2014-10-28 20:26:48,179 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1459. 2014-10-28 20:26:48,180 : self._setup()
  1460. 2014-10-28 20:26:48,180 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1461. 2014-10-28 20:26:48,196 : self._wrapped = Settings(settings_module)
  1462. 2014-10-28 20:26:48,196 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1463. 2014-10-28 20:26:48,196 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1464. 2014-10-28 20:26:48,196 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1465. 2014-10-28 20:27:04,005 :Traceback (most recent call last):
  1466. 2014-10-28 20:27:04,006 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1467. 2014-10-28 20:27:04,006 : self.error_log_file.logger.exception("Error running WSGI application")
  1468. 2014-10-28 20:27:04,006 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1469. 2014-10-28 20:27:04,006 : self.error(msg, *args, **kwargs)
  1470. 2014-10-28 20:27:04,007 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1471. 2014-10-28 20:27:04,007 : self._log(ERROR, msg, args, **kwargs)
  1472. 2014-10-28 20:27:04,007 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1473. 2014-10-28 20:27:04,007 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1474. 2014-10-28 20:27:04,007 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1475. 2014-10-28 20:27:04,008 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1476. 2014-10-28 20:27:04,008 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1477. 2014-10-28 20:27:04,008 : self.threadName = threading.current_thread().name
  1478. 2014-10-28 20:27:04,008 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1479. 2014-10-28 20:27:04,008 : return _active[_get_ident()]
  1480. 2014-10-28 20:27:04,008 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1481. 2014-10-28 20:27:04,008 : app_iterator = self.app(environ, start_response)
  1482. 2014-10-28 20:27:04,009 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1483. 2014-10-28 20:27:04,009 : self.load_middleware()
  1484. 2014-10-28 20:27:04,009 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1485. 2014-10-28 20:27:04,009 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1486. 2014-10-28 20:27:04,009 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1487. 2014-10-28 20:27:04,009 : self._setup()
  1488. 2014-10-28 20:27:04,009 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1489. 2014-10-28 20:27:04,009 : self._wrapped = Settings(settings_module)
  1490. 2014-10-28 20:27:04,009 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1491. 2014-10-28 20:27:04,010 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1492. 2014-10-28 20:27:04,010 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1493. 2014-10-28 20:27:04,532 :Traceback (most recent call last):
  1494. 2014-10-28 20:27:04,532 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1495. 2014-10-28 20:27:04,532 : self.error_log_file.logger.exception("Error running WSGI application")
  1496. 2014-10-28 20:27:04,532 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1497. 2014-10-28 20:27:04,533 : self.error(msg, *args, **kwargs)
  1498. 2014-10-28 20:27:04,533 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1499. 2014-10-28 20:27:04,533 : self._log(ERROR, msg, args, **kwargs)
  1500. 2014-10-28 20:27:04,533 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1501. 2014-10-28 20:27:04,533 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1502. 2014-10-28 20:27:04,534 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1503. 2014-10-28 20:27:04,534 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1504. 2014-10-28 20:27:04,534 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1505. 2014-10-28 20:27:04,534 : self.threadName = threading.current_thread().name
  1506. 2014-10-28 20:27:04,534 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1507. 2014-10-28 20:27:04,534 : return _active[_get_ident()]
  1508. 2014-10-28 20:27:04,534 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1509. 2014-10-28 20:27:04,535 : app_iterator = self.app(environ, start_response)
  1510. 2014-10-28 20:27:04,535 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1511. 2014-10-28 20:27:04,535 : self.load_middleware()
  1512. 2014-10-28 20:27:04,535 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1513. 2014-10-28 20:27:04,535 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1514. 2014-10-28 20:27:04,535 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1515. 2014-10-28 20:27:04,535 : self._setup()
  1516. 2014-10-28 20:27:04,535 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1517. 2014-10-28 20:27:04,535 : self._wrapped = Settings(settings_module)
  1518. 2014-10-28 20:27:04,535 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1519. 2014-10-28 20:27:04,535 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1520. 2014-10-28 20:27:04,536 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1521. 2014-10-28 20:27:43,552 :Traceback (most recent call last):
  1522. 2014-10-28 20:27:43,553 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1523. 2014-10-28 20:27:43,553 : self.error_log_file.logger.exception("Error running WSGI application")
  1524. 2014-10-28 20:27:43,553 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1525. 2014-10-28 20:27:43,553 : self.error(msg, *args, **kwargs)
  1526. 2014-10-28 20:27:43,554 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1527. 2014-10-28 20:27:43,554 : self._log(ERROR, msg, args, **kwargs)
  1528. 2014-10-28 20:27:43,554 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1529. 2014-10-28 20:27:43,554 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1530. 2014-10-28 20:27:43,554 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1531. 2014-10-28 20:27:43,554 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1532. 2014-10-28 20:27:43,554 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1533. 2014-10-28 20:27:43,555 : self.threadName = threading.current_thread().name
  1534. 2014-10-28 20:27:43,555 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1535. 2014-10-28 20:27:43,555 : return _active[_get_ident()]
  1536. 2014-10-28 20:27:43,555 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1537. 2014-10-28 20:27:43,555 : app_iterator = self.app(environ, start_response)
  1538. 2014-10-28 20:27:43,555 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1539. 2014-10-28 20:27:43,555 : self.load_middleware()
  1540. 2014-10-28 20:27:43,555 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1541. 2014-10-28 20:27:43,555 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1542. 2014-10-28 20:27:43,556 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1543. 2014-10-28 20:27:43,556 : self._setup()
  1544. 2014-10-28 20:27:43,556 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1545. 2014-10-28 20:27:43,556 : self._wrapped = Settings(settings_module)
  1546. 2014-10-28 20:27:43,556 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1547. 2014-10-28 20:27:43,556 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1548. 2014-10-28 20:27:43,556 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1549. 2014-10-28 20:27:44,710 :Traceback (most recent call last):
  1550. 2014-10-28 20:27:44,710 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1551. 2014-10-28 20:27:44,711 : self.error_log_file.logger.exception("Error running WSGI application")
  1552. 2014-10-28 20:27:44,711 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1553. 2014-10-28 20:27:44,711 : self.error(msg, *args, **kwargs)
  1554. 2014-10-28 20:27:44,711 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1555. 2014-10-28 20:27:44,711 : self._log(ERROR, msg, args, **kwargs)
  1556. 2014-10-28 20:27:44,711 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1557. 2014-10-28 20:27:44,712 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1558. 2014-10-28 20:27:44,712 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1559. 2014-10-28 20:27:44,712 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1560. 2014-10-28 20:27:44,712 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1561. 2014-10-28 20:27:44,712 : self.threadName = threading.current_thread().name
  1562. 2014-10-28 20:27:44,712 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1563. 2014-10-28 20:27:44,712 : return _active[_get_ident()]
  1564. 2014-10-28 20:27:44,713 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1565. 2014-10-28 20:27:44,713 : app_iterator = self.app(environ, start_response)
  1566. 2014-10-28 20:27:44,713 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1567. 2014-10-28 20:27:44,713 : self.load_middleware()
  1568. 2014-10-28 20:27:44,713 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1569. 2014-10-28 20:27:44,713 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1570. 2014-10-28 20:27:44,713 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1571. 2014-10-28 20:27:44,713 : self._setup()
  1572. 2014-10-28 20:27:44,713 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1573. 2014-10-28 20:27:44,713 : self._wrapped = Settings(settings_module)
  1574. 2014-10-28 20:27:44,713 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1575. 2014-10-28 20:27:44,714 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1576. 2014-10-28 20:27:44,714 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1577. 2014-10-28 20:27:45,960 :Traceback (most recent call last):
  1578. 2014-10-28 20:27:45,960 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1579. 2014-10-28 20:27:45,960 : self.error_log_file.logger.exception("Error running WSGI application")
  1580. 2014-10-28 20:27:45,960 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1581. 2014-10-28 20:27:45,960 : self.error(msg, *args, **kwargs)
  1582. 2014-10-28 20:27:45,961 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1583. 2014-10-28 20:27:45,961 : self._log(ERROR, msg, args, **kwargs)
  1584. 2014-10-28 20:27:45,961 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1585. 2014-10-28 20:27:45,961 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1586. 2014-10-28 20:27:45,961 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1587. 2014-10-28 20:27:45,961 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1588. 2014-10-28 20:27:45,962 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1589. 2014-10-28 20:27:45,962 : self.threadName = threading.current_thread().name
  1590. 2014-10-28 20:27:45,962 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1591. 2014-10-28 20:27:45,962 : return _active[_get_ident()]
  1592. 2014-10-28 20:27:45,962 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1593. 2014-10-28 20:27:45,962 : app_iterator = self.app(environ, start_response)
  1594. 2014-10-28 20:27:45,962 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1595. 2014-10-28 20:27:45,963 : self.load_middleware()
  1596. 2014-10-28 20:27:45,963 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1597. 2014-10-28 20:27:45,963 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1598. 2014-10-28 20:27:45,963 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1599. 2014-10-28 20:27:45,963 : self._setup()
  1600. 2014-10-28 20:27:45,963 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1601. 2014-10-28 20:27:45,963 : self._wrapped = Settings(settings_module)
  1602. 2014-10-28 20:27:45,963 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1603. 2014-10-28 20:27:45,963 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1604. 2014-10-28 20:27:45,963 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1605. 2014-10-28 20:27:46,311 :Traceback (most recent call last):
  1606. 2014-10-28 20:27:46,311 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1607. 2014-10-28 20:27:46,311 : self.error_log_file.logger.exception("Error running WSGI application")
  1608. 2014-10-28 20:27:46,311 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1609. 2014-10-28 20:27:46,312 : self.error(msg, *args, **kwargs)
  1610. 2014-10-28 20:27:46,312 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1611. 2014-10-28 20:27:46,312 : self._log(ERROR, msg, args, **kwargs)
  1612. 2014-10-28 20:27:46,312 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1613. 2014-10-28 20:27:46,312 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1614. 2014-10-28 20:27:46,312 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1615. 2014-10-28 20:27:46,313 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1616. 2014-10-28 20:27:46,313 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1617. 2014-10-28 20:27:46,313 : self.threadName = threading.current_thread().name
  1618. 2014-10-28 20:27:46,313 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1619. 2014-10-28 20:27:46,313 : return _active[_get_ident()]
  1620. 2014-10-28 20:27:46,313 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1621. 2014-10-28 20:27:46,313 : app_iterator = self.app(environ, start_response)
  1622. 2014-10-28 20:27:46,313 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1623. 2014-10-28 20:27:46,314 : self.load_middleware()
  1624. 2014-10-28 20:27:46,314 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1625. 2014-10-28 20:27:46,314 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1626. 2014-10-28 20:27:46,314 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1627. 2014-10-28 20:27:46,314 : self._setup()
  1628. 2014-10-28 20:27:46,314 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1629. 2014-10-28 20:27:46,314 : self._wrapped = Settings(settings_module)
  1630. 2014-10-28 20:27:46,314 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1631. 2014-10-28 20:27:46,314 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1632. 2014-10-28 20:27:46,314 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1633. 2014-10-28 20:27:46,645 :Traceback (most recent call last):
  1634. 2014-10-28 20:27:46,645 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1635. 2014-10-28 20:27:46,645 : self.error_log_file.logger.exception("Error running WSGI application")
  1636. 2014-10-28 20:27:46,645 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1637. 2014-10-28 20:27:46,646 : self.error(msg, *args, **kwargs)
  1638. 2014-10-28 20:27:46,646 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1639. 2014-10-28 20:27:46,646 : self._log(ERROR, msg, args, **kwargs)
  1640. 2014-10-28 20:27:46,646 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1641. 2014-10-28 20:27:46,646 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1642. 2014-10-28 20:27:46,646 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1643. 2014-10-28 20:27:46,647 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1644. 2014-10-28 20:27:46,647 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1645. 2014-10-28 20:27:46,647 : self.threadName = threading.current_thread().name
  1646. 2014-10-28 20:27:46,647 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1647. 2014-10-28 20:27:46,647 : return _active[_get_ident()]
  1648. 2014-10-28 20:27:46,647 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1649. 2014-10-28 20:27:46,647 : app_iterator = self.app(environ, start_response)
  1650. 2014-10-28 20:27:46,647 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1651. 2014-10-28 20:27:46,648 : self.load_middleware()
  1652. 2014-10-28 20:27:46,648 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1653. 2014-10-28 20:27:46,648 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1654. 2014-10-28 20:27:46,648 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1655. 2014-10-28 20:27:46,648 : self._setup()
  1656. 2014-10-28 20:27:46,648 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1657. 2014-10-28 20:27:46,648 : self._wrapped = Settings(settings_module)
  1658. 2014-10-28 20:27:46,648 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1659. 2014-10-28 20:27:46,648 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1660. 2014-10-28 20:27:46,648 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1661. 2014-10-28 20:28:07,869 :/usr/lib/python2.7/threading.py:1158: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  1662. 2014-10-28 20:28:07,870 : return _active[_get_ident()]
  1663. 2014-10-28 20:28:07,871 :Traceback (most recent call last):
  1664. 2014-10-28 20:28:07,871 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1665. 2014-10-28 20:28:07,871 : self.error_log_file.logger.exception("Error running WSGI application")
  1666. 2014-10-28 20:28:07,871 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1667. 2014-10-28 20:28:07,871 : self.error(msg, *args, **kwargs)
  1668. 2014-10-28 20:28:07,871 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1669. 2014-10-28 20:28:07,872 : self._log(ERROR, msg, args, **kwargs)
  1670. 2014-10-28 20:28:07,872 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1671. 2014-10-28 20:28:07,872 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1672. 2014-10-28 20:28:07,872 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1673. 2014-10-28 20:28:07,872 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1674. 2014-10-28 20:28:07,872 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1675. 2014-10-28 20:28:07,873 : self.threadName = threading.current_thread().name
  1676. 2014-10-28 20:28:07,873 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1677. 2014-10-28 20:28:07,873 : return _active[_get_ident()]
  1678. 2014-10-28 20:28:07,873 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1679. 2014-10-28 20:28:07,873 : app_iterator = self.app(environ, start_response)
  1680. 2014-10-28 20:28:07,873 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1681. 2014-10-28 20:28:07,873 : self.load_middleware()
  1682. 2014-10-28 20:28:07,874 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1683. 2014-10-28 20:28:07,874 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1684. 2014-10-28 20:28:07,874 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1685. 2014-10-28 20:28:07,874 : self._setup()
  1686. 2014-10-28 20:28:07,874 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1687. 2014-10-28 20:28:07,874 : self._wrapped = Settings(settings_module)
  1688. 2014-10-28 20:28:07,874 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1689. 2014-10-28 20:28:07,874 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1690. 2014-10-28 20:28:07,874 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1691. 2014-10-28 20:29:30,477 :/usr/lib/python2.7/threading.py:1158: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  1692. 2014-10-28 20:29:30,478 : return _active[_get_ident()]
  1693. 2014-10-28 20:29:30,478 :Traceback (most recent call last):
  1694. 2014-10-28 20:29:30,479 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1695. 2014-10-28 20:29:30,479 : self.error_log_file.logger.exception("Error running WSGI application")
  1696. 2014-10-28 20:29:30,479 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1697. 2014-10-28 20:29:30,479 : self.error(msg, *args, **kwargs)
  1698. 2014-10-28 20:29:30,479 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1699. 2014-10-28 20:29:30,479 : self._log(ERROR, msg, args, **kwargs)
  1700. 2014-10-28 20:29:30,479 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1701. 2014-10-28 20:29:30,480 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1702. 2014-10-28 20:29:30,480 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1703. 2014-10-28 20:29:30,480 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1704. 2014-10-28 20:29:30,480 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1705. 2014-10-28 20:29:30,480 : self.threadName = threading.current_thread().name
  1706. 2014-10-28 20:29:30,480 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1707. 2014-10-28 20:29:30,480 : return _active[_get_ident()]
  1708. 2014-10-28 20:29:30,481 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1709. 2014-10-28 20:29:30,481 : app_iterator = self.app(environ, start_response)
  1710. 2014-10-28 20:29:30,481 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1711. 2014-10-28 20:29:30,481 : self.load_middleware()
  1712. 2014-10-28 20:29:30,481 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1713. 2014-10-28 20:29:30,481 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1714. 2014-10-28 20:29:30,481 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1715. 2014-10-28 20:29:30,481 : self._setup()
  1716. 2014-10-28 20:29:30,481 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1717. 2014-10-28 20:29:30,481 : self._wrapped = Settings(settings_module)
  1718. 2014-10-28 20:29:30,482 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1719. 2014-10-28 20:29:30,482 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1720. 2014-10-28 20:29:30,482 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1721. 2014-10-28 20:29:31,745 :Traceback (most recent call last):
  1722. 2014-10-28 20:29:31,746 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1723. 2014-10-28 20:29:31,746 : self.error_log_file.logger.exception("Error running WSGI application")
  1724. 2014-10-28 20:29:31,746 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1725. 2014-10-28 20:29:31,746 : self.error(msg, *args, **kwargs)
  1726. 2014-10-28 20:29:31,746 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1727. 2014-10-28 20:29:31,746 : self._log(ERROR, msg, args, **kwargs)
  1728. 2014-10-28 20:29:31,746 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1729. 2014-10-28 20:29:31,747 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1730. 2014-10-28 20:29:31,747 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1731. 2014-10-28 20:29:31,747 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1732. 2014-10-28 20:29:31,747 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1733. 2014-10-28 20:29:31,747 : self.threadName = threading.current_thread().name
  1734. 2014-10-28 20:29:31,747 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1735. 2014-10-28 20:29:31,748 : return _active[_get_ident()]
  1736. 2014-10-28 20:29:31,748 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1737. 2014-10-28 20:29:31,748 : app_iterator = self.app(environ, start_response)
  1738. 2014-10-28 20:29:31,748 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1739. 2014-10-28 20:29:31,748 : self.load_middleware()
  1740. 2014-10-28 20:29:31,748 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1741. 2014-10-28 20:29:31,748 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1742. 2014-10-28 20:29:31,748 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1743. 2014-10-28 20:29:31,748 : self._setup()
  1744. 2014-10-28 20:29:31,748 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1745. 2014-10-28 20:29:31,749 : self._wrapped = Settings(settings_module)
  1746. 2014-10-28 20:29:31,749 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1747. 2014-10-28 20:29:31,749 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1748. 2014-10-28 20:29:31,749 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1749. 2014-10-28 20:29:32,502 :Traceback (most recent call last):
  1750. 2014-10-28 20:29:32,503 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1751. 2014-10-28 20:29:32,503 : self.error_log_file.logger.exception("Error running WSGI application")
  1752. 2014-10-28 20:29:32,503 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1753. 2014-10-28 20:29:32,503 : self.error(msg, *args, **kwargs)
  1754. 2014-10-28 20:29:32,503 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1755. 2014-10-28 20:29:32,503 : self._log(ERROR, msg, args, **kwargs)
  1756. 2014-10-28 20:29:32,504 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1757. 2014-10-28 20:29:32,504 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1758. 2014-10-28 20:29:32,504 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1759. 2014-10-28 20:29:32,504 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1760. 2014-10-28 20:29:32,504 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1761. 2014-10-28 20:29:32,504 : self.threadName = threading.current_thread().name
  1762. 2014-10-28 20:29:32,504 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1763. 2014-10-28 20:29:32,505 : return _active[_get_ident()]
  1764. 2014-10-28 20:29:32,505 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1765. 2014-10-28 20:29:32,505 : app_iterator = self.app(environ, start_response)
  1766. 2014-10-28 20:29:32,505 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1767. 2014-10-28 20:29:32,505 : self.load_middleware()
  1768. 2014-10-28 20:29:32,505 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1769. 2014-10-28 20:29:32,505 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1770. 2014-10-28 20:29:32,505 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1771. 2014-10-28 20:29:32,505 : self._setup()
  1772. 2014-10-28 20:29:32,506 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1773. 2014-10-28 20:29:32,506 : self._wrapped = Settings(settings_module)
  1774. 2014-10-28 20:29:32,506 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1775. 2014-10-28 20:29:32,506 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1776. 2014-10-28 20:29:32,506 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1777. 2014-10-28 20:29:32,933 :Traceback (most recent call last):
  1778. 2014-10-28 20:29:32,933 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1779. 2014-10-28 20:29:32,933 : self.error_log_file.logger.exception("Error running WSGI application")
  1780. 2014-10-28 20:29:32,933 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1781. 2014-10-28 20:29:32,933 : self.error(msg, *args, **kwargs)
  1782. 2014-10-28 20:29:32,933 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1783. 2014-10-28 20:29:32,933 : self._log(ERROR, msg, args, **kwargs)
  1784. 2014-10-28 20:29:32,934 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1785. 2014-10-28 20:29:32,934 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1786. 2014-10-28 20:29:32,934 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1787. 2014-10-28 20:29:32,934 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1788. 2014-10-28 20:29:32,934 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1789. 2014-10-28 20:29:32,934 : self.threadName = threading.current_thread().name
  1790. 2014-10-28 20:29:32,934 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1791. 2014-10-28 20:29:32,935 : return _active[_get_ident()]
  1792. 2014-10-28 20:29:32,935 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1793. 2014-10-28 20:29:32,935 : app_iterator = self.app(environ, start_response)
  1794. 2014-10-28 20:29:32,935 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1795. 2014-10-28 20:29:32,935 : self.load_middleware()
  1796. 2014-10-28 20:29:32,935 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1797. 2014-10-28 20:29:32,935 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1798. 2014-10-28 20:29:32,935 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1799. 2014-10-28 20:29:32,935 : self._setup()
  1800. 2014-10-28 20:29:32,935 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1801. 2014-10-28 20:29:32,936 : self._wrapped = Settings(settings_module)
  1802. 2014-10-28 20:29:32,936 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1803. 2014-10-28 20:29:32,936 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1804. 2014-10-28 20:29:32,936 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1805. 2014-10-28 20:29:33,456 :Traceback (most recent call last):
  1806. 2014-10-28 20:29:33,456 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1807. 2014-10-28 20:29:33,456 : self.error_log_file.logger.exception("Error running WSGI application")
  1808. 2014-10-28 20:29:33,456 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1809. 2014-10-28 20:29:33,456 : self.error(msg, *args, **kwargs)
  1810. 2014-10-28 20:29:33,456 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1811. 2014-10-28 20:29:33,457 : self._log(ERROR, msg, args, **kwargs)
  1812. 2014-10-28 20:29:33,457 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1813. 2014-10-28 20:29:33,457 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1814. 2014-10-28 20:29:33,457 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1815. 2014-10-28 20:29:33,457 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1816. 2014-10-28 20:29:33,457 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1817. 2014-10-28 20:29:33,458 : self.threadName = threading.current_thread().name
  1818. 2014-10-28 20:29:33,458 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1819. 2014-10-28 20:29:33,458 : return _active[_get_ident()]
  1820. 2014-10-28 20:29:33,458 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1821. 2014-10-28 20:29:33,458 : app_iterator = self.app(environ, start_response)
  1822. 2014-10-28 20:29:33,458 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1823. 2014-10-28 20:29:33,458 : self.load_middleware()
  1824. 2014-10-28 20:29:33,458 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1825. 2014-10-28 20:29:33,458 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1826. 2014-10-28 20:29:33,459 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1827. 2014-10-28 20:29:33,459 : self._setup()
  1828. 2014-10-28 20:29:33,459 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1829. 2014-10-28 20:29:33,459 : self._wrapped = Settings(settings_module)
  1830. 2014-10-28 20:29:33,459 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1831. 2014-10-28 20:29:33,459 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1832. 2014-10-28 20:29:33,459 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1833. 2014-10-28 20:30:31,552 :/usr/lib/python2.7/threading.py:1158: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
  1834. 2014-10-28 20:30:31,553 : return _active[_get_ident()]
  1835. 2014-10-28 20:30:31,554 :Traceback (most recent call last):
  1836. 2014-10-28 20:30:31,554 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1837. 2014-10-28 20:30:31,554 : self.error_log_file.logger.exception("Error running WSGI application")
  1838. 2014-10-28 20:30:31,554 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1839. 2014-10-28 20:30:31,554 : self.error(msg, *args, **kwargs)
  1840. 2014-10-28 20:30:31,554 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1841. 2014-10-28 20:30:31,554 : self._log(ERROR, msg, args, **kwargs)
  1842. 2014-10-28 20:30:31,555 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1843. 2014-10-28 20:30:31,555 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1844. 2014-10-28 20:30:31,555 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1845. 2014-10-28 20:30:31,555 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1846. 2014-10-28 20:30:31,555 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1847. 2014-10-28 20:30:31,555 : self.threadName = threading.current_thread().name
  1848. 2014-10-28 20:30:31,555 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1849. 2014-10-28 20:30:31,556 : return _active[_get_ident()]
  1850. 2014-10-28 20:30:31,556 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1851. 2014-10-28 20:30:31,556 : app_iterator = self.app(environ, start_response)
  1852. 2014-10-28 20:30:31,556 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1853. 2014-10-28 20:30:31,556 : self.load_middleware()
  1854. 2014-10-28 20:30:31,556 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1855. 2014-10-28 20:30:31,556 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1856. 2014-10-28 20:30:31,556 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1857. 2014-10-28 20:30:31,556 : self._setup()
  1858. 2014-10-28 20:30:31,557 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1859. 2014-10-28 20:30:31,557 : self._wrapped = Settings(settings_module)
  1860. 2014-10-28 20:30:31,557 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1861. 2014-10-28 20:30:31,557 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1862. 2014-10-28 20:30:31,557 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1863. 2014-10-28 20:30:36,094 :Traceback (most recent call last):
  1864. 2014-10-28 20:30:36,095 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1865. 2014-10-28 20:30:36,095 : self.error_log_file.logger.exception("Error running WSGI application")
  1866. 2014-10-28 20:30:36,095 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1867. 2014-10-28 20:30:36,095 : self.error(msg, *args, **kwargs)
  1868. 2014-10-28 20:30:36,095 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1869. 2014-10-28 20:30:36,095 : self._log(ERROR, msg, args, **kwargs)
  1870. 2014-10-28 20:30:36,095 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1871. 2014-10-28 20:30:36,096 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1872. 2014-10-28 20:30:36,096 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1873. 2014-10-28 20:30:36,096 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1874. 2014-10-28 20:30:36,096 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1875. 2014-10-28 20:30:36,096 : self.threadName = threading.current_thread().name
  1876. 2014-10-28 20:30:36,096 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1877. 2014-10-28 20:30:36,097 : return _active[_get_ident()]
  1878. 2014-10-28 20:30:36,097 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1879. 2014-10-28 20:30:36,097 : app_iterator = self.app(environ, start_response)
  1880. 2014-10-28 20:30:36,097 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1881. 2014-10-28 20:30:36,097 : self.load_middleware()
  1882. 2014-10-28 20:30:36,097 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1883. 2014-10-28 20:30:36,097 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1884. 2014-10-28 20:30:36,097 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1885. 2014-10-28 20:30:36,097 : self._setup()
  1886. 2014-10-28 20:30:36,097 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1887. 2014-10-28 20:30:36,097 : self._wrapped = Settings(settings_module)
  1888. 2014-10-28 20:30:36,098 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1889. 2014-10-28 20:30:36,098 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1890. 2014-10-28 20:30:36,098 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1891. 2014-10-28 20:30:37,009 :Traceback (most recent call last):
  1892. 2014-10-28 20:30:37,010 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1893. 2014-10-28 20:30:37,010 : self.error_log_file.logger.exception("Error running WSGI application")
  1894. 2014-10-28 20:30:37,010 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1895. 2014-10-28 20:30:37,011 : self.error(msg, *args, **kwargs)
  1896. 2014-10-28 20:30:37,011 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1897. 2014-10-28 20:30:37,011 : self._log(ERROR, msg, args, **kwargs)
  1898. 2014-10-28 20:30:37,011 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1899. 2014-10-28 20:30:37,011 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1900. 2014-10-28 20:30:37,011 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1901. 2014-10-28 20:30:37,012 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1902. 2014-10-28 20:30:37,012 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1903. 2014-10-28 20:30:37,012 : self.threadName = threading.current_thread().name
  1904. 2014-10-28 20:30:37,012 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1905. 2014-10-28 20:30:37,012 : return _active[_get_ident()]
  1906. 2014-10-28 20:30:37,013 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1907. 2014-10-28 20:30:37,013 : app_iterator = self.app(environ, start_response)
  1908. 2014-10-28 20:30:37,013 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1909. 2014-10-28 20:30:37,013 : self.load_middleware()
  1910. 2014-10-28 20:30:37,013 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1911. 2014-10-28 20:30:37,013 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1912. 2014-10-28 20:30:37,013 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1913. 2014-10-28 20:30:37,014 : self._setup()
  1914. 2014-10-28 20:30:37,014 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1915. 2014-10-28 20:30:37,014 : self._wrapped = Settings(settings_module)
  1916. 2014-10-28 20:30:37,014 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1917. 2014-10-28 20:30:37,014 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1918. 2014-10-28 20:30:37,014 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1919. 2014-10-28 20:31:27,112 :Traceback (most recent call last):
  1920. 2014-10-28 20:31:27,113 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1921. 2014-10-28 20:31:27,113 : self.error_log_file.logger.exception("Error running WSGI application")
  1922. 2014-10-28 20:31:27,113 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1923. 2014-10-28 20:31:27,113 : self.error(msg, *args, **kwargs)
  1924. 2014-10-28 20:31:27,113 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1925. 2014-10-28 20:31:27,113 : self._log(ERROR, msg, args, **kwargs)
  1926. 2014-10-28 20:31:27,113 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1927. 2014-10-28 20:31:27,114 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1928. 2014-10-28 20:31:27,114 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1929. 2014-10-28 20:31:27,114 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1930. 2014-10-28 20:31:27,114 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1931. 2014-10-28 20:31:27,114 : self.threadName = threading.current_thread().name
  1932. 2014-10-28 20:31:27,114 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1933. 2014-10-28 20:31:27,115 : return _active[_get_ident()]
  1934. 2014-10-28 20:31:27,115 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1935. 2014-10-28 20:31:27,115 : app_iterator = self.app(environ, start_response)
  1936. 2014-10-28 20:31:27,115 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1937. 2014-10-28 20:31:27,115 : self.load_middleware()
  1938. 2014-10-28 20:31:27,115 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1939. 2014-10-28 20:31:27,115 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1940. 2014-10-28 20:31:27,115 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1941. 2014-10-28 20:31:27,115 : self._setup()
  1942. 2014-10-28 20:31:27,115 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1943. 2014-10-28 20:31:27,115 : self._wrapped = Settings(settings_module)
  1944. 2014-10-28 20:31:27,116 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1945. 2014-10-28 20:31:27,116 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1946. 2014-10-28 20:31:27,116 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1947. 2014-10-28 20:31:28,101 :Traceback (most recent call last):
  1948. 2014-10-28 20:31:28,101 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1949. 2014-10-28 20:31:28,101 : self.error_log_file.logger.exception("Error running WSGI application")
  1950. 2014-10-28 20:31:28,102 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1951. 2014-10-28 20:31:28,102 : self.error(msg, *args, **kwargs)
  1952. 2014-10-28 20:31:28,102 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1953. 2014-10-28 20:31:28,102 : self._log(ERROR, msg, args, **kwargs)
  1954. 2014-10-28 20:31:28,102 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1955. 2014-10-28 20:31:28,102 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1956. 2014-10-28 20:31:28,102 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1957. 2014-10-28 20:31:28,103 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1958. 2014-10-28 20:31:28,103 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1959. 2014-10-28 20:31:28,103 : self.threadName = threading.current_thread().name
  1960. 2014-10-28 20:31:28,103 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1961. 2014-10-28 20:31:28,103 : return _active[_get_ident()]
  1962. 2014-10-28 20:31:28,103 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1963. 2014-10-28 20:31:28,103 : app_iterator = self.app(environ, start_response)
  1964. 2014-10-28 20:31:28,104 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1965. 2014-10-28 20:31:28,104 : self.load_middleware()
  1966. 2014-10-28 20:31:28,104 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1967. 2014-10-28 20:31:28,104 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1968. 2014-10-28 20:31:28,104 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1969. 2014-10-28 20:31:28,104 : self._setup()
  1970. 2014-10-28 20:31:28,104 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1971. 2014-10-28 20:31:28,104 : self._wrapped = Settings(settings_module)
  1972. 2014-10-28 20:31:28,104 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  1973. 2014-10-28 20:31:28,104 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  1974. 2014-10-28 20:31:28,104 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  1975. 2014-10-28 20:31:40,984 :Traceback (most recent call last):
  1976. 2014-10-28 20:31:40,985 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  1977. 2014-10-28 20:31:40,985 : self.error_log_file.logger.exception("Error running WSGI application")
  1978. 2014-10-28 20:31:40,985 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  1979. 2014-10-28 20:31:40,985 : self.error(msg, *args, **kwargs)
  1980. 2014-10-28 20:31:40,986 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  1981. 2014-10-28 20:31:40,986 : self._log(ERROR, msg, args, **kwargs)
  1982. 2014-10-28 20:31:40,986 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  1983. 2014-10-28 20:31:40,986 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  1984. 2014-10-28 20:31:40,987 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  1985. 2014-10-28 20:31:40,987 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  1986. 2014-10-28 20:31:40,988 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  1987. 2014-10-28 20:31:40,988 : self.threadName = threading.current_thread().name
  1988. 2014-10-28 20:31:40,988 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  1989. 2014-10-28 20:31:40,989 : return _active[_get_ident()]
  1990. 2014-10-28 20:31:40,989 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  1991. 2014-10-28 20:31:40,989 : app_iterator = self.app(environ, start_response)
  1992. 2014-10-28 20:31:40,989 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  1993. 2014-10-28 20:31:40,989 : self.load_middleware()
  1994. 2014-10-28 20:31:40,990 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  1995. 2014-10-28 20:31:40,990 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  1996. 2014-10-28 20:31:40,990 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  1997. 2014-10-28 20:31:40,990 : self._setup()
  1998. 2014-10-28 20:31:40,990 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  1999. 2014-10-28 20:31:40,991 : self._wrapped = Settings(settings_module)
  2000. 2014-10-28 20:31:40,991 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  2001. 2014-10-28 20:31:40,991 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  2002. 2014-10-28 20:31:40,991 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  2003. 2014-10-28 20:31:42,524 :Traceback (most recent call last):
  2004. 2014-10-28 20:31:42,524 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  2005. 2014-10-28 20:31:42,524 : self.error_log_file.logger.exception("Error running WSGI application")
  2006. 2014-10-28 20:31:42,524 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  2007. 2014-10-28 20:31:42,525 : self.error(msg, *args, **kwargs)
  2008. 2014-10-28 20:31:42,525 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  2009. 2014-10-28 20:31:42,525 : self._log(ERROR, msg, args, **kwargs)
  2010. 2014-10-28 20:31:42,525 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  2011. 2014-10-28 20:31:42,525 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  2012. 2014-10-28 20:31:42,525 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  2013. 2014-10-28 20:31:42,526 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  2014. 2014-10-28 20:31:42,526 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  2015. 2014-10-28 20:31:42,526 : self.threadName = threading.current_thread().name
  2016. 2014-10-28 20:31:42,526 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  2017. 2014-10-28 20:31:42,526 : return _active[_get_ident()]
  2018. 2014-10-28 20:31:42,526 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  2019. 2014-10-28 20:31:42,526 : app_iterator = self.app(environ, start_response)
  2020. 2014-10-28 20:31:42,526 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  2021. 2014-10-28 20:31:42,526 : self.load_middleware()
  2022. 2014-10-28 20:31:42,526 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  2023. 2014-10-28 20:31:42,527 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  2024. 2014-10-28 20:31:42,527 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  2025. 2014-10-28 20:31:42,527 : self._setup()
  2026. 2014-10-28 20:31:42,527 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  2027. 2014-10-28 20:31:42,527 : self._wrapped = Settings(settings_module)
  2028. 2014-10-28 20:31:42,527 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  2029. 2014-10-28 20:31:42,527 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  2030. 2014-10-28 20:31:42,527 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  2031. 2014-10-28 20:32:01,816 :Traceback (most recent call last):
  2032. 2014-10-28 20:32:01,816 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  2033. 2014-10-28 20:32:01,817 : self.error_log_file.logger.exception("Error running WSGI application")
  2034. 2014-10-28 20:32:01,817 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  2035. 2014-10-28 20:32:01,817 : self.error(msg, *args, **kwargs)
  2036. 2014-10-28 20:32:01,817 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  2037. 2014-10-28 20:32:01,817 : self._log(ERROR, msg, args, **kwargs)
  2038. 2014-10-28 20:32:01,818 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  2039. 2014-10-28 20:32:01,818 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  2040. 2014-10-28 20:32:01,818 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  2041. 2014-10-28 20:32:01,818 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  2042. 2014-10-28 20:32:01,818 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  2043. 2014-10-28 20:32:01,819 : self.threadName = threading.current_thread().name
  2044. 2014-10-28 20:32:01,819 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  2045. 2014-10-28 20:32:01,819 : return _active[_get_ident()]
  2046. 2014-10-28 20:32:01,819 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  2047. 2014-10-28 20:32:01,819 : app_iterator = self.app(environ, start_response)
  2048. 2014-10-28 20:32:01,820 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  2049. 2014-10-28 20:32:01,820 : self.load_middleware()
  2050. 2014-10-28 20:32:01,820 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  2051. 2014-10-28 20:32:01,820 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  2052. 2014-10-28 20:32:01,820 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  2053. 2014-10-28 20:32:01,820 : self._setup()
  2054. 2014-10-28 20:32:01,820 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  2055. 2014-10-28 20:32:01,821 : self._wrapped = Settings(settings_module)
  2056. 2014-10-28 20:32:01,821 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  2057. 2014-10-28 20:32:01,821 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  2058. 2014-10-28 20:32:01,821 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  2059. 2014-10-28 20:32:02,730 :Traceback (most recent call last):
  2060. 2014-10-28 20:32:02,730 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  2061. 2014-10-28 20:32:02,731 : self.error_log_file.logger.exception("Error running WSGI application")
  2062. 2014-10-28 20:32:02,731 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  2063. 2014-10-28 20:32:02,731 : self.error(msg, *args, **kwargs)
  2064. 2014-10-28 20:32:02,731 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  2065. 2014-10-28 20:32:02,731 : self._log(ERROR, msg, args, **kwargs)
  2066. 2014-10-28 20:32:02,731 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  2067. 2014-10-28 20:32:02,732 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  2068. 2014-10-28 20:32:02,732 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  2069. 2014-10-28 20:32:02,732 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  2070. 2014-10-28 20:32:02,732 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  2071. 2014-10-28 20:32:02,732 : self.threadName = threading.current_thread().name
  2072. 2014-10-28 20:32:02,732 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  2073. 2014-10-28 20:32:02,732 : return _active[_get_ident()]
  2074. 2014-10-28 20:32:02,733 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  2075. 2014-10-28 20:32:02,733 : app_iterator = self.app(environ, start_response)
  2076. 2014-10-28 20:32:02,733 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  2077. 2014-10-28 20:32:02,733 : self.load_middleware()
  2078. 2014-10-28 20:32:02,733 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  2079. 2014-10-28 20:32:02,733 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  2080. 2014-10-28 20:32:02,733 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  2081. 2014-10-28 20:32:02,733 : self._setup()
  2082. 2014-10-28 20:32:02,733 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  2083. 2014-10-28 20:32:02,733 : self._wrapped = Settings(settings_module)
  2084. 2014-10-28 20:32:02,733 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  2085. 2014-10-28 20:32:02,734 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  2086. 2014-10-28 20:32:02,734 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  2087. 2014-10-28 20:33:02,212 :Traceback (most recent call last):
  2088. 2014-10-28 20:33:02,213 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  2089. 2014-10-28 20:33:02,213 : self.error_log_file.logger.exception("Error running WSGI application")
  2090. 2014-10-28 20:33:02,213 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  2091. 2014-10-28 20:33:02,213 : self.error(msg, *args, **kwargs)
  2092. 2014-10-28 20:33:02,214 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  2093. 2014-10-28 20:33:02,214 : self._log(ERROR, msg, args, **kwargs)
  2094. 2014-10-28 20:33:02,214 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  2095. 2014-10-28 20:33:02,214 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  2096. 2014-10-28 20:33:02,215 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  2097. 2014-10-28 20:33:02,215 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  2098. 2014-10-28 20:33:02,215 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  2099. 2014-10-28 20:33:02,215 : self.threadName = threading.current_thread().name
  2100. 2014-10-28 20:33:02,215 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  2101. 2014-10-28 20:33:02,216 : return _active[_get_ident()]
  2102. 2014-10-28 20:33:02,216 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  2103. 2014-10-28 20:33:02,216 : app_iterator = self.app(environ, start_response)
  2104. 2014-10-28 20:33:02,216 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  2105. 2014-10-28 20:33:02,216 : self.load_middleware()
  2106. 2014-10-28 20:33:02,216 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  2107. 2014-10-28 20:33:02,216 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  2108. 2014-10-28 20:33:02,217 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  2109. 2014-10-28 20:33:02,217 : self._setup()
  2110. 2014-10-28 20:33:02,217 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  2111. 2014-10-28 20:33:02,217 : self._wrapped = Settings(settings_module)
  2112. 2014-10-28 20:33:02,217 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  2113. 2014-10-28 20:33:02,217 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  2114. 2014-10-28 20:33:02,217 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  2115. 2014-10-28 20:33:03,160 :Traceback (most recent call last):
  2116. 2014-10-28 20:33:03,160 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  2117. 2014-10-28 20:33:03,160 : self.error_log_file.logger.exception("Error running WSGI application")
  2118. 2014-10-28 20:33:03,160 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  2119. 2014-10-28 20:33:03,161 : self.error(msg, *args, **kwargs)
  2120. 2014-10-28 20:33:03,161 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  2121. 2014-10-28 20:33:03,161 : self._log(ERROR, msg, args, **kwargs)
  2122. 2014-10-28 20:33:03,161 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  2123. 2014-10-28 20:33:03,161 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  2124. 2014-10-28 20:33:03,161 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  2125. 2014-10-28 20:33:03,162 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  2126. 2014-10-28 20:33:03,162 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  2127. 2014-10-28 20:33:03,162 : self.threadName = threading.current_thread().name
  2128. 2014-10-28 20:33:03,162 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  2129. 2014-10-28 20:33:03,162 : return _active[_get_ident()]
  2130. 2014-10-28 20:33:03,162 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  2131. 2014-10-28 20:33:03,162 : app_iterator = self.app(environ, start_response)
  2132. 2014-10-28 20:33:03,163 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  2133. 2014-10-28 20:33:03,163 : self.load_middleware()
  2134. 2014-10-28 20:33:03,163 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  2135. 2014-10-28 20:33:03,163 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  2136. 2014-10-28 20:33:03,163 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  2137. 2014-10-28 20:33:03,163 : self._setup()
  2138. 2014-10-28 20:33:03,163 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  2139. 2014-10-28 20:33:03,163 : self._wrapped = Settings(settings_module)
  2140. 2014-10-28 20:33:03,163 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  2141. 2014-10-28 20:33:03,163 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  2142. 2014-10-28 20:33:03,164 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  2143. 2014-10-28 20:33:03,505 :Traceback (most recent call last):
  2144. 2014-10-28 20:33:03,505 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  2145. 2014-10-28 20:33:03,505 : self.error_log_file.logger.exception("Error running WSGI application")
  2146. 2014-10-28 20:33:03,505 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  2147. 2014-10-28 20:33:03,506 : self.error(msg, *args, **kwargs)
  2148. 2014-10-28 20:33:03,506 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  2149. 2014-10-28 20:33:03,506 : self._log(ERROR, msg, args, **kwargs)
  2150. 2014-10-28 20:33:03,506 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  2151. 2014-10-28 20:33:03,506 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  2152. 2014-10-28 20:33:03,506 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  2153. 2014-10-28 20:33:03,507 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  2154. 2014-10-28 20:33:03,507 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  2155. 2014-10-28 20:33:03,507 : self.threadName = threading.current_thread().name
  2156. 2014-10-28 20:33:03,507 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  2157. 2014-10-28 20:33:03,507 : return _active[_get_ident()]
  2158. 2014-10-28 20:33:03,507 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  2159. 2014-10-28 20:33:03,507 : app_iterator = self.app(environ, start_response)
  2160. 2014-10-28 20:33:03,507 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  2161. 2014-10-28 20:33:03,508 : self.load_middleware()
  2162. 2014-10-28 20:33:03,508 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  2163. 2014-10-28 20:33:03,508 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  2164. 2014-10-28 20:33:03,508 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  2165. 2014-10-28 20:33:03,508 : self._setup()
  2166. 2014-10-28 20:33:03,508 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  2167. 2014-10-28 20:33:03,508 : self._wrapped = Settings(settings_module)
  2168. 2014-10-28 20:33:03,508 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  2169. 2014-10-28 20:33:03,508 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  2170. 2014-10-28 20:33:03,508 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
  2171. 2014-10-28 20:33:04,102 :Traceback (most recent call last):
  2172. 2014-10-28 20:33:04,103 : File "/bin/user_wsgi_wrapper.py", line 130, in __call__
  2173. 2014-10-28 20:33:04,103 : self.error_log_file.logger.exception("Error running WSGI application")
  2174. 2014-10-28 20:33:04,103 : File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
  2175. 2014-10-28 20:33:04,103 : self.error(msg, *args, **kwargs)
  2176. 2014-10-28 20:33:04,103 : File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
  2177. 2014-10-28 20:33:04,103 : self._log(ERROR, msg, args, **kwargs)
  2178. 2014-10-28 20:33:04,104 : File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
  2179. 2014-10-28 20:33:04,104 : record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  2180. 2014-10-28 20:33:04,104 : File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
  2181. 2014-10-28 20:33:04,104 : rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  2182. 2014-10-28 20:33:04,104 : File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
  2183. 2014-10-28 20:33:04,104 : self.threadName = threading.current_thread().name
  2184. 2014-10-28 20:33:04,105 : File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
  2185. 2014-10-28 20:33:04,105 : return _active[_get_ident()]
  2186. 2014-10-28 20:33:04,105 : File "/bin/user_wsgi_wrapper.py", line 122, in __call__
  2187. 2014-10-28 20:33:04,105 : app_iterator = self.app(environ, start_response)
  2188. 2014-10-28 20:33:04,105 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__
  2189. 2014-10-28 20:33:04,105 : self.load_middleware()
  2190. 2014-10-28 20:33:04,105 : File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 39, in load_middleware
  2191. 2014-10-28 20:33:04,105 : for middleware_path in settings.MIDDLEWARE_CLASSES:
  2192. 2014-10-28 20:33:04,105 : File "/usr/local/lib/python2.7/dist-packages/django/utils/functional.py", line 276, in __getattr__
  2193. 2014-10-28 20:33:04,106 : self._setup()
  2194. 2014-10-28 20:33:04,106 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 42, in _setup
  2195. 2014-10-28 20:33:04,106 : self._wrapped = Settings(settings_module)
  2196. 2014-10-28 20:33:04,106 : File "/usr/local/lib/python2.7/dist-packages/django/conf/__init__.py", line 92, in __init__
  2197. 2014-10-28 20:33:04,106 : raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
  2198. 2014-10-28 20:33:04,106 :ImportError: Could not import settings 'wings.settings' (Is it on sys.path?): No module named settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement