Skip to content

Instantly share code, notes, and snippets.

@Evanto
Last active February 25, 2017 14:09
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 Evanto/a2000f8aa66511f41ab1a777be75814d to your computer and use it in GitHub Desktop.
Save Evanto/a2000f8aa66511f41ab1a777be75814d to your computer and use it in GitHub Desktop.
xxxxx:~/Develop/Ruby/MovieApp$ heroku logs --app movieapps
2017-02-25T13:33:27.264864+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/puma-3.7.1/lib/puma/launcher.rb:171:in `run'
2017-02-25T13:33:27.264861+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/puma-3.7.1/lib/puma/configuration.rb:323:in `load_rackup'
2017-02-25T13:33:27.264863+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/puma-3.7.1/lib/puma/single.rb:87:in `run'
2017-02-25T13:33:27.264866+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/bin/puma:22:in `load'
2017-02-25T13:33:27.264867+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/bin/puma:22:in `<top (required)>'
2017-02-25T13:33:27.264865+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/puma-3.7.1/bin/puma:10:in `<top (required)>'
2017-02-25T13:33:27.264865+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/puma-3.7.1/lib/puma/cli.rb:77:in `run'
2017-02-25T13:33:27.413167+00:00 heroku[web.1]: State changed from starting to crashed
2017-02-25T13:33:27.394769+00:00 heroku[web.1]: Process exited with status 1
2017-02-25T13:33:52.584745+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=movieapps.herokuapp.com request_id=b12ea5ef-9b8d-485f-9340-b92dac12b66b fwd="46.242.9.53" dyno= connect= service= status=503 bytes=
2017-02-25T13:52:17.692496+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=HEAD path="/" host=movieapps.herokuapp.com request_id=e2e4bc86-d37f-4aef-a2ed-bce88f025fe8 fwd="54.87.147.115" dyno= connect= service= status=503 bytes=
2017-02-25T13:56:03.532670+00:00 heroku[web.1]: State changed from crashed to starting
2017-02-25T13:56:05.860687+00:00 heroku[web.1]: Starting process with command `bundle exec puma -C config/puma.rb`
2017-02-25T13:56:09.785242+00:00 app[web.1]: Puma starting in single mode...
2017-02-25T13:56:09.785258+00:00 app[web.1]: * Version 3.7.1 (ruby 2.4.0-p0), codename: Snowy Sagebrush
2017-02-25T13:56:09.785259+00:00 app[web.1]: * Min threads: 5, max threads: 5
2017-02-25T13:56:09.962500+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/xml_mini.rb:51: warning: constant ::Fixnum is deprecated
2017-02-25T13:56:09.785260+00:00 app[web.1]: * Environment: production
2017-02-25T13:56:09.962503+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/xml_mini.rb:52: warning: constant ::Bignum is deprecated
2017-02-25T13:56:11.081237+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/conversions.rb:138: warning: constant ::Fixnum is deprecated
2017-02-25T13:56:11.427692+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activejob-5.0.1/lib/active_job/arguments.rb:38: warning: constant ::Fixnum is deprecated
2017-02-25T13:56:11.427698+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activejob-5.0.1/lib/active_job/arguments.rb:38: warning: constant ::Bignum is deprecated
2017-02-25T13:56:11.729619+00:00 app[web.1]: ! Unable to load application: Gem::LoadError: Specified 'postgresql' for database adapter, but the gem is not loaded. Add `gem 'pg'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).
2017-02-25T13:56:11.729694+00:00 app[web.1]: bundler: failed to load command: puma (/app/vendor/bundle/ruby/2.4.0/bin/puma)
2017-02-25T13:56:11.729751+00:00 app[web.1]: Gem::LoadError: Specified 'postgresql' for database adapter, but the gem is not loaded. Add `gem 'pg'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).
2017-02-25T13:56:11.729753+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activerecord-5.0.1/lib/active_record/connection_adapters/connection_specification.rb:173:in `spec'
2017-02-25T13:56:11.729754+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activerecord-5.0.1/lib/active_record/connection_handling.rb:53:in `establish_connection'
2017-02-25T13:56:11.729755+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:43:in `instance_eval'
2017-02-25T13:56:11.729752+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activerecord-5.0.1/lib/active_record/connection_adapters/connection_specification.rb:176:in `rescue in spec'
2017-02-25T13:56:11.729755+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:50:in `block in run_load_hooks'
2017-02-25T13:56:11.729754+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activerecord-5.0.1/lib/active_record/railtie.rb:125:in `block (2 levels) in <class:Railtie>'
2017-02-25T13:56:11.729756+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:49:in `each'
2017-02-25T13:56:11.729757+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:49:in `run_load_hooks'
2017-02-25T13:56:11.729764+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activerecord-5.0.1/lib/active_record/base.rb:324:in `<module:ActiveRecord>'
2017-02-25T13:56:11.729755+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:43:in `execute_hook'
2017-02-25T13:56:11.729765+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `require'
2017-02-25T13:56:11.729766+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `block in require'
2017-02-25T13:56:11.729766+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `require'
2017-02-25T13:56:11.729765+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activerecord-5.0.1/lib/active_record/base.rb:24:in `<top (required)>'
2017-02-25T13:56:11.729766+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:259:in `load_dependency'
2017-02-25T13:56:11.729767+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `require'
2017-02-25T13:56:11.729768+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `block in require'
2017-02-25T13:56:11.729767+00:00 app[web.1]: /app/app/models/actor.rb:1:in `<top (required)>'
2017-02-25T13:56:11.729768+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:259:in `load_dependency'
2017-02-25T13:56:11.729768+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `require'
2017-02-25T13:56:11.729769+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:37:in `block in load_interlock'
2017-02-25T13:56:11.729769+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies/interlock.rb:12:in `block in loading'
2017-02-25T13:56:11.729769+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:380:in `block in require_or_load'
2017-02-25T13:56:11.729770+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies/interlock.rb:11:in `loading'
2017-02-25T13:56:11.729771+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:358:in `require_or_load'
2017-02-25T13:56:11.729771+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:336:in `depend_on'
2017-02-25T13:56:11.729770+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/concurrency/share_lock.rb:150:in `exclusive'
2017-02-25T13:56:11.729771+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:252:in `require_dependency'
2017-02-25T13:56:11.729772+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/engine.rb:476:in `block (2 levels) in eager_load!'
2017-02-25T13:56:11.729770+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:37:in `load_interlock'
2017-02-25T13:56:11.729773+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/engine.rb:475:in `block in eager_load!'
2017-02-25T13:56:11.729773+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/engine.rb:473:in `each'
2017-02-25T13:56:11.729772+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/engine.rb:475:in `each'
2017-02-25T13:56:11.729776+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/engine.rb:354:in `eager_load!'
2017-02-25T13:56:11.729777+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/application/finisher.rb:59:in `block in <module:Finisher>'
2017-02-25T13:56:11.729773+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/engine.rb:473:in `eager_load!'
2017-02-25T13:56:11.729777+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/initializable.rb:30:in `instance_exec'
2017-02-25T13:56:11.729778+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/initializable.rb:30:in `run'
2017-02-25T13:56:11.729778+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/initializable.rb:55:in `block in run_initializers'
2017-02-25T13:56:11.729777+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/application/finisher.rb:59:in `each'
2017-02-25T13:56:11.729779+00:00 app[web.1]: /app/vendor/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
2017-02-25T13:56:11.729779+00:00 app[web.1]: /app/vendor/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:431:in `each_strongly_connected_component_from'
2017-02-25T13:56:11.729779+00:00 app[web.1]: /app/vendor/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:228:in `block in tsort_each'
2017-02-25T13:56:11.729780+00:00 app[web.1]: /app/vendor/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:347:in `each'
2017-02-25T13:56:11.729781+00:00 app[web.1]: /app/vendor/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:347:in `each_strongly_connected_component'
2017-02-25T13:56:11.729781+00:00 app[web.1]: /app/vendor/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:226:in `tsort_each'
2017-02-25T13:56:11.729780+00:00 app[web.1]: /app/vendor/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:349:in `block in each_strongly_connected_component'
2017-02-25T13:56:11.729782+00:00 app[web.1]: /app/vendor/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:205:in `tsort_each'
2017-02-25T13:56:11.729782+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/initializable.rb:54:in `run_initializers'
2017-02-25T13:56:11.729780+00:00 app[web.1]: /app/vendor/ruby-2.4.0/lib/ruby/2.4.0/tsort.rb:347:in `call'
2017-02-25T13:56:11.729783+00:00 app[web.1]: /app/config/environment.rb:5:in `<top (required)>'
2017-02-25T13:56:11.729783+00:00 app[web.1]: config.ru:3:in `require_relative'
2017-02-25T13:56:11.729782+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/railties-5.0.1/lib/rails/application.rb:352:in `initialize!'
2017-02-25T13:56:11.729784+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/rack-2.0.1/lib/rack/builder.rb:55:in `instance_eval'
2017-02-25T13:56:11.729784+00:00 app[web.1]: config.ru:3:in `block in <main>'
2017-02-25T13:56:11.729785+00:00 app[web.1]: config.ru:in `new'
2017-02-25T13:56:11.729785+00:00 app[web.1]: config.ru:in `<main>'
2017-02-25T13:56:11.729786+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/rack-2.0.1/lib/rack/builder.rb:49:in `eval'
2017-02-25T13:56:11.729784+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/rack-2.0.1/lib/rack/builder.rb:55:in `initialize'
2017-02-25T13:56:11.729787+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/rack-2.0.1/lib/rack/builder.rb:49:in `new_from_string'
2017-02-25T13:56:11.729788+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/puma-3.7.1/lib/puma/configuration.rb:323:in `load_rackup'
2017-02-25T13:56:11.729789+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/puma-3.7.1/lib/puma/configuration.rb:250:in `app'
2017-02-25T13:56:11.729787+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/rack-2.0.1/lib/rack/builder.rb:40:in `parse_file'
2017-02-25T13:56:11.729790+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/puma-3.7.1/lib/puma/single.rb:87:in `run'
2017-02-25T13:56:11.729790+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/puma-3.7.1/lib/puma/cli.rb:77:in `run'
2017-02-25T13:56:11.729789+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/puma-3.7.1/lib/puma/runner.rb:138:in `load_and_bind'
2017-02-25T13:56:11.729791+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/puma-3.7.1/bin/puma:10:in `<top (required)>'
2017-02-25T13:56:11.729791+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/bin/puma:22:in `load'
2017-02-25T13:56:11.729790+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/gems/puma-3.7.1/lib/puma/launcher.rb:171:in `run'
2017-02-25T13:56:11.729792+00:00 app[web.1]: /app/vendor/bundle/ruby/2.4.0/bin/puma:22:in `<top (required)>'
2017-02-25T13:56:11.809149+00:00 heroku[web.1]: State changed from starting to crashed
2017-02-25T13:56:11.794131+00:00 heroku[web.1]: Process exited with status 1
2017-02-25T13:57:38.296640+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=movieapps.herokuapp.com request_id=fc030042-a860-4582-9b82-8227c392e7dd fwd="52.5.98.73" dyno= connect= service= status=503 bytes=
2017-02-25T14:05:01.986590+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=movieapps.herokuapp.com request_id=4c05c856-1fc5-401d-bc7f-0e6343c31561 fwd="39.37.176.178" dyno= connect= service= status=503 bytes=
2017-02-25T14:05:03.143463+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=movieapps.herokuapp.com request_id=dcb8aa3c-cba0-4135-8ce8-f2c87d08e8ec fwd="39.37.176.178" dyno= connect= service= status=503 bytes=
2017-02-25T14:05:31.555636+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=movieapps.herokuapp.com request_id=c18d1042-3113-4c05-b5fb-5bbba928889f fwd="52.34.234.242" dyno= connect= service= status=503 bytes=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment