Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (venv)user@PC:~/projects/hellodjango$ heroku logs
- 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>
- 2014-04-29T14:33:20.551304+00:00 app[web.1]: from django.views import static
- 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__
- 2014-04-29T14:33:20.551319+00:00 app[web.1]: self._setup(name)
- 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
- 2014-04-29T14:33:20.551322+00:00 app[web.1]: % (desc, ENVIRONMENT_VARIABLE))
- 2014-04-29T14:33:20.551314+00:00 app[web.1]: return _trans.gettext_noop(message)
- 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__
- 2014-04-29T14:33:20.551317+00:00 app[web.1]: if settings.USE_I18N:
- 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.
- 2014-04-29T14:33:20.551324+00:00 app[web.1]: 2014-04-29 14:33:20 [7] [INFO] Worker exiting (pid: 7)
- 2014-04-29T14:33:20.675706+00:00 app[web.1]: 2014-04-29 14:33:20 [2] [INFO] Shutting down: Master
- 2014-04-29T14:33:20.675792+00:00 app[web.1]: 2014-04-29 14:33:20 [2] [INFO] Reason: Worker failed to boot.
- 2014-04-29T14:33:19.703076+00:00 heroku[web.1]: Starting process with command `gunicorn hellodjango.wsgi`
- 2014-04-29T14:33:
- 21.804291+00:00 heroku[web.1]: State changed from starting to crashed
- 2014-04-29T14:33:21.804964+00:00 heroku[web.1]: State changed from crashed to starting
- 2014-04-29T14:33:21.767921+00:00 heroku[web.1]: Process exited with status 3
- 2014-04-29T14:33:27.144121+00:00 heroku[web.1]: Starting process with command `gunicorn hellodjango.wsgi`
- 2014-04-29T14:33:28.910098+00:00 app[web.1]: self.wsgi = self.app.wsgi()
- 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
- 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
- 2014-04-29T14:33:28.910091+00:00 app[web.1]: Traceback (most recent call last):
- 2014-04-29T14:33:28.780770+00:00 app[web.1]: 2014-04-29 14:33:28 [2] [INFO] Starting gunicorn 18.0
- 2014-04-29T14:33:28.910085+00:00 app[web.1]: 2014-04-29 14:33:28 [7] [ERROR] Exception in worker process:
- 2014-04-29T14:33:28.910095+00:00 app[web.1]: worker.init_process()
- 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
- 2014-04-29T14:33:28.910104+00:00 app[web.1]: return self.load_wsgiapp()
- 2014-04-29T14:33:28.910111+00:00 app[web.1]: File "/app/hellodjango/wsgi.py", line 2, in <module>
- 2014-04-29T14:33:28.910116+00:00 app[web.1]: from django.contrib.staticfiles.handlers import StaticFilesHandler as DebugHandler
- 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>
- 2014-04-29T14:33:28.910101+00:00 app[web.1]: self.callable = self.load()
- 2014-04-29T14:33:28.910119+00:00 app[web.1]: from django.contrib.staticfiles.views import serve
- 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
- 2014-04-29T14:33:28.910122+00:00 app[web.1]: from django.views import static
- 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
- 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>
- 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
- 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__
- 2014-04-29T14:33:28.910129+00:00 app[web.1]: return _trans.gettext_noop(message)
- 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
- 2014-04-29T14:33:28.910110+00:00 app[web.1]: __import__(module)
- 2014-04-29T14:33:28.910134+00:00 app[web.1]: self._setup(name)
- 2014-04-29T14:33:28.910107+00:00 app[web.1]: return util.import_app(self.app_uri)
- 2014-04-29T14:33:28.910113+00:00 app[web.1]: from dj_static import Cling
- 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>
- 2014-04-29T14:33:28.910132+00:00 app[web.1]: if settings.USE_I18N:
- 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>
- 2014-04-29T14:33:28.910125+00:00 app[web.1]: template_translatable = ugettext_noop("Index of %(directory)s")
- 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__
- 2014-04-29T14:33:28.910142+00:00 app[web.1]: worker.init_process()
- 2014-04-29T14:33:28.910148+00:00 app[web.1]: self.callable = self.load()
- 2014-04-29T14:33:28.910145+00:00 app[web.1]: self.wsgi = self.app.wsgi()
- 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
- 2014-04-29T14
- :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.
- 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
- 2014-04-29T14:33:28.910161+00:00 app[web.1]: from django.contrib.staticfiles.handlers import StaticFilesHandler as DebugHandler
- 2014-04-29T14:33:28.910137+00:00 app[web.1]: % (desc, ENVIRONMENT_VARIABLE))
- 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
- 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
- 2014-04-29T14:33:28.910157+00:00 app[web.1]: File "/app/hellodjango/wsgi.py", line 2, in <module>
- 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
- 2014-04-29T14:33:28.910150+00:00 app[web.1]: return self.load_wsgiapp()
- 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
- 2014-04-29T14:33:28.910153+00:00 app[web.1]: return util.import_app(self.app_uri)
- 2014-04-29T14:33:28.910164+00:00 app[web.1]: from django.contrib.staticfiles.views import serve
- 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>
- 2014-04-29T14:33:28.910167+00:00 app[web.1]: from django.views import static
- 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>
- 2014-04-29T14:33:28.910170+00:00 app[web.1]: template_translatable = ugettext_noop("Index of %(directory)s")
- 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
- 2014-04-29T14:33:28.910182+00:00 app[web.1]: if settings.USE_I18N:
- 2014-04-29T14:33:28.910156+00:00 app[web.1]: __import__(module)
- 2014-04-29T14:33:28.910184+00:00 app[web.1]: self._setup(name)
- 2014-04-29T14:33:28.910178+00:00 app[web.1]: return _trans.gettext_noop(message)
- 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__
- 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__
- 2014-04-29T14:33:28.910158+00:00 app[web.1]: from dj_static import Cling
- 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.
- 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>
- 2014-04-29T14:33:28.910190+00:00 app[web.1]: 2014-04-29 14:33:28 [7] [INFO] Worker exiting (pid: 7)
- 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
- 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
- 2014-04-29T14:33:28.910140+00:00 app[web.1]: Traceback (most recent call last):
- 2014-04-29T14:33:28.910187+00:00 app[web.1]: % (desc, ENVIRONMENT_VARIABLE))
- 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>
- 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)
- 2014-04-29T14:33:28.782912+00:00 app[web.1]: 2014-04-29 14:33:28 [2] [INFO] Using worker: sync
- 2014-04-29T14:33:28.790809+00:00 app[web.1]: 2014-04-29 14:33:28 [7] [INFO] Booting worker with pid: 7
- 2014-04-29T14:33:29.036557+00:00 app[web.1]: 2014-04-29 14:33:29 [2] [INFO] Shutting down: Master
- 2014-04-29T14:33:29.036568+00:00 app[web.1]: 2014-04-29 14:33:29 [2] [INFO] Reason: Worker failed to boot.
- 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=
- 2014-04-29T14:33:30.458097+00:00 heroku[web.1]: State changed from starting to crashed
- 2014-04-29T14:33:30.445566+00:00 heroku[web.1]: Process exited with status 3
- 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=
- 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=
- 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=
- 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=
- 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=
- 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=
- 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=
- 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