Skip to content

Instantly share code, notes, and snippets.

@captproton
Created July 22, 2011 18:43
Show Gist options
  • Select an option

  • Save captproton/1100097 to your computer and use it in GitHub Desktop.

Select an option

Save captproton/1100097 to your computer and use it in GitHub Desktop.
heroku crash
2011-07-22T18:40:35+00:00 heroku[web.1]: State changed from created to starting
2011-07-22T18:40:37+00:00 heroku[web.1]: Starting process with command: `thin -p 11255 -e production -R /home/heroku_rack/heroku.ru start`
2011-07-22T18:40:37+00:00 app[web.1]: <internal:lib/rubygems/custom_require>:29:in `require': no such file to load -- main (LoadError)
2011-07-22T18:40:37+00:00 app[web.1]: from <internal:lib/rubygems/custom_require>:29:in `require'
2011-07-22T18:40:37+00:00 app[web.1]: from config.ru:1:in `block (3 levels) in <main>'
2011-07-22T18:40:37+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:23:in `eval'
2011-07-22T18:40:37+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:23:in `block (3 levels) in <main>'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/builder.rb:46:in `instance_eval'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/builder.rb:46:in `initialize'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/builder.rb:63:in `new'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/builder.rb:63:in `map'
2011-07-22T18:40:37+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:18:in `block (2 levels) in <main>'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/builder.rb:46:in `instance_eval'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/builder.rb:46:in `initialize'
2011-07-22T18:40:37+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:11:in `new'
2011-07-22T18:40:37+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:11:in `block in <main>'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/builder.rb:46:in `instance_eval'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/rack-1.1.0/lib/rack/builder.rb:46:in `initialize'
2011-07-22T18:40:37+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:1:in `new'
2011-07-22T18:40:37+00:00 app[web.1]: from /home/heroku_rack/heroku.ru:1:in `<main>'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/rack/adapter/loader.rb:36:in `eval'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/rack/adapter/loader.rb:36:in `load'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/controllers/controller.rb:175:in `load_rackup_config'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/controllers/controller.rb:65:in `start'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb:177:in `run_command'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb:143:in `run!'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/bin/thin:6:in `<top (required)>'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/bin/thin:19:in `load'
2011-07-22T18:40:37+00:00 app[web.1]: from /usr/ruby1.9.2/bin/thin:19:in `<main>'
2011-07-22T18:40:37+00:00 heroku[web.1]: Process exited
2011-07-22T18:40:38+00:00 heroku[web.1]: State changed from starting to crashed
2011-07-22T18:40:39+00:00 heroku[router]: Error H10 (App crashed) -> GET wdwhub-welcome.heroku.com/ dyno= queue= wait= service= status=503 bytes=
2011-07-22T18:40:41+00:00 heroku[router]: Error H10 (App crashed) -> GET wdwhub-welcome.heroku.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
2011-07-22T18:40:42+00:00 heroku[nginx]: GET /favicon.ico HTTP/1.1 | 64.134.226.122 | 791 | http | 503
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment