Created
February 12, 2012 15:19
-
-
Save rknLA/1809030 to your computer and use it in GitHub Desktop.
heroku logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-02-14T20:44:03+00:00 heroku[web.1]: Starting process with command `bundle exec rackup config.ru -p 8894` | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/do_postgres-0.10.8/lib/do_postgres.rb:26:in `<top (required)>' | |
2012-02-14T20:44:05+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/do_postgres-0.10.8/lib/do_postgres.rb:26:in `require': no such file to load -- do_postgres/do_postgres (LoadError) | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/dm-postgres-adapter-1.2.0/lib/dm-postgres-adapter/adapter.rb:1:in `<top (required)>' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/dm-postgres-adapter-1.2.0/lib/dm-postgres-adapter/adapter.rb:1:in `require' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/dm-postgres-adapter-1.2.0/lib/dm-postgres-adapter.rb:1:in `require' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/dm-postgres-adapter-1.2.0/lib/dm-postgres-adapter.rb:1:in `<top (required)>' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/dm-core-1.2.0/lib/dm-core/adapters.rb:133:in `adapter_class' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/dm-core-1.2.0/lib/dm-core/adapters.rb:163:in `load_adapter' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/dm-core-1.2.0/lib/dm-core/adapters.rb:163:in 1 source 'http://rubygems.org/' | |
`require' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/dm-core-1.2.0/lib/dm-core/adapters.rb:13:in `new' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/dm-core-1.2.0/lib/dm-core.rb:230:in `setup' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/models/boombox.rb:31:in `<top (required)>' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/server.rb:5:in `require' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/server.rb:5:in `<top (required)>' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/config.ru:2:in `require' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/config.ru:2:in `block in <main>' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval' | |
2012-02-14T20:44:05+00:00 app[web.1]: from / | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:40:in `eval' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/config.ru:1:in `<main>' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/builder.rb:40:in `parse_file' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:200:in `app' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:301:in `wrapped_app' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:137:in `start' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:252:in `start' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.4.1/bin/rackup:4:in `<top (required)>' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/bin/rackup:19:in `load' | |
2012-02-14T20:44:05+00:00 app[web.1]: from /app/vendor/bundle/ruby/1.9.1/bin/rackup:19:in `<main>' | |
2012-02-14T20:44:06+00:00 heroku[web.1]: Process exited with status 1 | |
2012-02-14T20:44:06+00:00 heroku[web.1]: State changed from starting to crashed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment