Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | None | 0 0
  1. [Sun Oct 02 10:06:21.337950 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] mod_wsgi (pid=20693): Exception occurred processing WSGI script '/var/venv/severcart/conf/wsgi_prod.py'.
  2. [Sun Oct 02 10:06:21.338028 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] Traceback (most recent call last):
  3. [Sun Oct 02 10:06:21.338051 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/site-packages/django/core/handlers/wsgi.py", line 170, in __call__
  4. [Sun Oct 02 10:06:21.338169 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] self.load_middleware()
  5. [Sun Oct 02 10:06:21.338189 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/site-packages/django/core/handlers/base.py", line 52, in load_middleware
  6. [Sun Oct 02 10:06:21.338317 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] mw_instance = mw_class()
  7. [Sun Oct 02 10:06:21.338336 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/site-packages/django/middleware/locale.py", line 24, in __init__
  8. [Sun Oct 02 10:06:21.338395 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] for url_pattern in get_resolver(None).url_patterns:
  9. [Sun Oct 02 10:06:21.338413 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/site-packages/django/core/urlresolvers.py", line 401, in url_patterns
  10. [Sun Oct 02 10:06:21.338611 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  11. [Sun Oct 02 10:06:21.338631 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/site-packages/django/core/urlresolvers.py", line 395, in urlconf_module
  12. [Sun Oct 02 10:06:21.338654 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] self._urlconf_module = import_module(self.urlconf_name)
  13. [Sun Oct 02 10:06:21.338667 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
  14. [Sun Oct 02 10:06:21.338716 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] __import__(name)
  15. [Sun Oct 02 10:06:21.338733 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] File "/var/venv/severcart/conf/urls.py", line 11, in <module>
  16. [Sun Oct 02 10:06:21.338800 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] url(r'^docs/', include('docs.urls', namespace='docs')),
  17. [Sun Oct 02 10:06:21.338817 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/site-packages/django/conf/urls/__init__.py", line 33, in include
  18. [Sun Oct 02 10:06:21.338907 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] urlconf_module = import_module(urlconf_module)
  19. [Sun Oct 02 10:06:21.338925 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
  20. [Sun Oct 02 10:06:21.338945 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] __import__(name)
  21. [Sun Oct 02 10:06:21.338958 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] File "/var/venv/severcart/docs/urls.py", line 2, in <module>
  22. [Sun Oct 02 10:06:21.339003 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] from .views import (handbook,
  23. [Sun Oct 02 10:06:21.339020 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] File "/var/venv/severcart/docs/views.py", line 17, in <module>
  24. [Sun Oct 02 10:06:21.339123 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] from .forms.add_doc import AddDoc
  25. [Sun Oct 02 10:06:21.339151 2016] [wsgi:error] [pid 20693] [remote 176.194.173.194:14081] ImportError: No module named forms.add_doc
  26. [Sun Oct 02 10:06:22.425986 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] mod_wsgi (pid=20697): Exception occurred processing WSGI script '/var/venv/severcart/conf/wsgi_prod.py'.
  27. [Sun Oct 02 10:06:22.426086 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] Traceback (most recent call last):
  28. [Sun Oct 02 10:06:22.426114 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/site-packages/django/core/handlers/wsgi.py", line 170, in __call__
  29. [Sun Oct 02 10:06:22.426248 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] self.load_middleware()
  30. [Sun Oct 02 10:06:22.426267 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/site-packages/django/core/handlers/base.py", line 52, in load_middleware
  31. [Sun Oct 02 10:06:22.426388 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] mw_instance = mw_class()
  32. [Sun Oct 02 10:06:22.426407 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/site-packages/django/middleware/locale.py", line 24, in __init__
  33. [Sun Oct 02 10:06:22.426474 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] for url_pattern in get_resolver(None).url_patterns:
  34. [Sun Oct 02 10:06:22.426494 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/site-packages/django/core/urlresolvers.py", line 401, in url_patterns
  35. [Sun Oct 02 10:06:22.426691 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
  36. [Sun Oct 02 10:06:22.426710 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/site-packages/django/core/urlresolvers.py", line 395, in urlconf_module
  37. [Sun Oct 02 10:06:22.426732 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] self._urlconf_module = import_module(self.urlconf_name)
  38. [Sun Oct 02 10:06:22.426747 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
  39. [Sun Oct 02 10:06:22.426798 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] __import__(name)
  40. [Sun Oct 02 10:06:22.426816 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] File "/var/venv/severcart/conf/urls.py", line 11, in <module>
  41. [Sun Oct 02 10:06:22.426866 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] url(r'^docs/', include('docs.urls', namespace='docs')),
  42. [Sun Oct 02 10:06:22.426884 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/site-packages/django/conf/urls/__init__.py", line 33, in include
  43. [Sun Oct 02 10:06:22.426988 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] urlconf_module = import_module(urlconf_module)
  44. [Sun Oct 02 10:06:22.427006 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
  45. [Sun Oct 02 10:06:22.427027 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] __import__(name)
  46. [Sun Oct 02 10:06:22.427040 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] File "/var/venv/severcart/docs/urls.py", line 2, in <module>
  47. [Sun Oct 02 10:06:22.427087 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] from .views import (handbook,
  48. [Sun Oct 02 10:06:22.427103 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] File "/var/venv/severcart/docs/views.py", line 17, in <module>
  49. [Sun Oct 02 10:06:22.427207 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] from .forms.add_doc import AddDoc
  50. [Sun Oct 02 10:06:22.427242 2016] [wsgi:error] [pid 20697] [remote 176.194.173.194:14081] ImportError: No module named forms.add_doc
  51. [Sun Oct 02 13:12:26.016052 2016] [mpm_prefork:notice] [pid 20690] AH00169: caught SIGTERM, shutting down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement