Skip to content

Instantly share code, notes, and snippets.

@Evanto
Created February 26, 2017 14:16
Show Gist options
  • Save Evanto/c9faeed402b275babbd25484c97da377 to your computer and use it in GitHub Desktop.
Save Evanto/c9faeed402b275babbd25484c97da377 to your computer and use it in GitHub Desktop.
~/Develop/Ruby/MovieApp$ heroku logs
2017-02-26T07:55:26.624179+00:00 app[web.1]: from /app/config.ru:in `<main>'
2017-02-26T07:55:26.624180+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:49:in `eval'
2017-02-26T07:55:26.624182+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:49:in `new_from_string'
2017-02-26T07:55:26.624183+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:40:in `parse_file'
2017-02-26T07:55:26.624183+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:318:in `build_app_and_options_from_config'
2017-02-26T07:55:26.624184+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:218:in `app'
2017-02-26T07:55:26.624186+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/server.rb:59:in `app'
2017-02-26T07:55:26.624187+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:353:in `wrapped_app'
2017-02-26T07:55:26.624189+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:282:in `start'
2017-02-26T07:55:26.624190+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/server.rb:79:in `start'
2017-02-26T07:55:26.624192+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:90:in `block in server'
2017-02-26T07:55:26.624194+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:85:in `tap'
2017-02-26T07:55:26.624196+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:85:in `server'
2017-02-26T07:55:26.624203+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:49:in `run_command!'
2017-02-26T07:55:26.624205+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands.rb:18:in `<top (required)>'
2017-02-26T07:55:26.624296+00:00 app[web.1]: from bin/rails:8:in `require'
2017-02-26T07:55:26.624298+00:00 app[web.1]: from bin/rails:8:in `<main>'
2017-02-26T07:55:26.670599+00:00 app[web.1]: => Booting Puma
2017-02-26T07:55:26.670603+00:00 app[web.1]: => Rails 5.0.1 application starting in production on http://0.0.0.0:9574
2017-02-26T07:55:26.670604+00:00 app[web.1]: => Run `rails server -h` for more startup options
2017-02-26T07:55:26.670604+00:00 app[web.1]: Exiting
2017-02-26T07:55:26.798917+00:00 heroku[web.1]: State changed from starting to crashed
2017-02-26T07:55:26.801872+00:00 heroku[web.1]: Process exited with status 1
2017-02-26T13:47:26.291060+00:00 heroku[web.1]: State changed from crashed to starting
2017-02-26T13:47:28.367852+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 19798 -e production`
2017-02-26T13:47:31.886091+00:00 app[web.1]: /app/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/connection_adapters/connection_specification.rb:176:in `rescue in spec': 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). (Gem::LoadError)
2017-02-26T13:47:31.886110+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/connection_adapters/connection_specification.rb:173:in `spec'
2017-02-26T13:47:31.886111+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/connection_handling.rb:53:in `establish_connection'
2017-02-26T13:47:31.886112+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/railtie.rb:125:in `block (2 levels) in <class:Railtie>'
2017-02-26T13:47:31.886113+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:43:in `instance_eval'
2017-02-26T13:47:31.886116+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:43:in `execute_hook'
2017-02-26T13:47:31.886117+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:50:in `block in run_load_hooks'
2017-02-26T13:47:31.886118+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:49:in `each'
2017-02-26T13:47:31.886118+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:49:in `run_load_hooks'
2017-02-26T13:47:31.886118+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/base.rb:324:in `<module:ActiveRecord>'
2017-02-26T13:47:31.886119+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activerecord-5.0.1/lib/active_record/base.rb:24:in `<top (required)>'
2017-02-26T13:47:31.886120+00:00 app[web.1]: from /app/app/models/actor.rb:1:in `<top (required)>'
2017-02-26T13:47:31.886120+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `require'
2017-02-26T13:47:31.886121+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `block in require'
2017-02-26T13:47:31.886121+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:259:in `load_dependency'
2017-02-26T13:47:31.886121+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:293:in `require'
2017-02-26T13:47:31.886122+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:380:in `block in require_or_load'
2017-02-26T13:47:31.886122+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:37:in `block in load_interlock'
2017-02-26T13:47:31.886123+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies/interlock.rb:12:in `block in loading'
2017-02-26T13:47:31.886123+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/concurrency/share_lock.rb:150:in `exclusive'
2017-02-26T13:47:31.886124+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:37:in `load_interlock'
2017-02-26T13:47:31.886123+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies/interlock.rb:11:in `loading'
2017-02-26T13:47:31.886124+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:358:in `require_or_load'
2017-02-26T13:47:31.886124+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:336:in `depend_on'
2017-02-26T13:47:31.886126+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/engine.rb:476:in `block (2 levels) in eager_load!'
2017-02-26T13:47:31.886126+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/activesupport-5.0.1/lib/active_support/dependencies.rb:252:in `require_dependency'
2017-02-26T13:47:31.886126+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/engine.rb:475:in `each'
2017-02-26T13:47:31.886127+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/engine.rb:475:in `block in eager_load!'
2017-02-26T13:47:31.886128+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/engine.rb:473:in `each'
2017-02-26T13:47:31.886129+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/engine.rb:473:in `eager_load!'
2017-02-26T13:47:31.886146+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/engine.rb:354:in `eager_load!'
2017-02-26T13:47:31.886177+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/application/finisher.rb:59:in `each'
2017-02-26T13:47:31.886178+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/application/finisher.rb:59:in `block in <module:Finisher>'
2017-02-26T13:47:31.886178+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/initializable.rb:30:in `instance_exec'
2017-02-26T13:47:31.886180+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/initializable.rb:55:in `block in run_initializers'
2017-02-26T13:47:31.886179+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/initializable.rb:30:in `run'
2017-02-26T13:47:31.886188+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:226:in `block in tsort_each'
2017-02-26T13:47:31.886189+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
2017-02-26T13:47:31.886190+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:429:in `each_strongly_connected_component_from'
2017-02-26T13:47:31.886192+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:347:in `block in each_strongly_connected_component'
2017-02-26T13:47:31.886206+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:345:in `each'
2017-02-26T13:47:31.886206+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:345:in `call'
2017-02-26T13:47:31.886208+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:345:in `each_strongly_connected_component'
2017-02-26T13:47:31.886208+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:224:in `tsort_each'
2017-02-26T13:47:31.886208+00:00 app[web.1]: from /app/vendor/ruby-2.2.6/lib/ruby/2.2.0/tsort.rb:203:in `tsort_each'
2017-02-26T13:47:31.886210+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/initializable.rb:54:in `run_initializers'
2017-02-26T13:47:31.886218+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/application.rb:352:in `initialize!'
2017-02-26T13:47:31.886219+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
2017-02-26T13:47:31.886221+00:00 app[web.1]: from /app/config.ru:3:in `require_relative'
2017-02-26T13:47:31.886229+00:00 app[web.1]: from /app/config.ru:3:in `block in <main>'
2017-02-26T13:47:31.886230+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:55:in `instance_eval'
2017-02-26T13:47:31.886232+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:55:in `initialize'
2017-02-26T13:47:31.886245+00:00 app[web.1]: from /app/config.ru:in `new'
2017-02-26T13:47:31.886248+00:00 app[web.1]: from /app/config.ru:in `<main>'
2017-02-26T13:47:31.886248+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:49:in `eval'
2017-02-26T13:47:31.886250+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:49:in `new_from_string'
2017-02-26T13:47:31.886263+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/builder.rb:40:in `parse_file'
2017-02-26T13:47:31.886264+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:318:in `build_app_and_options_from_config'
2017-02-26T13:47:31.886265+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:218:in `app'
2017-02-26T13:47:31.886267+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/server.rb:59:in `app'
2017-02-26T13:47:31.886268+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:353:in `wrapped_app'
2017-02-26T13:47:31.886270+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/rack-2.0.1/lib/rack/server.rb:282:in `start'
2017-02-26T13:47:31.886271+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/server.rb:79:in `start'
2017-02-26T13:47:31.886273+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:90:in `block in server'
2017-02-26T13:47:31.886275+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:85:in `tap'
2017-02-26T13:47:31.886277+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:85:in `server'
2017-02-26T13:47:31.886289+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands/commands_tasks.rb:49:in `run_command!'
2017-02-26T13:47:31.886290+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/railties-5.0.1/lib/rails/commands.rb:18:in `<top (required)>'
2017-02-26T13:47:31.886290+00:00 app[web.1]: from bin/rails:8:in `require'
2017-02-26T13:47:31.886292+00:00 app[web.1]: from bin/rails:8:in `<main>'
2017-02-26T13:47:31.920407+00:00 app[web.1]: => Booting Puma
2017-02-26T13:47:31.920411+00:00 app[web.1]: => Rails 5.0.1 application starting in production on http://0.0.0.0:19798
2017-02-26T13:47:31.920419+00:00 app[web.1]: => Run `rails server -h` for more startup options
2017-02-26T13:47:31.920420+00:00 app[web.1]: Exiting
2017-02-26T13:47:32.041002+00:00 heroku[web.1]: State changed from starting to crashed
2017-02-26T13:47:32.029897+00:00 heroku[web.1]: Process exited with status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment