Created
May 2, 2012 21:46
-
-
Save mscottford/2580767 to your computer and use it in GitHub Desktop.
This file contains hidden or 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-05-02T21:33:01+00:00 heroku[web.1]: Starting process with command `rails server thin -p 25855 -e production` | |
2012-05-02T21:33:25+00:00 app[web.1]: DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from <class:Attribute> at /app/vendor/bundle/ruby/1.9.1/bundler/gems/active_shipping-6be70c68574a/lib/vendor/quantified/lib/quantified/attribute.rb:107) | |
2012-05-02T21:33:25+00:00 app[web.1]: DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from <class:Attribute> at /app/vendor/bundle/ruby/1.9.1/bundler/gems/active_shipping-6be70c68574a/lib/vendor/quantified/lib/quantified/attribute.rb:107) | |
2012-05-02T21:33:33+00:00 app[web.1]: => Booting Thin | |
2012-05-02T21:33:33+00:00 app[web.1]: => Rails 3.1.1 application starting in production on http://0.0.0.0:25855 | |
2012-05-02T21:33:33+00:00 app[web.1]: => Call with -d to detach | |
2012-05-02T21:33:33+00:00 app[web.1]: => Ctrl-C to shutdown server | |
2012-05-02T21:33:44+00:00 app[web.1]: Dalli/SASL authenticating as app2809619%40heroku.com | |
2012-05-02T21:33:44+00:00 app[web.1]: Dalli/SASL: Authenticated | |
2012-05-02T21:34:01+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch | |
2012-05-02T21:34:01+00:00 heroku[web.1]: Stopping process with SIGKILL | |
2012-05-02T21:34:03+00:00 heroku[web.1]: Process exited with status 137 | |
2012-05-02T21:34:03+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