Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.39 KB | None | 0 0
  1. sam@sam-Aspire-3820:~/Documents/ukazky1/node-js-getting-started$ heroku logs --tail
  2. 2016-06-25T15:34:53.646392+00:00 heroku[api]: Release v2 created by aptnutella@gmail.com
  3. 2016-06-25T15:34:53.646343+00:00 heroku[api]: Enable Logplex by aptnutella@gmail.com
  4. 2016-06-25T15:35:44.955533+00:00 heroku[api]: Scale to web=1 by aptnutella@gmail.com
  5. 2016-06-25T15:35:44.956372+00:00 heroku[api]: Release v3 created by aptnutella@gmail.com
  6. 2016-06-25T15:35:44.956283+00:00 heroku[api]: Deploy 64bd0a2 by aptnutella@gmail.com
  7. 2016-06-25T15:35:45.485830+00:00 heroku[slug-compiler]: Slug compilation started
  8. 2016-06-25T15:35:45.485840+00:00 heroku[slug-compiler]: Slug compilation finished
  9. 2016-06-25T15:35:46.749147+00:00 heroku[web.1]: Starting process with command `node index.js`
  10. 2016-06-25T15:35:49.774120+00:00 app[web.1]: Node app is running on port 27195
  11. 2016-06-25T15:35:51.116519+00:00 heroku[web.1]: State changed from starting to up
  12. 2016-06-25T15:36:57.850567+00:00 heroku[router]: at=info method=GET path="/" host=lit-caverns-19257.herokuapp.com request_id=89720544-6ead-48e3-978e-db92ed9bd788 fwd="95.105.206.192" dyno=web.1 connect=1ms service=44ms status=200 bytes=7044
  13. 2016-06-25T15:36:58.049712+00:00 heroku[router]: at=info method=GET path="/stylesheets/main.css" host=lit-caverns-19257.herokuapp.com request_id=6e77c982-a647-420d-a8be-db129932e881 fwd="95.105.206.192" dyno=web.1 connect=1ms service=11ms status=200 bytes=908
  14. 2016-06-25T15:37:03.158923+00:00 heroku[router]: at=info method=GET path="/lang-logo.png" host=lit-caverns-19257.herokuapp.com request_id=62d1f200-7a8f-49f3-b12a-b76820317b45 fwd="95.105.206.192" dyno=web.1 connect=2ms service=22ms status=200 bytes=2567
  15. 2016-06-25T15:37:03.507550+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=lit-caverns-19257.herokuapp.com request_id=65596a4d-ec25-433f-a467-b3d03c479af9 fwd="95.105.206.192" dyno=web.1 connect=2ms service=10ms status=404 bytes=222
  16. 2016-06-25T15:37:03.689597+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=lit-caverns-19257.herokuapp.com request_id=aabd2fc4-e7b3-4948-be73-dbab3ff7d062 fwd="95.105.206.192" dyno=web.1 connect=2ms service=5ms status=404 bytes=222
  17. 2016-06-25T16:11:59.202269+00:00 heroku[web.1]: State changed from up to down
  18. 2016-06-25T16:11:59.201584+00:00 heroku[web.1]: Idling
  19. 2016-06-25T16:12:01.759103+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  20. 2016-06-25T16:12:03.205478+00:00 heroku[web.1]: Process exited with status 143
  21. 2016-06-25T19:32:51.806915+00:00 heroku[api]: Deploy 4872e9d by aptnutella@gmail.com
  22. 2016-06-25T19:32:51.989116+00:00 heroku[slug-compiler]: Slug compilation finished
  23. 2016-06-25T19:32:51.989106+00:00 heroku[slug-compiler]: Slug compilation started
  24. 2016-06-25T19:32:51.806966+00:00 heroku[api]: Release v4 created by aptnutella@gmail.com
  25. 2016-06-25T19:32:53.086974+00:00 heroku[web.1]: State changed from down to starting
  26. 2016-06-25T19:32:54.767068+00:00 heroku[web.1]: Starting process with command `node server.js`
  27. 2016-06-25T19:32:57.438763+00:00 app[web.1]: Listen on port 9000
  28. 2016-06-25T19:33:54.832968+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
  29. 2016-06-25T19:33:54.833069+00:00 heroku[web.1]: Stopping process with SIGKILL
  30. 2016-06-25T19:33:56.061213+00:00 heroku[web.1]: Process exited with status 137
  31. 2016-06-25T19:33:56.086568+00:00 heroku[web.1]: State changed from starting to crashed
  32. 2016-06-25T19:33:56.087928+00:00 heroku[web.1]: State changed from crashed to starting
  33. 2016-06-25T19:33:57.203032+00:00 heroku[web.1]: Starting process with command `node server.js`
  34. 2016-06-25T19:33:59.063101+00:00 app[web.1]: Listen on port 9000
  35. 2016-06-25T19:34:23.460244+00:00 heroku[router]: at=error code=H20 desc="App boot timeout" method=GET path="/cool" host=lit-caverns-19257.herokuapp.com request_id=b1b9081c-b43c-49be-8a07-0bc8035db494 fwd="95.105.206.192" dyno= connect= service= status=503 bytes=
  36. 2016-06-25T19:34:57.839887+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
  37. 2016-06-25T19:34:57.839887+00:00 heroku[web.1]: Stopping process with SIGKILL
  38. 2016-06-25T19:34:58.667791+00:00 heroku[web.1]: State changed from starting to crashed
  39. 2016-06-25T19:34:58.643656+00:00 heroku[web.1]: Process exited with status 137
  40. 2016-06-25T19:34:59.575808+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/index.html" host=lit-caverns-19257.herokuapp.com request_id=97e24dea-9ace-4d35-b1fc-d2c9b4553760 fwd="95.105.206.192" dyno= connect= service= status=503 bytes=
  41. 2016-06-25T19:34:59.884716+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/server.js" host=lit-caverns-19257.herokuapp.com request_id=ce157b5c-639b-4257-8d05-2a98d0267fff fwd="95.105.206.192" dyno= connect= service= status=503 bytes=
  42. 2016-06-25T19:35:00.720095+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=lit-caverns-19257.herokuapp.com request_id=51bdbffd-3142-4a55-9289-031bc6469704 fwd="95.105.206.192" dyno= connect= service= status=503 bytes=
  43. 2016-06-25T19:35:01.221952+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/index.html" host=lit-caverns-19257.herokuapp.com request_id=a5e65126-34c2-4d79-8f79-668ae2911e7b fwd="95.105.206.192" dyno= connect= service= status=503 bytes=
  44. 2016-06-25T19:36:44.892994+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/cool" host=lit-caverns-19257.herokuapp.com request_id=506233a3-310c-474e-b694-63bfaa35357e fwd="95.105.206.192" dyno= connect= service= status=503 bytes=
  45. 2016-06-25T19:44:35.142206+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=lit-caverns-19257.herokuapp.com request_id=319c7843-c52a-4088-8ece-ff3c9d5551f7 fwd="95.105.206.192" dyno= connect= service= status=503 bytes=
  46. 2016-06-25T19:46:01.200655+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=lit-caverns-19257.herokuapp.com request_id=e023305d-1037-4cb8-8cbc-f994a91a1083 fwd="95.105.206.192" dyno= connect= service= status=503 bytes=
  47. 2016-06-25T19:51:13.810115+00:00 heroku[slug-compiler]: Slug compilation finished
  48. 2016-06-25T19:51:13.810108+00:00 heroku[slug-compiler]: Slug compilation started
  49. 2016-06-25T19:51:13.608019+00:00 heroku[api]: Release v5 created by aptnutella@gmail.com
  50. 2016-06-25T19:51:13.607953+00:00 heroku[api]: Deploy 8d51d9a by aptnutella@gmail.com
  51. 2016-06-25T19:51:13.838219+00:00 heroku[web.1]: State changed from crashed to starting
  52. 2016-06-25T19:51:15.461424+00:00 heroku[web.1]: Starting process with command `node server.js`
  53. 2016-06-25T19:51:17.924052+00:00 app[web.1]: Listen on port 9000
  54. 2016-06-25T19:52:15.564871+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
  55. 2016-06-25T19:52:15.564965+00:00 heroku[web.1]: Stopping process with SIGKILL
  56. 2016-06-25T19:52:16.687825+00:00 heroku[web.1]: Process exited with status 137
  57. 2016-06-25T19:52:16.712041+00:00 heroku[web.1]: State changed from crashed to starting
  58. 2016-06-25T19:52:16.711310+00:00 heroku[web.1]: State changed from starting to crashed
  59. 2016-06-25T19:52:17.938972+00:00 heroku[web.1]: Starting process with command `node server.js`
  60. 2016-06-25T19:52:20.236749+00:00 app[web.1]: Listen on port 9000
  61. 2016-06-25T19:52:53.093606+00:00 heroku[router]: at=error code=H20 desc="App boot timeout" method=GET path="/" host=lit-caverns-19257.herokuapp.com request_id=dc2a49ae-90b4-4445-a0cd-e47ed1bcd267 fwd="95.105.206.192" dyno= connect= service= status=503 bytes=
  62. 2016-06-25T19:53:18.596599+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
  63. 2016-06-25T19:53:18.596599+00:00 heroku[web.1]: Stopping process with SIGKILL
  64. 2016-06-25T19:53:19.740053+00:00 heroku[web.1]: Process exited with status 137
  65. 2016-06-25T19:53:19.754414+00:00 heroku[web.1]: State changed from starting to crashed
  66. 2016-06-25T19:53:22.852120+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=lit-caverns-19257.herokuapp.com request_id=f9de9c5e-bc83-40ab-bdc9-fcd4a16813b8 fwd="95.105.206.192" dyno= connect= service= status=503 bytes=
  67. 2016-06-25T20:01:59.327250+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=lit-caverns-19257.herokuapp.com request_id=2bc127f3-af29-4d91-af07-36feb2345d30 fwd="95.105.206.192" dyno= connect= service= status=503 bytes=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement