Created
September 3, 2016 14:50
-
-
Save graph226/6d5e2b09c3a84c2a927107629a962f6c to your computer and use it in GitHub Desktop.
Herokuのログ
This file contains 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
2016-09-03T14:47:40.110302+00:00 app[web.1]: Traceback (most recent call last): | |
2016-09-03T14:47:40.110303+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 557, in spawn_worker | |
2016-09-03T14:47:40.110304+00:00 app[web.1]: worker.init_process() | |
2016-09-03T14:47:40.110304+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/workers/base.py", line 126, in init_process | |
2016-09-03T14:47:40.110305+00:00 app[web.1]: self.load_wsgi() | |
2016-09-03T14:47:40.110306+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/workers/base.py", line 136, in load_wsgi | |
2016-09-03T14:47:40.110306+00:00 app[web.1]: self.wsgi = self.app.wsgi() | |
2016-09-03T14:47:40.110307+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/app/base.py", line 67, in wsgi | |
2016-09-03T14:47:40.110308+00:00 app[web.1]: self.callable = self.load() | |
2016-09-03T14:47:40.110309+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/app/wsgiapp.py", line 65, in load | |
2016-09-03T14:47:40.110309+00:00 app[web.1]: return self.load_wsgiapp() | |
2016-09-03T14:47:40.110310+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp | |
2016-09-03T14:47:40.110310+00:00 app[web.1]: return util.import_app(self.app_uri) | |
2016-09-03T14:47:40.110311+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/util.py", line 357, in import_app | |
2016-09-03T14:47:40.110312+00:00 app[web.1]: __import__(module) | |
2016-09-03T14:47:40.110312+00:00 app[web.1]: File "/app/server.py", line 12, in <module> | |
2016-09-03T14:47:40.110313+00:00 app[web.1]: engine = sa.create_engine(os.environ.get('LRU_ESABATAD')) | |
2016-09-03T14:47:40.110314+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
2016-09-03T14:47:40.110315+00:00 app[web.1]: return strategy.create(*args, **kwargs) | |
2016-09-03T14:47:40.110316+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 51, in create | |
2016-09-03T14:47:40.110316+00:00 app[web.1]: entrypoint = u._get_entrypoint() | |
2016-09-03T14:47:40.110321+00:00 app[web.1]: AttributeError: 'NoneType' object has no attribute '_get_entrypoint' | |
2016-09-03T14:47:40.111025+00:00 app[web.1]: [2016-09-03 14:47:40 +0000] [8] [INFO] Worker exiting (pid: 8) | |
2016-09-03T14:47:40.112611+00:00 app[web.1]: [2016-09-03 14:47:40 +0000] [7] [ERROR] Exception in worker process | |
2016-09-03T14:47:40.112612+00:00 app[web.1]: Traceback (most recent call last): | |
2016-09-03T14:47:40.112613+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 557, in spawn_worker | |
2016-09-03T14:47:40.112613+00:00 app[web.1]: worker.init_process() | |
2016-09-03T14:47:40.112614+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/workers/base.py", line 126, in init_process | |
2016-09-03T14:47:40.112614+00:00 app[web.1]: self.load_wsgi() | |
2016-09-03T14:47:40.112615+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/workers/base.py", line 136, in load_wsgi | |
2016-09-03T14:47:40.112615+00:00 app[web.1]: self.wsgi = self.app.wsgi() | |
2016-09-03T14:47:40.112616+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/app/base.py", line 67, in wsgi | |
2016-09-03T14:47:40.112616+00:00 app[web.1]: self.callable = self.load() | |
2016-09-03T14:47:40.112617+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/app/wsgiapp.py", line 65, in load | |
2016-09-03T14:47:40.112617+00:00 app[web.1]: return self.load_wsgiapp() | |
2016-09-03T14:47:40.112618+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp | |
2016-09-03T14:47:40.112618+00:00 app[web.1]: return util.import_app(self.app_uri) | |
2016-09-03T14:47:40.112619+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/util.py", line 357, in import_app | |
2016-09-03T14:47:40.112619+00:00 app[web.1]: __import__(module) | |
2016-09-03T14:47:40.112619+00:00 app[web.1]: File "/app/server.py", line 12, in <module> | |
2016-09-03T14:47:40.112620+00:00 app[web.1]: engine = sa.create_engine(os.environ.get('LRU_ESABATAD')) | |
2016-09-03T14:47:40.112620+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/sqlalchemy/engine/__init__.py", line 386, in create_engine | |
2016-09-03T14:47:40.112621+00:00 app[web.1]: return strategy.create(*args, **kwargs) | |
2016-09-03T14:47:40.112621+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/sqlalchemy/engine/strategies.py", line 51, in create | |
2016-09-03T14:47:40.112621+00:00 app[web.1]: entrypoint = u._get_entrypoint() | |
2016-09-03T14:47:40.112624+00:00 app[web.1]: AttributeError: 'NoneType' object has no attribute '_get_entrypoint' | |
2016-09-03T14:47:40.113420+00:00 app[web.1]: [2016-09-03 14:47:40 +0000] [7] [INFO] Worker exiting (pid: 7) | |
2016-09-03T14:47:40.175607+00:00 app[web.1]: Traceback (most recent call last): | |
2016-09-03T14:47:40.175612+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 196, in run | |
2016-09-03T14:47:40.175884+00:00 app[web.1]: self.sleep() | |
2016-09-03T14:47:40.175885+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 346, in sleep | |
2016-09-03T14:47:40.176083+00:00 app[web.1]: ready = select.select([self.PIPE[0]], [], [], 1.0) | |
2016-09-03T14:47:40.176085+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 231, in handle_chld | |
2016-09-03T14:47:40.176245+00:00 app[web.1]: self.reap_workers() | |
2016-09-03T14:47:40.176258+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 506, in reap_workers | |
2016-09-03T14:47:40.176498+00:00 app[web.1]: raise HaltServer(reason, self.WORKER_BOOT_ERROR) | |
2016-09-03T14:47:40.176533+00:00 app[web.1]: gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3> | |
2016-09-03T14:47:40.176534+00:00 app[web.1]: | |
2016-09-03T14:47:40.176535+00:00 app[web.1]: During handling of the above exception, another exception occurred: | |
2016-09-03T14:47:40.176535+00:00 app[web.1]: | |
2016-09-03T14:47:40.176536+00:00 app[web.1]: Traceback (most recent call last): | |
2016-09-03T14:47:40.176580+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 610, in kill_worker | |
2016-09-03T14:47:40.176815+00:00 app[web.1]: os.kill(pid, sig) | |
2016-09-03T14:47:40.176843+00:00 app[web.1]: ProcessLookupError: [Errno 3] No such process | |
2016-09-03T14:47:40.176844+00:00 app[web.1]: | |
2016-09-03T14:47:40.176844+00:00 app[web.1]: During handling of the above exception, another exception occurred: | |
2016-09-03T14:47:40.176845+00:00 app[web.1]: | |
2016-09-03T14:47:40.176863+00:00 app[web.1]: Traceback (most recent call last): | |
2016-09-03T14:47:40.176864+00:00 app[web.1]: File "/app/.heroku/python/bin/gunicorn", line 11, in <module> | |
2016-09-03T14:47:40.176962+00:00 app[web.1]: sys.exit(run()) | |
2016-09-03T14:47:40.176978+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/app/wsgiapp.py", line 74, in run | |
2016-09-03T14:47:40.177090+00:00 app[web.1]: WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run() | |
2016-09-03T14:47:40.177091+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/app/base.py", line 192, in run | |
2016-09-03T14:47:40.177249+00:00 app[web.1]: super(Application, self).run() | |
2016-09-03T14:47:40.177265+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/app/base.py", line 72, in run | |
2016-09-03T14:47:40.177431+00:00 app[web.1]: Arbiter(self).run() | |
2016-09-03T14:47:40.177446+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 218, in run | |
2016-09-03T14:47:40.177600+00:00 app[web.1]: self.halt(reason=inst.reason, exit_status=inst.exit_status) | |
2016-09-03T14:47:40.177602+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 331, in halt | |
2016-09-03T14:47:40.177805+00:00 app[web.1]: self.stop() | |
2016-09-03T14:47:40.177806+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 378, in stop | |
2016-09-03T14:47:40.177986+00:00 app[web.1]: self.kill_workers(sig) | |
2016-09-03T14:47:40.177989+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 600, in kill_workers | |
2016-09-03T14:47:40.178263+00:00 app[web.1]: self.kill_worker(pid, sig) | |
2016-09-03T14:47:40.178265+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 615, in kill_worker | |
2016-09-03T14:47:40.178517+00:00 app[web.1]: worker.tmp.close() | |
2016-09-03T14:47:40.178519+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 231, in handle_chld | |
2016-09-03T14:47:40.178637+00:00 app[web.1]: self.reap_workers() | |
2016-09-03T14:47:40.178638+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.5/site-packages/gunicorn/arbiter.py", line 506, in reap_workers | |
2016-09-03T14:47:40.178839+00:00 app[web.1]: raise HaltServer(reason, self.WORKER_BOOT_ERROR) | |
2016-09-03T14:47:40.178860+00:00 app[web.1]: gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3> | |
2016-09-03T14:47:40.277987+00:00 heroku[web.1]: State changed from up to crashed | |
2016-09-03T14:47:40.248085+00:00 heroku[web.1]: Process exited with status 1 | |
2016-09-03T14:47:54.119205+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/callback" host=retty-hackathon.herokuapp.com request_id=5620da3d-1e7a-43a8-96de-00109e3159c2 fwd="69.63.188.206" dyno= connect= service= status=503 bytes= | |
2016-09-03T14:47:54.283099+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/callback" host=retty-hackathon.herokuapp.com request_id=374cd597-8bdb-4beb-a216-93403b0a5618 fwd="66.220.156.113" dyno= connect= service= status=503 bytes= | |
2016-09-03T14:47:54.427918+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/callback" host=retty-hackathon.herokuapp.com request_id=e57582a7-b0ac-420e-8c95-7702efcc7f20 fwd="69.63.188.204" dyno= connect= service= status=503 bytes= | |
2016-09-03T14:47:54.722412+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/callback" host=retty-hackathon.herokuapp.com request_id=9309faef-b4b5-48d3-b603-5101aa299112 fwd="173.252.123.145" dyno= connect= service= status=503 bytes= | |
2016-09-03T14:47:55.533824+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/callback" host=retty-hackathon.herokuapp.com request_id=a50083a2-fe68-4889-9563-695b8e9ef410 fwd="173.252.123.134" dyno= connect= service= status=503 bytes= | |
2016-09-03T14:47:59.055672+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/callback" host=retty-hackathon.herokuapp.com request_id=e74d051d-29dd-4620-bffa-c01c76a0a614 fwd="69.63.188.211" dyno= connect= service= status=503 bytes= | |
2016-09-03T14:48:14.346236+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/callback" host=retty-hackathon.herokuapp.com request_id=40f29d9c-e791-4f79-9741-84ef6c7b1c5c fwd="69.63.188.217" dyno= connect= service= status=503 bytes= | |
2016-09-03T14:49:26.359363+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=POST path="/callback" host=retty-hackathon.herokuapp.com request_id=f1a0c50e-bb43-492f-a110-6e22de2dab25 fwd="173.252.123.142" dyno= connect= service= status=503 bytes= | |
[studio_graph@GraphBookAir] ~/retty_hackathon_b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment