Skip to content

Instantly share code, notes, and snippets.

@MichelleGlauser
Created May 6, 2014 04:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichelleGlauser/a974b41fce0fbfba0fb5 to your computer and use it in GitHub Desktop.
Save MichelleGlauser/a974b41fce0fbfba0fb5 to your computer and use it in GitHub Desktop.
2014-05-06T01:31:19.612972+00:00 app[web.1]: 2014-05-06 01:31:19 [2] [INFO] Shutting down: Master
2014-05-06T01:31:19.607959+00:00 app[web.1]: 2014-05-06 01:31:19 [2] [INFO] Handling signal: term
2014-05-06T01:31:24.431329+00:00 app[web.1]: 2014-05-06 01:31:24 [2] [INFO] Starting gunicorn 18.0
2014-05-06T01:31:24.432145+00:00 app[web.1]: 2014-05-06 01:31:24 [2] [INFO] Listening at: http://0.0.0.0:12988 (2)
2014-05-06T01:31:24.432246+00:00 app[web.1]: 2014-05-06 01:31:24 [2] [INFO] Using worker: sync
2014-05-06T01:31:24.438350+00:00 app[web.1]: 2014-05-06 01:31:24 [7] [INFO] Booting worker with pid: 7
2014-05-06T01:31:23.549291+00:00 heroku[web.1]: Starting process with command `gunicorn chishenma_project.wsgi`
2014-05-06T01:31:24.686011+00:00 heroku[web.1]: State changed from starting to up
2014-05-06T01:31:26.678788+00:00 heroku[router]: at=info method=GET path=/ host=chishenma.herokuapp.com request_id=42e0c5b7-4bfd-48f9-bd42-aff99dd42c9f fwd="107.6.122.130" dyno=web.1 connect=2ms service=169ms status=500 bytes=238
2014-05-06T01:31:26.664787+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/dj_static.py", line 59, in __call__
2014-05-06T01:31:26.664774+00:00 app[web.1]: 2014-05-06 09:31:26 [7] [ERROR] Error handling request
2014-05-06T01:31:26.664781+00:00 app[web.1]: Traceback (most recent call last):
2014-05-06T01:31:26.664783+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 131, in handle_request
2014-05-06T01:31:26.664785+00:00 app[web.1]: respiter = self.wsgi(environ, resp.start_response)
2014-05-06T01:31:26.664788+00:00 app[we
b.1]: return self.application(environ, start_response)
2014-05-06T01:31:26.664790+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 206, in __call__
2014-05-06T01:31:26.664791+00:00 app[web.1]: response = self.get_response(request)
2014-05-06T01:31:26.664794+00:00 app[web.1]: response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
2014-05-06T01:31:26.664793+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/base.py", line 196, in get_response
2014-05-06T01:31:26.664796+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/base.py", line 234, in handle_uncaught_exception
2014-05-06T01:31:26.664799+00:00 app[web.1]: if resolver.urlconf_module is None:
2014-05-06T01:31:26.664801+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/urlresolvers.py", line 341, in urlconf_module
2014-05-06T01:31:26.664802+00:00 app[web.1]: self._urlconf_module = import_module(self.urlconf_name)
2014-05-06T01:31:26.664823+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module
2014-05-06T01:31:26.664825+00:00 app[web.1]: __import__(name)
2014-05-06T01:31:26.664826+00:00 app[web.1]: File "/app/chishenma_project/urls.py", line 9, in <module>
2014-05-06T01:31:26.664828+00:00 app[web.1]: admin.autodiscover()
2014-05-06T01:31:26.664829+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/contrib/admin/__init__.py", line 29, in autodiscover
2014-05-06T01:31:26.664841+00:00 app[web.1]: AlreadyRegistered: The model Foodie is already registered
2014-05-06T01:31:26.664831+00:00 app[web.1]: import_module('%s.admin' % app)
2014-05-06T01:31:26.664834+00:00 app[web.1]: __import__(name)
2014-05-06T01:31:26.664832+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module
2014-05-06T01:31:26.664835+00:00 app[web.1]: File "/app/chishenma_app/admin.py", line 58, in <module>
2014-05-06T01:31:26.664837+00:00 app[web.1]: admin.site.register(Foodie)
2014-05-06T01:31:26.664838+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/contrib/admin/sites.py", line 77, in register
2014-05-06T01:31:26.664840+00:00 app[web.1]: raise AlreadyRegistered('The model %s is already registered' % model.__name__)
2014-05-06T01:32:37.600653+00:00 heroku[router]: at=info method=GET path=/ host=chishenma.herokuapp.com request_id=39eb97e0-0572-4084-b01b-254145fc99f1 fwd="107.6.122.130" dyno=web.1 connect=2ms service=7ms status=500 bytes=238
2014-05-06T01:32:37.579215+00:00 app[web.1]: 2014-05-06 09:32:37 [7] [ERROR] Error handling request
2014-05-06T01:32:37.579220+00:00 app[web.1]: Traceback (most recent call last):
2014-05-06T01:32:37.579222+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 131, in handle_request
2014-05-06T01:32:37.579224+00:00 app[web.1]: respiter = self.wsgi(environ, resp.start_response)
2014-05-06T01:32:37.579269+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/dj_static.py", line 59, in __call__
2014-05-06T01:32:37.579271+00:00 app[web.1]: return self.application(environ, start_response)
2014-05-06T01:32:37.579273+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 206, in __call__
2014-05-06T01:32:37.579274+00:00 app[web.1]: response = self.get_response(request)
2014-05-06T01:32:37.579276+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/base.py", line 196, in get_response
2014-05-06T01:32:37.579279+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/base.py", line 234, in handle_uncaught_exception
2014-05-06T01:32:37.579277+00:00 app[web.1]: response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
2014-05-06T01:32:37.579281+00:00 app[web.1]: if resolver.urlconf_module is None:
2014-05-06T01:32:37.579282+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-pack
ages/django/core/urlresolvers.py", line 341, in urlconf_module
2014-05-06T01:32:37.579285+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module
2014-05-06T01:32:37.579284+00:00 app[web.1]: self._urlconf_module = import_module(self.urlconf_name)
2014-05-06T01:32:37.579289+00:00 app[web.1]: File "/app/chishenma_project/urls.py", line 9, in <module>
2014-05-06T01:32:37.579290+00:00 app[web.1]: admin.autodiscover()
2014-05-06T01:32:37.579287+00:00 app[web.1]: __import__(name)
2014-05-06T01:32:37.579293+00:00 app[web.1]: import_module('%s.admin' % app)
2014-05-06T01:32:37.579292+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/contrib/admin/__init__.py", line 29, in autodiscover
2014-05-06T01:32:37.579296+00:00 app[web.1]: __import__(name)
2014-05-06T01:32:37.579299+00:00 app[web.1]: admin.site.register(Foodie)
2014-05-06T01:32:37.579294+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module
2014-05-06T01:32:37.579297+00:00 app[web.1]: File "/app/chishenma_app/admin.py", line 58, in <module>
2014-05-06T01:32:37.579321+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/contrib/admin/sites.py", line 77, in register
2014-05-06T01:32:37.579322+00:00 app[web.1]: raise AlreadyRegistered('The model %s is already registered' % model.__name__)
2014-05-06T01:32:37.579324+00:00 app[web.1]: AlreadyRegistered: The model Foodie is already registered
2014-05-06T01:34:35+00:00 heroku[slug-compiler]: Slug compilation started
2014-05-06T01:34:53+00:00 heroku[slug-compiler]: Slug compilation finished
2014-05-06T01:34:53.936700+00:00 heroku[web.1]: State changed from up to starting
2014-05-06T01:34:55.555104+00:00 app[web.1]: 2014-05-06 09:34:55 [7] [INFO] Worker exiting (pid: 7)
2014-05-06T01:34:55.561323+00:00 app[web.1]: 2014-05-06 01:34:55 [2] [INFO] Shutting down: Master
2014-05-06T01:34:55.555567+00:00 app[web.1]: 2014-05-06 01:34:55 [2] [INFO] Handling signal: term
2014-05-06T01:34:53.638789+00:00 heroku[api]: Deploy 615327a by michelleglauser@gmail.com
2014-05-06T01:34:53.638789+00:00 heroku[api]: Release v26 created by michelleglauser@gmail.com
2014-05-06T01:34:56.588748+00:00 heroku[web.1]: Process exited with status 0
2014-05-06T01:34:55.331794+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2014-05-06T01:35:02.135781+00:00 app[web.1]: 2014-05-06 01:35:02 [2] [INFO] Starting gunicorn 18.0
2014-05-06T01:35:02.137014+00:00 app[web.1]: 2014-05-06 01:35:02 [2] [INFO] Listening at: http://0.0.0.0:26095 (2)
2014-05-06T01:35:02.137131+00:00 app[web.1]: 2014-05-06 01:35:02 [2] [INFO] Using worker: sync
2014-05-06T01:35:02.144566+00:00 app[web.1]: 2014-05-06 01:35:02 [7] [INFO] Booting worker with pid: 7
2014-05-06T01:35:02.665546+00:00 heroku[web.1]: State changed from starting to up
2014-05-06T01:35:04.748795+00:00 heroku[router]: at=info method=GET path=/ host=chishenma.herokuapp.com request_id=dbf2b461-8c8e-476b-8c3e-9da3940fa288 fwd="107.6.122.130" dyno=web.1 connect=13ms service=1189ms status=200 bytes=3034
2014-05-06T01:35:24.395371+00:00 heroku[router]: at=info method=GET path=/admin/ host=chishenma.herokuapp.com request_id=a4d92020-a3df-40aa-81b4-d4b866e46d9d fwd="107.6.122.130" dyno=web.1 connect=6ms service=63ms status=200 bytes=2319
2014-05-06T01:35:29.791622+00:00 heroku[router]: at=info method=POST path=/admin/ host=chishenma.herokuapp.com request_id=aabf3d24-b8c3-484c-8e60-6525e65fff5d fwd="107.6.122.130" dyno=web.1 connect=2ms service=345ms status=500 bytes=251
2014-05-06T02:38:35.160928+00:00 heroku[web.1]: Idling
2014-05-06T02:38:35.161474+00:00 heroku[web.1]: State changed from up to down
2014-05-06T02:38:38.769523+00:00 app[web.1]: 2014-05-06 10:38:38 [7] [INFO] Worker exiting (pid: 7)
2014-05-06T02:38:38.766203+00:00 app[web.1]: 2014-05-06 02:38:38 [2] [INFO] Handling signal: term
2014-05-06T02:38:38.895262+00:00 app[web.1]: 2014-05-06 02:38:38 [2] [INFO] Shutting down: Master
2014-05-06T03:18:22+00:00 heroku[slug-compiler]: Slug compilation started
2014-05-06T03:18:47+00:00 heroku[slug-compiler]: Slug compilation finished
2014-05-06T03:18:47.897704+00:00 heroku[web.1]: State changed from down to starting
2014-05-06T03:18:47.696245+00:00 heroku[api]: Release v27 created by michelleglauser@gmail.com
2014-05-06T03:18:47.696245+00:00 heroku[api]: Deploy 32c2409 by michelleglauser@gmail.com
2014-05-06T03:18:55.561015+00:00 app[web.1]: 2014-05-06 03:18:55 [2] [INFO] Starting gunicorn 18.0
2014-05-06T03:18:55.564489+00:00 app[web.1]: 2014-05-06 03:18:55 [2] [INFO] Listening at: http://0.0.0.0:29424 (2)
2014-05-06T03:18:55.564563+00:00 app[web.1]: 2014-05-06 03:18:55 [2] [INFO] Using worker: sync
2014-05-06T03:18:55.573601+00:00 app[web.1]: 2014-05-06 03:18:55 [7] [INFO] Booting worker with pid: 7
2014-05-06T03:18:54.155775+00:00 heroku[web.1]: Starting process with command `gunicorn chishenma_project.wsgi`
2014-05-06T03:19:10.516984+00:00 heroku[router]: at=info method=GET path=/ host=chishenma.herokuapp.com request_id=e2df76e5-5e49-4319-b6e2-3634549c466c fwd="107.6.122.130" dyno=web.1 connect=1ms service=484ms status=500 bytes=251
2014-05-06T03:19:28.244794+00:00 heroku[router]: at=info method=GET path=/ host=chishenma.herokuapp.com request_id=d29e72ee-692e-43ac-83b3-7e971301bf7a fwd="107.6.122.130" dyno=web.1 connect=2ms service=29ms status=500 bytes=251
2014-05-06T03:20:03.159539+00:00 heroku[router]: at=info method=GET path=/ host=chishenma.herokuapp.com request_id=e7c7d826-6f57-41e9-ac69-37f2710d1283 fwd="107.6.122.130" dyno=web.1 connect=0ms service=15ms status=500 bytes=251
2014-05-06T03:38:27.849256+00:00 heroku[router]: at=info method=GET path=/ host=chishenma.herokuapp.com request_id=48c0a7c2-ac75-4826-b071-922e9976c974 fwd="107.6.122.130" dyno=web.1 connect=1ms service=13ms status=500 bytes=251
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment