Skip to content

Instantly share code, notes, and snippets.

@atstockland
Created January 11, 2013 21:43
Show Gist options
  • Save atstockland/4514194 to your computer and use it in GitHub Desktop.
Save atstockland/4514194 to your computer and use it in GitHub Desktop.
error setting up honeybadger on heroku
heroku logs (see line 34)
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.3/lib/rack/builder.rb:51:in `instance_eval'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.3/lib/rack/builder.rb:51:in `initialize'
2013-01-11T21:14:34+00:00 app[web.1]: from config.ru:1:in `new'
2013-01-11T21:14:34+00:00 app[web.1]: from config.ru:1:in `<main>'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.11/lib/rails/initializable.rb:30:in `run'
2013-01-11T21:14:34+00:00 app[web.1]: from config.ru:3:in `require'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/rack/adapter/loader.rb:33:in `eval'
2013-01-11T21:14:34+00:00 app[web.1]: from config.ru:3:in `block in <main>'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/rack/adapter/loader.rb:33:in `load'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/thin/controllers/controller.rb:181:in `load_rackup_config'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/thin/runner.rb:152:in `run!'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/bin/thin:6:in `<top (required)>'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/thin/controllers/controller.rb:71:in `start'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/bin/thin:23:in `load'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/bin/thin:23:in `<main>'
2013-01-11T21:14:34+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/thin/runner.rb:187:in `run_command'
2013-01-11T21:14:36+00:00 heroku[web.1]: Process exited with status 1
2013-01-11T21:14:36+00:00 heroku[web.1]: State changed from starting to crashed
2013-01-11T21:14:36+00:00 heroku[web.1]: State changed from crashed to starting
2013-01-11T21:14:51+00:00 heroku[web.1]: Starting process with command `bundle exec thin start -R config.ru -e production -p 40083`
2013-01-11T21:14:55+00:00 heroku[nginx]: 208.100.170.30 - - [11/Jan/2013:21:14:55 +0000] "GET /accounts/36 HTTP/1.1" 499 0 "http://www.flight-record.com/user_sessions/new" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17" www.flight-record.com
2013-01-11T21:15:06+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-01-11T21:15:06+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-01-11T21:15:06+00:00 app[web.1]: DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /app/config/environment.rb:5)
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:587:in `block in <class:Engine>'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.11/lib/rails/initializable.rb:30:in `instance_exec'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.11/lib/rails/initializable.rb:30:in `run'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.11/lib/rails/initializable.rb:55:in `block in run_initializers'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.11/lib/rails/initializable.rb:54:in `each'
2013-01-11T21:15:08+00:00 app[web.1]: /app/config/initializers/honeybadger.rb:1:in `<top (required)>': uninitialized constant Honeybadger (NameError)
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:587:in `each'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.3/lib/rack/builder.rb:51:in `instance_eval'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.3/lib/rack/builder.rb:51:in `initialize'
2013-01-11T21:15:08+00:00 app[web.1]: from config.ru:1:in `new'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.11/lib/rails/engine.rb:588:in `block (2 levels) in <class:Engine>'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.11/lib/rails/railtie/configurable.rb:30:in `method_missing'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/config/environment.rb:5:in `<top (required)>'
2013-01-11T21:15:08+00:00 app[web.1]: from config.ru:3:in `require'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/thin/runner.rb:187:in `run_command'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/thin/runner.rb:152:in `run!'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/bin/thin:6:in `<top (required)>'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.11/lib/rails/initializable.rb:54:in `run_initializers'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/bin/thin:23:in `load'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/bin/thin:23:in `<main>'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.2.11/lib/rails/application.rb:136:in `initialize!'
2013-01-11T21:15:08+00:00 app[web.1]: from config.ru:3:in `block in <main>'
2013-01-11T21:15:08+00:00 app[web.1]: from config.ru:1:in `<main>'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/thin/controllers/controller.rb:71:in `start'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/rack/adapter/loader.rb:33:in `eval'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/rack/adapter/loader.rb:33:in `load'
2013-01-11T21:15:08+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/thin-1.5.0/lib/thin/controllers/controller.rb:181:in `load_rackup_config'
2013-01-11T21:15:09+00:00 heroku[web.1]: Process exited with status 1
2013-01-11T21:15:09+00:00 heroku[web.1]: State changed from starting to crashed
2013-01-11T21:15:10+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path=/accounts/48 host=www.flight-record.com fwd=208.100.170.30 dyno= queue= wait= connect= service= status=503 bytes=
Honeybadger.configure do |config|
config.api_key = 'my_key'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment