Guest User

Untitled

a guest
Apr 29th, 2014
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 12.84 KB | None | 0 0
  1. (venv)user@PC:~/projects/hellodjango$ heroku logs
  2. 2014-04-29T14:33:20.551303+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/contrib/staticfiles/views.py", line 13, in <module>
  3. 2014-04-29T14:33:20.551304+00:00 app[web.1]:     from django.views import static
  4. 2014-04-29T14:33:20.551318+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/conf/__init__.py", line 54, in __getattr__
  5. 2014-04-29T14:33:20.551319+00:00 app[web.1]:     self._setup(name)
  6. 2014-04-29T14:33:20.551320+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/conf/__init__.py", line 47, in _setup
  7. 2014-04-29T14:33:20.551322+00:00 app[web.1]:     % (desc, ENVIRONMENT_VARIABLE))
  8. 2014-04-29T14:33:20.551314+00:00 app[web.1]:     return _trans.gettext_noop(message)
  9. 2014-04-29T14:33:20.551316+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 52, in __getattr__
  10. 2014-04-29T14:33:20.551317+00:00 app[web.1]:     if settings.USE_I18N:
  11. 2014-04-29T14:33:20.551323+00:00 app[web.1]: ImproperlyConfigured: Requested setting USE_I18N, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
  12. 2014-04-29T14:33:20.551324+00:00 app[web.1]: 2014-04-29 14:33:20 [7] [INFO] Worker exiting (pid: 7)
  13. 2014-04-29T14:33:20.675706+00:00 app[web.1]: 2014-04-29 14:33:20 [2] [INFO] Shutting down: Master
  14. 2014-04-29T14:33:20.675792+00:00 app[web.1]: 2014-04-29 14:33:20 [2] [INFO] Reason: Worker failed to boot.
  15. 2014-04-29T14:33:19.703076+00:00 heroku[web.1]: Starting process with command `gunicorn hellodjango.wsgi`
  16. 2014-04-29T14:33:
  17. 21.804291+00:00 heroku[web.1]: State changed from starting to crashed
  18. 2014-04-29T14:33:21.804964+00:00 heroku[web.1]: State changed from crashed to starting
  19. 2014-04-29T14:33:21.767921+00:00 heroku[web.1]: Process exited with status 3
  20. 2014-04-29T14:33:27.144121+00:00 heroku[web.1]: Starting process with command `gunicorn hellodjango.wsgi`
  21. 2014-04-29T14:33:28.910098+00:00 app[web.1]:     self.wsgi = self.app.wsgi()
  22. 2014-04-29T14:33:28.910094+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker
  23. 2014-04-29T14:33:28.910100+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi
  24. 2014-04-29T14:33:28.910091+00:00 app[web.1]: Traceback (most recent call last):
  25. 2014-04-29T14:33:28.780770+00:00 app[web.1]: 2014-04-29 14:33:28 [2] [INFO] Starting gunicorn 18.0
  26. 2014-04-29T14:33:28.910085+00:00 app[web.1]: 2014-04-29 14:33:28 [7] [ERROR] Exception in worker process:
  27. 2014-04-29T14:33:28.910095+00:00 app[web.1]:     worker.init_process()
  28. 2014-04-29T14:33:28.910097+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/workers/base.py", line 106, in init_process
  29. 2014-04-29T14:33:28.910104+00:00 app[web.1]:     return self.load_wsgiapp()
  30. 2014-04-29T14:33:28.910111+00:00 app[web.1]:   File "/app/hellodjango/wsgi.py", line 2, in <module>
  31. 2014-04-29T14:33:28.910116+00:00 app[web.1]:     from django.contrib.staticfiles.handlers import StaticFilesHandler as DebugHandler
  32. 2014-04-29T14:33:28.910118+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py", line 8, in <module>
  33. 2014-04-29T14:33:28.910101+00:00 app[web.1]:     self.callable = self.load()
  34. 2014-04-29T14:33:28.910119+00:00 app[web.1]:     from django.contrib.staticfiles.views import serve
  35. 2014-04-29T14:33:28.910103+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load
  36. 2014-04-29T14:33:28.910122+00:00 app[web.1]:     from django.views import static
  37. 2014-04-29T14:33:28.910126+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 65, in gettext_noop
  38. 2014-04-29T14:33:28.910120+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/contrib/staticfiles/views.py", line 13, in <module>
  39. 2014-04-29T14:33:28.910109+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app
  40. 2014-04-29T14:33:28.910130+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 52, in __getattr__
  41. 2014-04-29T14:33:28.910129+00:00 app[web.1]:     return _trans.gettext_noop(message)
  42. 2014-04-29T14:33:28.910106+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 49, in load_wsgiapp
  43. 2014-04-29T14:33:28.910110+00:00 app[web.1]:     __import__(module)
  44. 2014-04-29T14:33:28.910134+00:00 app[web.1]:     self._setup(name)
  45. 2014-04-29T14:33:28.910107+00:00 app[web.1]:     return util.import_app(self.app_uri)
  46. 2014-04-29T14:33:28.910113+00:00 app[web.1]:     from dj_static import Cling
  47. 2014-04-29T14:33:28.910114+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/dj_static.py", line 8, in <module>
  48. 2014-04-29T14:33:28.910132+00:00 app[web.1]:     if settings.USE_I18N:
  49. 2014-04-29T14:33:28.910123+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/views/static.py", line 96, in <module>
  50. 2014-04-29T14:33:28.910125+00:00 app[web.1]:     template_translatable = ugettext_noop("Index of %(directory)s")
  51. 2014-04-29T14:33:28.910133+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/conf/__init__.py", line 54, in __getattr__
  52. 2014-04-29T14:33:28.910142+00:00 app[web.1]:     worker.init_process()
  53. 2014-04-29T14:33:28.910148+00:00 app[web.1]:     self.callable = self.load()
  54. 2014-04-29T14:33:28.910145+00:00 app[web.1]:     self.wsgi = self.app.wsgi()
  55. 2014-04-29T14:33:28.910146+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi
  56. 2014-04-29T14
  57. :33:28.910139+00:00 app[web.1]: ImproperlyConfigured: Requested setting USE_I18N, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
  58. 2014-04-29T14:33:28.910154+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app
  59. 2014-04-29T14:33:28.910161+00:00 app[web.1]:     from django.contrib.staticfiles.handlers import StaticFilesHandler as DebugHandler
  60. 2014-04-29T14:33:28.910137+00:00 app[web.1]:     % (desc, ENVIRONMENT_VARIABLE))
  61. 2014-04-29T14:33:28.910144+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/workers/base.py", line 106, in init_process
  62. 2014-04-29T14:33:28.910141+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker
  63. 2014-04-29T14:33:28.910157+00:00 app[web.1]:   File "/app/hellodjango/wsgi.py", line 2, in <module>
  64. 2014-04-29T14:33:28.910149+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load
  65. 2014-04-29T14:33:28.910150+00:00 app[web.1]:     return self.load_wsgiapp()
  66. 2014-04-29T14:33:28.910152+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 49, in load_wsgiapp
  67. 2014-04-29T14:33:28.910153+00:00 app[web.1]:     return util.import_app(self.app_uri)
  68. 2014-04-29T14:33:28.910164+00:00 app[web.1]:     from django.contrib.staticfiles.views import serve
  69. 2014-04-29T14:33:28.910165+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/contrib/staticfiles/views.py", line 13, in <module>
  70. 2014-04-29T14:33:28.910167+00:00 app[web.1]:     from django.views import static
  71. 2014-04-29T14:33:28.910168+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/views/static.py", line 96, in <module>
  72. 2014-04-29T14:33:28.910170+00:00 app[web.1]:     template_translatable = ugettext_noop("Index of %(directory)s")
  73. 2014-04-29T14:33:28.910177+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 65, in gettext_noop
  74. 2014-04-29T14:33:28.910182+00:00 app[web.1]:     if settings.USE_I18N:
  75. 2014-04-29T14:33:28.910156+00:00 app[web.1]:     __import__(module)
  76. 2014-04-29T14:33:28.910184+00:00 app[web.1]:     self._setup(name)
  77. 2014-04-29T14:33:28.910178+00:00 app[web.1]:     return _trans.gettext_noop(message)
  78. 2014-04-29T14:33:28.910180+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 52, in __getattr__
  79. 2014-04-29T14:33:28.910183+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/conf/__init__.py", line 54, in __getattr__
  80. 2014-04-29T14:33:28.910158+00:00 app[web.1]:     from dj_static import Cling
  81. 2014-04-29T14:33:28.910189+00:00 app[web.1]: ImproperlyConfigured: Requested setting USE_I18N, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
  82. 2014-04-29T14:33:28.910160+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/dj_static.py", line 8, in <module>
  83. 2014-04-29T14:33:28.910190+00:00 app[web.1]: 2014-04-29 14:33:28 [7] [INFO] Worker exiting (pid: 7)
  84. 2014-04-29T14:33:28.910136+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/conf/__init__.py", line 47, in _setup
  85. 2014-04-29T14:33:28.910186+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/conf/__init__.py", line 47, in _setup
  86. 2014-04-29T14:33:28.910140+00:00 app[web.1]: Traceback (most recent call last):
  87. 2014-04-29T14:33:28.910187+00:00 app[web.1]:     % (desc, ENVIRONMENT_VARIABLE))
  88. 2014-04-29T14:33:28.910163+00:00 app[web.1]:   File "/app/.heroku/python/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py", line 8, in <module>
  89. 2014-04-29T14:33:28.782824+00:00 app[web.1]: 2014-04-29 14:33:28 [2] [INFO] Listening at: http://0.0.0.0:10558 (2)
  90. 2014-04-29T14:33:28.782912+00:00 app[web.1]: 2014-04-29 14:33:28 [2] [INFO] Using worker: sync
  91. 2014-04-29T14:33:28.790809+00:00 app[web.1]: 2014-04-29 14:33:28 [7] [INFO] Booting worker with pid: 7
  92. 2014-04-29T14:33:29.036557+00:00 app[web.1]: 2014-04-29 14:33:29 [2] [INFO] Shutting down: Master
  93. 2014-04-29T14:33:29.036568+00:00 app[web.1]: 2014-04-29 14:33:29 [2] [INFO] Reason: Worker failed to boot.
  94. 2014-04-29T14:33:31.863102+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=ancient-springs-3625.herokuapp.com request_id=0ff46abf-9c93-4e9d-ae7c-e07e4e2c87f5 fwd="***.***.***.***" dyno= connect= service= status=503 bytes=
  95. 2014-04-29T14:33:30.458097+00:00 heroku[web.1]: State changed from starting to crashed
  96. 2014-04-29T14:33:30.445566+00:00 heroku[web.1]: Process exited with status 3
  97. 2014-04-29T14:33:47.930157+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=ancient-springs-3625.herokuapp.com request_id=29a0b9d5-abe7-4652-bd39-7591af067bff fwd="***.***.***.***" dyno= connect= service= status=503 bytes=
  98. 2014-04-29T14:33:48.635995+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/favicon.ico host=ancient-springs-3625.herokuapp.com request_id=028fba39-2b2b-41a3-b31f-4e6e3eaee8aa fwd="***.***.***.***" dyno= connect= service= status=503 bytes=
  99. 2014-04-29T14:33:50.565561+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=ancient-springs-3625.herokuapp.com request_id=420d0516-8284-492f-b646-125fc6ab0e3c fwd="***.***.***.***" dyno= connect= service= status=503 bytes=
  100. 2014-04-29T14:33:51.303240+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/favicon.ico host=ancient-springs-3625.herokuapp.com request_id=44b58ac6-d2ef-4855-9635-8e205c422d36 fwd="***.***.***.***" dyno= connect= service= status=503 bytes=
  101. 2014-04-29T14:33:51.543804+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=ancient-springs-3625.herokuapp.com request_id=c81a2ac4-b805-4c39-928f-42098083ca15 fwd="***.***.***.***" dyno= connect= service= status=503 bytes=
  102. 2014-04-29T14:33:52.228781+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/favicon.ico host=ancient-springs-3625.herokuapp.com request_id=c698ea0b-4d38-4f6d-854d-8c6158c913ad fwd="***.***.***.***" dyno= connect= service= status=503 bytes=
  103. 2014-04-29T14:33:52.620874+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=ancient-springs-3625.herokuapp.com request_id=77d7a2b4-b362-4246-9793-59a7096a9f9a fwd="***.***.***.***" dyno= connect= service= status=503 bytes=
  104. 2014-04-29T14:33:53.267560+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/favicon.ico host=ancient-springs-3625.herokuapp.com request_id=278d9d48-48f3-482a-aef0-a2ce39224af1 fwd="***.***.***.***" dyno= connect= service= status=503 bytes=
Advertisement
Add Comment
Please, Sign In to add comment