Created
February 28, 2014 07:08
-
-
Save amyrlam/9266660 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ heroku logs | |
2014-02-28T04:50:53.592920+00:00 app[web.1]: return util.import_app(self.app_uri) | |
2014-02-28T04:50:53.592920+00:00 app[web.1]: 2014-02-28 04:50:53 [7] [INFO] Worker exiting (pid: 7) | |
2014-02-28T04:50:53.592920+00:00 app[web.1]: ImportError: No module named mysite.wsgi | |
2014-02-28T04:50:53.592920+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app | |
2014-02-28T04:50:53.592920+00:00 app[web.1]: __import__(module) | |
2014-02-28T04:50:53.716404+00:00 app[web.1]: 2014-02-28 04:50:53 [2] [INFO] Reason: Worker failed to boot. | |
2014-02-28T04:50:53.716404+00:00 app[web.1]: 2014-02-28 04:50:53 [2] [INFO] Shutting down: Master | |
2014-02-28T04:50:55.156858+00:00 heroku[web.1]: Process exited with status 3 | |
2014-02-28T04:50:55.164955+00:00 heroku[web.1]: State changed from starting to crashed | |
2014-02-28T05:53:58.806415+00:00 heroku[web.1]: State changed from crashed to starting | |
2014-02-28T05:54:03.502238+00:00 heroku[web.1]: Starting process with command `gunicorn mysite.wsgi` | |
2014-02-28T05:54:05.290222+00:00 app[web.1]: 2014-02-28 05:54:05 [2] [INFO] Starting gunicorn 18.0 | |
2014-02-28T05:54:05.290815+00:00 app[web.1]: 2014-02-28 05:54:05 [2] [INFO] Listening at: http://0.0.0.0:59618 (2) | |
2014-02-28T05:54:05.291149+00:00 app[web.1]: 2014-02-28 05:54:05 [2] [INFO] Using worker: sync | |
2014-02-28T05:54:05.306968+00:00 app[web.1]: worker.init_process() | |
2014-02-28T05:54:05.307196+00:00 app[web.1]: __import__(module) | |
2014-02-28T05:54:05.298977+00:00 app[web.1]: 2014-02-28 05:54:05 [7] [INFO] Booting worker with pid: 7 | |
2014-02-28T05:54:05.306968+00:00 app[web.1]: 2014-02-28 05:54:05 [7] [ERROR] Exception in worker process: | |
2014-02-28T05:54:05.306968+00:00 app[web.1]: Traceback (most recent call last): | |
2014-02-28T05:54:05.306968+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker | |
2014-02-28T05:54:05.306968+00:00 app[web.1]: self.wsgi = self.app.wsgi() | |
2014-02-28T05:54:05.306968+00:00 app[web.1]: return self.load_wsgiapp() | |
2014-02-28T05:54:05.306968+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi | |
2014-02-28T05:54:05.306968+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/workers/base.py", line 106, in init_process | |
2014-02-28T05:54:05.307196+00:00 app[web.1]: return util.import_app(self.app_uri) | |
2014-02-28T05:54:05.307196+00:00 app[web.1]: worker.init_process() | |
2014-02-28T05:54:05.306968+00:00 app[web.1]: self.callable = self.load() | |
2014-02-28T05:54:05.307196+00:00 app[web.1]: ImportError: No module named mysite.wsgi | |
2014-02-28T05:54:05.307404+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 49, in load_wsgiapp | |
2014-02-28T05:54:05.307404+00:00 app[web.1]: return util.import_app(self.app_uri) | |
2014-02-28T05:54:05.306968+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load | |
2014-02-28T05:54:05.307196+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker | |
2014-02-28T05:54:05.307404+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi | |
2014-02-28T05:54:05.307196+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app | |
2014-02-28T05:54:05.307404+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load | |
2014-02-28T05:54:05.307196+00:00 app[web.1]: Traceback (most recent call last): | |
2014-02-28T05:54:05.307404+00:00 app[web.1]: return self.load_wsgiapp() | |
2014-02-28T05:54:05.307196+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/workers/base.py", line 106, in init_process | |
2014-02-28T05:54:05.307404+00:00 app[web.1]: ImportError: No module named mysite.wsgi | |
2014-02-28T05:54:05.307404+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app | |
2014-02-28T05:54:05.307196+00:00 app[web.1]: self.wsgi = self.app.wsgi() | |
2014-02-28T05:54:05.307404+00:00 app[web.1]: self.callable = self.load() | |
2014-02-28T05:54:05.307404+00:00 app[web.1]: 2014-02-28 05:54:05 [7] [INFO] Worker exiting (pid: 7) | |
2014-02-28T05:54:05.307196+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 49, in load_wsgiapp | |
2014-02-28T05:54:05.307404+00:00 app[web.1]: __import__(module) | |
2014-02-28T05:54:05.452762+00:00 app[web.1]: 2014-02-28 05:54:05 [2] [INFO] Reason: Worker failed to boot. | |
2014-02-28T05:54:05.452762+00:00 app[web.1]: 2014-02-28 05:54:05 [2] [INFO] Shutting down: Master | |
2014-02-28T05:54:07.025225+00:00 heroku[web.1]: Process exited with status 3 | |
2014-02-28T05:54:07.035396+00:00 heroku[web.1]: State changed from starting to crashed | |
2014-02-28T07:04:26.865888+00:00 heroku[web.1]: State changed from crashed to starting | |
2014-02-28T07:04:26.864181+00:00 heroku[web.1]: State changed from starting to crashed | |
2014-02-28T07:04:32.408900+00:00 heroku[web.1]: Starting process with command `gunicorn mysite.wsgi` | |
2014-02-28T07:04:34.877578+00:00 app[web.1]: 2014-02-28 07:04:34 [2] [INFO] Listening at: http://0.0.0.0:34135 (2) | |
2014-02-28T07:04:34.877713+00:00 app[web.1]: 2014-02-28 07:04:34 [2] [INFO] Using worker: sync | |
2014-02-28T07:04:34.874156+00:00 app[web.1]: 2014-02-28 07:04:34 [2] [INFO] Starting gunicorn 18.0 | |
2014-02-28T07:04:34.895816+00:00 app[web.1]: 2014-02-28 07:04:34 [7] [INFO] Booting worker with pid: 7 | |
2014-02-28T07:04:34.903819+00:00 app[web.1]: Traceback (most recent call last): | |
2014-02-28T07:04:34.903819+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker | |
2014-02-28T07:04:34.903819+00:00 app[web.1]: worker.init_process() | |
2014-02-28T07:04:34.903819+00:00 app[web.1]: 2014-02-28 07:04:34 [7] [ERROR] Exception in worker process: | |
2014-02-28T07:04:34.903819+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/workers/base.py", line 106, in init_process | |
2014-02-28T07:04:34.903819+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load | |
2014-02-28T07:04:34.904091+00:00 app[web.1]: __import__(module) | |
2014-02-28T07:04:34.903819+00:00 app[web.1]: self.wsgi = self.app.wsgi() | |
2014-02-28T07:04:34.904091+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app | |
2014-02-28T07:04:34.904091+00:00 app[web.1]: ImportError: No module named mysite.wsgi | |
2014-02-28T07:04:34.903819+00:00 app[web.1]: self.callable = self.load() | |
2014-02-28T07:04:34.904091+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/workers/base.py", line 106, in init_process | |
2014-02-28T07:04:34.904091+00:00 app[web.1]: self.wsgi = self.app.wsgi() | |
2014-02-28T07:04:34.904257+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi | |
2014-02-28T07:04:34.904257+00:00 app[web.1]: return self.load_wsgiapp() | |
2014-02-28T07:04:34.904091+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 49, in load_wsgiapp | |
2014-02-28T07:04:34.904257+00:00 app[web.1]: return util.import_app(self.app_uri) | |
2014-02-28T07:04:34.904091+00:00 app[web.1]: return util.import_app(self.app_uri) | |
2014-02-28T07:04:34.904257+00:00 app[web.1]: self.callable = self.load() | |
2014-02-28T07:04:34.904257+00:00 app[web.1]: __import__(module) | |
2014-02-28T07:04:34.904257+00:00 app[web.1]: 2014-02-28 07:04:34 [7] [INFO] Worker exiting (pid: 7) | |
2014-02-28T07:04:34.903819+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/base.py", line 114, in wsgi | |
2014-02-28T07:04:34.904091+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/arbiter.py", line 495, in spawn_worker | |
2014-02-28T07:04:34.904257+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 62, in load | |
2014-02-28T07:04:34.904257+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/util.py", line 354, in import_app | |
2014-02-28T07:04:34.904257+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 49, in load_wsgiapp | |
2014-02-28T07:04:34.903819+00:00 app[web.1]: return self.load_wsgiapp() | |
2014-02-28T07:04:34.904091+00:00 app[web.1]: Traceback (most recent call last): | |
2014-02-28T07:04:34.904091+00:00 app[web.1]: worker.init_process() | |
2014-02-28T07:04:34.904257+00:00 app[web.1]: ImportError: No module named mysite.wsgi | |
2014-02-28T07:04:35.039175+00:00 app[web.1]: 2014-02-28 07:04:35 [2] [INFO] Shutting down: Master | |
2014-02-28T07:04:35.039424+00:00 app[web.1]: 2014-02-28 07:04:35 [2] [INFO] Reason: Worker failed to boot. | |
2014-02-28T07:04:36.357732+00:00 heroku[web.1]: Process exited with status 3 | |
2014-02-28T07:04:36.367464+00:00 heroku[web.1]: State changed from starting to crashed | |
2014-02-28T07:04:36.911440+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=whispering-waters-3343.herokuapp.com request_id=9e8d1a68-2836-4628-8770-b650b4ed8884 fwd="50.1.63.35" dyno= connect= service= status=503 bytes= | |
2014-02-28T07:06:36.887271+00:00 heroku[api]: Starting process with command `python manage.py syncdb` by [email protected] | |
2014-02-28T07:06:42.025109+00:00 heroku[run.5015]: State changed from starting to up | |
2014-02-28T07:06:55.062447+00:00 heroku[api]: Starting process with command `python mysite/manage.py syncdb` by [email protected] | |
2014-02-28T07:07:01.005909+00:00 heroku[run.6622]: State changed from starting to up | |
2014-02-28T07:07:01.191355+00:00 heroku[run.6622]: Awaiting client | |
2014-02-28T07:07:01.262651+00:00 heroku[run.6622]: Starting process with command `python mysite/manage.py syncdb` | |
2014-02-28T07:07:04.273188+00:00 heroku[run.6622]: Process exited with status 0 | |
2014-02-28T07:07:04.313448+00:00 heroku[run.6622]: State changed from up to complete | |
2014-02-28T07:07:19.159060+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/ host=whispering-waters-3343.herokuapp.com request_id=8f310461-1a39-4ab9-a1bf-a43a117dc88c fwd="50.1.63.35" dyno= connect= service= status=503 bytes= | |
2014-02-28T07:07:19.369354+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/favicon.ico host=whispering-waters-3343.herokuapp.com request_id=75f6aa20-4887-4fcc-9908-06fc4799052b fwd="50.1.63.35" dyno= connect= service= status=503 bytes= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment