Last active
September 4, 2015 02:26
-
-
Save kdonaldson/89a75db359ef7ed06657 to your computer and use it in GitHub Desktop.
heroku phoenix log
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
2015-09-04T01:47:56.148268+00:00 heroku[slug-compiler]: Slug compilation started | |
2015-09-04T01:47:56.148308+00:00 heroku[slug-compiler]: Slug compilation finished | |
2015-09-04T01:47:56.207416+00:00 heroku[web.1]: State changed from crashed to starting | |
2015-09-04T01:48:03.439837+00:00 heroku[web.1]: Starting process with command `mix phoenix.server` | |
2015-09-04T01:49:03.470058+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch | |
2015-09-04T01:49:03.470058+00:00 heroku[web.1]: Stopping process with SIGKILL | |
2015-09-04T01:49:04.369722+00:00 heroku[web.1]: State changed from starting to crashed | |
2015-09-04T01:49:04.371226+00:00 heroku[web.1]: State changed from crashed to starting | |
2015-09-04T01:49:04.349436+00:00 heroku[web.1]: Process exited with status 137 | |
2015-09-04T01:49:11.828837+00:00 heroku[web.1]: Starting process with command `mix phoenix.server` | |
2015-09-04T01:49:22.871129+00:00 heroku[router]: at=error code=H20 desc="App boot timeout" method=GET path="/" host=headthought.herokuapp.com request_id=088bc3cd-537f-47b0-98d0-f664f4a79fb0 fwd="24.34.116.14" dyno= connect= service= status=503 bytes= | |
2015-09-04T01:50:12.452679+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch | |
2015-09-04T01:50:12.452679+00:00 heroku[web.1]: Stopping process with SIGKILL | |
2015-09-04T01:50:13.329898+00:00 heroku[web.1]: State changed from starting to crashed | |
2015-09-04T01:50:13.304917+00:00 heroku[web.1]: Process exited with status 137 | |
2015-09-04T01:50:14.824147+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=headthought.herokuapp.com request_id=e2852160-c877-4551-bd58-6a453569239f fwd="24.34.116.14" dyno= connect= service= status=503 bytes= | |
2015-09-04T01:50:16.966306+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=headthought.herokuapp.com request_id=dcb18eee-8ad6-4e6f-a58d-cabf6ae05d1b fwd="24.34.116.14" dyno= connect= service= status=503 bytes= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment