Advertisement
NoderCoder

Untitled

Mar 11th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 14.64 KB | None | 0 0
  1. mantra@manns-laptop:~/odin_on_rails/my_first_rails_app$ heroku logs -a radiant-meadow-79425
  2. 2020-03-09T15:53:02.896368+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/command/base.rb:69:in `perform'
  3. 2020-03-09T15:53:02.896368+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/command.rb:46:in `invoke'
  4. 2020-03-09T15:53:02.896371+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands.rb:18:in `<main>'
  5. 2020-03-09T15:53:02.896408+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
  6. 2020-03-09T15:53:02.896410+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
  7. 2020-03-09T15:53:02.896410+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
  8. 2020-03-09T15:53:02.896413+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
  9. 2020-03-09T15:53:02.896416+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
  10. 2020-03-09T15:53:02.896440+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.1/lib/active_support/dependencies.rb:291:in `block in require'
  11. 2020-03-09T15:53:02.896440+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.1/lib/active_support/dependencies.rb:257:in `load_dependency'
  12. 2020-03-09T15:53:02.896441+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.1/lib/active_support/dependencies.rb:291:in `require'
  13. 2020-03-09T15:53:02.896441+00:00 app[web.1]: from bin/rails:9:in `<main>'
  14. 2020-03-09T15:53:02.897752+00:00 app[web.1]: => Booting Puma
  15. 2020-03-09T15:53:02.897753+00:00 app[web.1]: => Rails 5.2.4.1 application starting in production
  16. 2020-03-09T15:53:02.897753+00:00 app[web.1]: => Run `rails server -h` for more startup options
  17. 2020-03-09T15:53:02.897754+00:00 app[web.1]: Exiting
  18. 2020-03-09T21:21:30.764535+00:00 heroku[web.1]: State changed from crashed to starting
  19. 2020-03-09T21:21:35.926126+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 10031 -e production`
  20. 2020-03-09T21:21:45.002890+00:00 heroku[web.1]: State changed from starting to crashed
  21. 2020-03-09T21:21:44.985320+00:00 heroku[web.1]: Process exited with status 1
  22. 2020-03-09T21:21:44.869853+00:00 app[web.1]: /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/builder.rb:233:in `to_app': missing run or map statement (RuntimeError)
  23. 2020-03-09T21:21:44.869942+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/builder.rb:117:in `new_from_string'
  24. 2020-03-09T21:21:44.869952+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/builder.rb:105:in `load_file'
  25. 2020-03-09T21:21:44.869958+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/builder.rb:66:in `parse_file'
  26. 2020-03-09T21:21:44.869958+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/server.rb:349:in `build_app_and_options_from_config'
  27. 2020-03-09T21:21:44.869959+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/server.rb:249:in `app'
  28. 2020-03-09T21:21:44.869959+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands/server/server_command.rb:27:in `app'
  29. 2020-03-09T21:21:44.869959+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/server.rb:422:in `wrapped_app'
  30. 2020-03-09T21:21:44.869959+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/server.rb:312:in `block in start'
  31. 2020-03-09T21:21:44.869960+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/server.rb:379:in `handle_profiling'
  32. 2020-03-09T21:21:44.869960+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/server.rb:311:in `start'
  33. 2020-03-09T21:21:44.869960+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands/server/server_command.rb:53:in `start'
  34. 2020-03-09T21:21:44.869960+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands/server/server_command.rb:147:in `block in perform'
  35. 2020-03-09T21:21:44.869961+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands/server/server_command.rb:142:in `tap'
  36. 2020-03-09T21:21:44.869961+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands/server/server_command.rb:142:in `perform'
  37. 2020-03-09T21:21:44.869961+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/thor-1.0.1/lib/thor/command.rb:27:in `run'
  38. 2020-03-09T21:21:44.869961+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/thor-1.0.1/lib/thor/invocation.rb:127:in `invoke_command'
  39. 2020-03-09T21:21:44.869962+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/thor-1.0.1/lib/thor.rb:392:in `dispatch'
  40. 2020-03-09T21:21:44.869962+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/command/base.rb:69:in `perform'
  41. 2020-03-09T21:21:44.869962+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/command.rb:46:in `invoke'
  42. 2020-03-09T21:21:44.869962+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands.rb:18:in `<main>'
  43. 2020-03-09T21:21:44.869963+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
  44. 2020-03-09T21:21:44.869969+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
  45. 2020-03-09T21:21:44.869970+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
  46. 2020-03-09T21:21:44.869970+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
  47. 2020-03-09T21:21:44.869971+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
  48. 2020-03-09T21:21:44.869971+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.1/lib/active_support/dependencies.rb:291:in `block in require'
  49. 2020-03-09T21:21:44.869971+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.1/lib/active_support/dependencies.rb:257:in `load_dependency'
  50. 2020-03-09T21:21:44.869971+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.1/lib/active_support/dependencies.rb:291:in `require'
  51. 2020-03-09T21:21:44.869981+00:00 app[web.1]: from bin/rails:9:in `<main>'
  52. 2020-03-09T21:21:44.871975+00:00 app[web.1]: => Booting Puma
  53. 2020-03-09T21:21:44.871986+00:00 app[web.1]: => Rails 5.2.4.1 application starting in production
  54. 2020-03-09T21:21:44.871986+00:00 app[web.1]: => Run `rails server -h` for more startup options
  55. 2020-03-09T21:21:44.871987+00:00 app[web.1]: Exiting
  56. 2020-03-10T03:06:05.798339+00:00 heroku[web.1]: State changed from crashed to starting
  57. 2020-03-10T03:06:10.929631+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 8143 -e production`
  58. 2020-03-10T03:06:15.203702+00:00 heroku[web.1]: State changed from starting to crashed
  59. 2020-03-10T03:06:15.125156+00:00 app[web.1]: /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/builder.rb:233:in `to_app': missing run or map statement (RuntimeError)
  60. 2020-03-10T03:06:15.125267+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/builder.rb:117:in `new_from_string'
  61. 2020-03-10T03:06:15.125296+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/builder.rb:105:in `load_file'
  62. 2020-03-10T03:06:15.125322+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/builder.rb:66:in `parse_file'
  63. 2020-03-10T03:06:15.125354+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/server.rb:349:in `build_app_and_options_from_config'
  64. 2020-03-10T03:06:15.125382+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/server.rb:249:in `app'
  65. 2020-03-10T03:06:15.125452+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands/server/server_command.rb:27:in `app'
  66. 2020-03-10T03:06:15.125480+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/server.rb:422:in `wrapped_app'
  67. 2020-03-10T03:06:15.125505+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/server.rb:312:in `block in start'
  68. 2020-03-10T03:06:15.125532+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/server.rb:379:in `handle_profiling'
  69. 2020-03-10T03:06:15.125557+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/rack-2.2.2/lib/rack/server.rb:311:in `start'
  70. 2020-03-10T03:06:15.125651+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands/server/server_command.rb:53:in `start'
  71. 2020-03-10T03:06:15.125679+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands/server/server_command.rb:147:in `block in perform'
  72. 2020-03-10T03:06:15.125703+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands/server/server_command.rb:142:in `tap'
  73. 2020-03-10T03:06:15.125729+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands/server/server_command.rb:142:in `perform'
  74. 2020-03-10T03:06:15.125789+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/thor-1.0.1/lib/thor/command.rb:27:in `run'
  75. 2020-03-10T03:06:15.125817+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/thor-1.0.1/lib/thor/invocation.rb:127:in `invoke_command'
  76. 2020-03-10T03:06:15.125842+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/thor-1.0.1/lib/thor.rb:392:in `dispatch'
  77. 2020-03-10T03:06:15.125867+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/command/base.rb:69:in `perform'
  78. 2020-03-10T03:06:15.125913+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/command.rb:46:in `invoke'
  79. 2020-03-10T03:06:15.125965+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.4.1/lib/rails/commands.rb:18:in `<main>'
  80. 2020-03-10T03:06:15.125991+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `require'
  81. 2020-03-10T03:06:15.126026+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in `block in require_with_bootsnap_lfi'
  82. 2020-03-10T03:06:15.126053+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
  83. 2020-03-10T03:06:15.126076+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require_with_bootsnap_lfi'
  84. 2020-03-10T03:06:15.126147+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in `require'
  85. 2020-03-10T03:06:15.126176+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.1/lib/active_support/dependencies.rb:291:in `block in require'
  86. 2020-03-10T03:06:15.126201+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.1/lib/active_support/dependencies.rb:257:in `load_dependency'
  87. 2020-03-10T03:06:15.126224+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.1/lib/active_support/dependencies.rb:291:in `require'
  88. 2020-03-10T03:06:15.126249+00:00 app[web.1]: from bin/rails:9:in `<main>'
  89. 2020-03-10T03:06:15.127974+00:00 app[web.1]: => Booting Puma
  90. 2020-03-10T03:06:15.127975+00:00 app[web.1]: => Rails 5.2.4.1 application starting in production
  91. 2020-03-10T03:06:15.127976+00:00 app[web.1]: => Run `rails server -h` for more startup options
  92. 2020-03-10T03:06:15.127976+00:00 app[web.1]: Exiting
  93. 2020-03-10T03:06:15.198152+00:00 heroku[web.1]: Process exited with status 1
  94. 2020-03-11T22:11:43.929173+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=radiant-meadow-79425.herokuapp.com request_id=26fbf0fe-1352-4562-a26c-fb691d9d7623 fwd="72.20.67.198" dyno= connect= service= status=503 bytes= protocol=https
  95. 2020-03-11T22:11:44.772895+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=radiant-meadow-79425.herokuapp.com request_id=0ae8b963-0b29-49da-9795-bf981b64ac78 fwd="72.20.67.198" dyno= connect= service= status=503 bytes= protocol=https
  96. 2020-03-11T22:14:33.401964+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=radiant-meadow-79425.herokuapp.com request_id=9779cc8b-1205-4f51-9d3f-a8c05b32b75d fwd="72.20.67.198" dyno= connect= service= status=503 bytes= protocol=https
  97. 2020-03-11T22:14:34.246450+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=radiant-meadow-79425.herokuapp.com request_id=ff106878-24d2-47bd-9784-8d193175d00d fwd="72.20.67.198" dyno= connect= service= status=503 bytes= protocol=https
  98. 2020-03-11T23:04:53.949743+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=radiant-meadow-79425.herokuapp.com request_id=87d8f46f-69d7-4681-bed3-4704a6c79ff5 fwd="192.133.114.251" dyno= connect= service= status=503 bytes= protocol=https
  99. 2020-03-11T23:04:54.523140+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=radiant-meadow-79425.herokuapp.com request_id=c21dfb28-bdbc-4f19-8a2c-ac5549ed59b2 fwd="192.133.114.251" dyno= connect= service= status=503 bytes= protocol=https
  100. 2020-03-11T23:10:21.132511+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=radiant-meadow-79425.herokuapp.com request_id=d0ba631e-0486-4f1d-bfe5-68a139c69f55 fwd="192.133.114.251" dyno= connect= service= status=503 bytes= protocol=https
  101. 2020-03-11T23:10:21.645972+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=radiant-meadow-79425.herokuapp.com request_id=3aec6231-615e-4856-b773-626d4723c711 fwd="192.133.114.251" dyno= connect= service= status=503 bytes= protocol=https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement