Skip to content

Instantly share code, notes, and snippets.

@Osagiede
Created June 12, 2018 03:10
Show Gist options
  • Save Osagiede/0a6f52ad875108ce33025725cb4c3543 to your computer and use it in GitHub Desktop.
Save Osagiede/0a6f52ad875108ce33025725cb4c3543 to your computer and use it in GitHub Desktop.
Juliuss-MacBook-Pro:sample_app juliusosagiede$ heroku logs
2018-06-11T18:47:54.780939+00:00 app[web.1]: => Rails 5.2.0 application starting in production
2018-06-11T18:47:54.780940+00:00 app[web.1]: => Run `rails server -h` for more startup options
2018-06-11T18:47:54.780942+00:00 app[web.1]: Exiting
2018-06-11T18:47:54.780935+00:00 app[web.1]: => Booting Puma
2018-06-11T18:47:54.834693+00:00 heroku[web.1]: Process exited with status 1
2018-06-11T18:47:55.595061+00:00 heroku[web.1]: State changed from starting to crashed
2018-06-12T00:15:32.296156+00:00 heroku[web.1]: State changed from crashed to starting
2018-06-12T00:15:35.624962+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 24655 -e production`
2018-06-12T00:15:39.320330+00:00 heroku[web.1]: State changed from starting to crashed
2018-06-12T00:15:39.294323+00:00 heroku[web.1]: Process exited with status 1
2018-06-12T00:15:39.222545+00:00 app[web.1]: /app/vendor/bundle/ruby/2.5.0/gems/bundler-1.15.2/lib/bundler/rubygems_integration.rb:377:in `block (2 levels) in replace_gem': Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? sqlite3 is not part of the bundle. Add it to your Gemfile. (Gem::LoadError)
2018-06-12T00:15:39.222595+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/sqlite3_adapter.rb:12:in `<top (required)>'
2018-06-12T00:15:39.222618+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:283:in `require'
2018-06-12T00:15:39.222638+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:283:in `block in require'
2018-06-12T00:15:39.222658+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:249:in `load_dependency'
2018-06-12T00:15:39.222677+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:283:in `require'
2018-06-12T00:15:39.222697+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/connection_specification.rb:191:in `spec'
2018-06-12T00:15:39.222754+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:950:in `establish_connection'
2018-06-12T00:15:39.222782+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/connection_handling.rb:60:in `establish_connection'
2018-06-12T00:15:39.222803+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/railtie.rb:136:in `block (2 levels) in <class:Railtie>'
2018-06-12T00:15:39.222823+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/lazy_load_hooks.rb:71:in `instance_eval'
2018-06-12T00:15:39.222844+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/lazy_load_hooks.rb:71:in `block in execute_hook'
2018-06-12T00:15:39.222864+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/lazy_load_hooks.rb:62:in `with_execution_control'
2018-06-12T00:15:39.222916+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/lazy_load_hooks.rb:67:in `execute_hook'
2018-06-12T00:15:39.222938+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/lazy_load_hooks.rb:52:in `block in run_load_hooks'
2018-06-12T00:15:39.222958+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/lazy_load_hooks.rb:51:in `each'
2018-06-12T00:15:39.222977+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/lazy_load_hooks.rb:51:in `run_load_hooks'
2018-06-12T00:15:39.222997+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/base.rb:328:in `<module:ActiveRecord>'
2018-06-12T00:15:39.223017+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.0/lib/active_record/base.rb:27:in `<top (required)>'
2018-06-12T00:15:39.223037+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:283:in `require'
2018-06-12T00:15:39.223088+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:283:in `block in require'
2018-06-12T00:15:39.223108+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:249:in `load_dependency'
2018-06-12T00:15:39.223128+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:283:in `require'
2018-06-12T00:15:39.223148+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activestorage-5.2.0/app/models/active_storage/attachment.rb:9:in `<top (required)>'
2018-06-12T00:15:39.223167+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:283:in `require'
2018-06-12T00:15:39.223188+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:283:in `block in require'
2018-06-12T00:15:39.223209+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:249:in `load_dependency'
2018-06-12T00:15:39.223255+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:283:in `require'
2018-06-12T00:15:39.223273+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:370:in `block in require_or_load'
2018-06-12T00:15:39.223290+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:37:in `block in load_interlock'
2018-06-12T00:15:39.223310+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:14:in `block in loading'
2018-06-12T00:15:39.223329+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/concurrency/share_lock.rb:151:in `exclusive'
2018-06-12T00:15:39.223347+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:13:in `loading'
2018-06-12T00:15:39.223367+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:37:in `load_interlock'
2018-06-12T00:15:39.223400+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:348:in `require_or_load'
2018-06-12T00:15:39.223434+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:326:in `depend_on'
2018-06-12T00:15:39.223454+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.0/lib/active_support/dependencies.rb:242:in `require_dependency'
2018-06-12T00:15:39.223473+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/engine.rb:478:in `block (2 levels) in eager_load!'
2018-06-12T00:15:39.223491+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/engine.rb:477:in `each'
2018-06-12T00:15:39.223509+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/engine.rb:477:in `block in eager_load!'
2018-06-12T00:15:39.223554+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/engine.rb:475:in `each'
2018-06-12T00:15:39.223575+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/engine.rb:475:in `eager_load!'
2018-06-12T00:15:39.223593+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/engine.rb:356:in `eager_load!'
2018-06-12T00:15:39.223614+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/application/finisher.rb:69:in `each'
2018-06-12T00:15:39.223643+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/application/finisher.rb:69:in `block in <module:Finisher>'
2018-06-12T00:15:39.223678+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/initializable.rb:32:in `instance_exec'
2018-06-12T00:15:39.223681+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/initializable.rb:32:in `run'
2018-06-12T00:15:39.223683+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/initializable.rb:61:in `block in run_initializers'
2018-06-12T00:15:39.223684+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:228:in `block in tsort_each'
2018-06-12T00:15:39.223689+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
2018-06-12T00:15:39.223691+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:431:in `each_strongly_connected_component_from'
2018-06-12T00:15:39.223692+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:349:in `block in each_strongly_connected_component'
2018-06-12T00:15:39.223694+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:347:in `each'
2018-06-12T00:15:39.223698+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:347:in `call'
2018-06-12T00:15:39.223700+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:347:in `each_strongly_connected_component'
2018-06-12T00:15:39.223701+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:226:in `tsort_each'
2018-06-12T00:15:39.223747+00:00 app[web.1]: from /app/vendor/ruby-2.5.1/lib/ruby/2.5.0/tsort.rb:205:in `tsort_each'
2018-06-12T00:15:39.223749+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/initializable.rb:60:in `run_initializers'
2018-06-12T00:15:39.223751+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/application.rb:361:in `initialize!'
2018-06-12T00:15:39.223755+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
2018-06-12T00:15:39.223757+00:00 app[web.1]: from config.ru:3:in `require_relative'
2018-06-12T00:15:39.223759+00:00 app[web.1]: from config.ru:3:in `block in <main>'
2018-06-12T00:15:39.223763+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.0.5/lib/rack/builder.rb:55:in `instance_eval'
2018-06-12T00:15:39.223764+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.0.5/lib/rack/builder.rb:55:in `initialize'
2018-06-12T00:15:39.223768+00:00 app[web.1]: from config.ru:in `new'
2018-06-12T00:15:39.223770+00:00 app[web.1]: from config.ru:in `<main>'
2018-06-12T00:15:39.223774+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.0.5/lib/rack/builder.rb:49:in `eval'
2018-06-12T00:15:39.223775+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.0.5/lib/rack/builder.rb:49:in `new_from_string'
2018-06-12T00:15:39.223779+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.0.5/lib/rack/builder.rb:40:in `parse_file'
2018-06-12T00:15:39.223781+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.0.5/lib/rack/server.rb:319:in `build_app_and_options_from_config'
2018-06-12T00:15:39.223784+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.0.5/lib/rack/server.rb:219:in `app'
2018-06-12T00:15:39.223786+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/commands/server/server_command.rb:27:in `app'
2018-06-12T00:15:39.223789+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.0.5/lib/rack/server.rb:354:in `wrapped_app'
2018-06-12T00:15:39.223793+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/rack-2.0.5/lib/rack/server.rb:283:in `start'
2018-06-12T00:15:39.223796+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/commands/server/server_command.rb:53:in `start'
2018-06-12T00:15:39.223800+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/commands/server/server_command.rb:147:in `block in perform'
2018-06-12T00:15:39.223803+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/commands/server/server_command.rb:142:in `tap'
2018-06-12T00:15:39.223807+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/commands/server/server_command.rb:142:in `perform'
2018-06-12T00:15:39.223808+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/thor-0.20.0/lib/thor/command.rb:27:in `run'
2018-06-12T00:15:39.223812+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/thor-0.20.0/lib/thor/invocation.rb:126:in `invoke_command'
2018-06-12T00:15:39.223815+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/thor-0.20.0/lib/thor.rb:387:in `dispatch'
2018-06-12T00:15:39.223819+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/command/base.rb:65:in `perform'
2018-06-12T00:15:39.223822+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/command.rb:46:in `invoke'
2018-06-12T00:15:39.223826+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.5.0/gems/railties-5.2.0/lib/rails/commands.rb:18:in `<top (required)>'
2018-06-12T00:15:39.223828+00:00 app[web.1]: from bin/rails:9:in `require'
2018-06-12T00:15:39.223831+00:00 app[web.1]: from bin/rails:9:in `<main>'
2018-06-12T00:15:39.229288+00:00 app[web.1]: => Booting Puma
2018-06-12T00:15:39.229291+00:00 app[web.1]: => Rails 5.2.0 application starting in production
2018-06-12T00:15:39.229293+00:00 app[web.1]: => Run `rails server -h` for more startup options
2018-06-12T00:15:39.229294+00:00 app[web.1]: Exiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment