Skip to content

Instantly share code, notes, and snippets.

@redstar504
Created November 20, 2012 22:28
Show Gist options
  • Save redstar504/4121692 to your computer and use it in GitHub Desktop.
Save redstar504/4121692 to your computer and use it in GitHub Desktop.
14:22:47 web.1 | started with pid 26115
SIGINT received
14:24:45 system | sending SIGTERM to all processes
SIGTERM received
14:24:45 web.1 | => Booting Thin
14:24:45 web.1 | => Rails 3.2.9 application starting in development on http://0.0.0.0:5000
14:24:45 web.1 | => Call with -d to detach
14:24:45 web.1 | => Ctrl-C to shutdown server
14:24:45 web.1 | >> Thin web server (v1.5.0 codename Knife)
14:24:45 web.1 | >> Maximum connections set to 1024
14:24:45 web.1 | >> Listening on 0.0.0.0:5000, CTRL+C to stop
14:24:45 web.1 | Started GET "/assets/rails.png" for 192.168.0.195 at 2012-11-20 14:22:55 -0800
14:24:45 web.1 | Connecting to database specified by database.yml
14:24:45 web.1 | ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
14:24:45 web.1 | activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
14:24:45 web.1 | activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
14:24:45 web.1 | activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
14:24:45 web.1 | activerecord (3.2.9) lib/active_record/query_cache.rb:67:in `rescue in call'
14:24:45 web.1 | activerecord (3.2.9) lib/active_record/query_cache.rb:61:in `call'
14:24:45 web.1 | activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
14:24:45 web.1 | activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__1124933345976310614__call__3556265304450492003__callbacks'
14:24:45 web.1 | activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
14:24:45 web.1 | activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
14:24:45 web.1 | activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14:24:45 web.1 | railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
14:24:45 web.1 | railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
14:24:45 web.1 | activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
14:24:45 web.1 | railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14:24:45 web.1 | rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14:24:45 web.1 | rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14:24:45 web.1 | activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14:24:45 web.1 | rack (1.4.1) lib/rack/lock.rb:15:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
14:24:45 web.1 | railties (3.2.9) lib/rails/engine.rb:479:in `call'
14:24:45 web.1 | railties (3.2.9) lib/rails/application.rb:223:in `call'
14:24:45 web.1 | rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14:24:45 web.1 | railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
14:24:45 web.1 | thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
14:24:45 web.1 | thin (1.5.0) lib/thin/connection.rb:79:in `catch'
14:24:45 web.1 | thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
14:24:45 web.1 | thin (1.5.0) lib/thin/connection.rb:54:in `process'
14:24:45 web.1 | thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
14:24:45 web.1 | eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
14:24:45 web.1 | eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
14:24:45 web.1 | thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
14:24:45 web.1 | thin (1.5.0) lib/thin/server.rb:159:in `start'
14:24:45 web.1 | rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
14:24:45 web.1 | rack (1.4.1) lib/rack/server.rb:265:in `start'
14:24:45 web.1 | railties (3.2.9) lib/rails/commands/server.rb:70:in `start'
14:24:45 web.1 | railties (3.2.9) lib/rails/commands.rb:55:in `block in <top (required)>'
14:24:45 web.1 | railties (3.2.9) lib/rails/commands.rb:50:in `tap'
14:24:45 web.1 | railties (3.2.9) lib/rails/commands.rb:50:in `<top (required)>'
14:24:45 web.1 | script/rails:6:in `require'
14:24:45 web.1 | script/rails:6:in `<main>'
14:24:45 web.1 | Rendered /usr/local/rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
14:24:45 web.1 | Rendered /usr/local/rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.9ms)
14:24:45 web.1 | Rendered /usr/local/rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (65.6ms)
14:24:45 web.1 | Started GET "/rails/info/properties" for 192.168.0.195 at 2012-11-20 14:24:24 -0800
14:24:45 web.1 | ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
14:24:45 web.1 | activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
14:24:45 web.1 | activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
14:24:45 web.1 | activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
14:24:45 web.1 | activerecord (3.2.9) lib/active_record/query_cache.rb:67:in `rescue in call'
14:24:45 web.1 | activerecord (3.2.9) lib/active_record/query_cache.rb:61:in `call'
14:24:45 web.1 | activerecord (3.2.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
14:24:45 web.1 | activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `_run__1124933345976310614__call__3556265304450492003__callbacks'
14:24:45 web.1 | activesupport (3.2.9) lib/active_support/callbacks.rb:405:in `__run_callback'
14:24:45 web.1 | activesupport (3.2.9) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
14:24:45 web.1 | activesupport (3.2.9) lib/active_support/callbacks.rb:81:in `run_callbacks'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/reloader.rb:65:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
14:24:45 web.1 | railties (3.2.9) lib/rails/rack/logger.rb:32:in `call_app'
14:24:45 web.1 | railties (3.2.9) lib/rails/rack/logger.rb:16:in `block in call'
14:24:45 web.1 | activesupport (3.2.9) lib/active_support/tagged_logging.rb:22:in `tagged'
14:24:45 web.1 | railties (3.2.9) lib/rails/rack/logger.rb:16:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/request_id.rb:22:in `call'
14:24:45 web.1 | rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
14:24:45 web.1 | rack (1.4.1) lib/rack/runtime.rb:17:in `call'
14:24:45 web.1 | activesupport (3.2.9) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
14:24:45 web.1 | rack (1.4.1) lib/rack/lock.rb:15:in `call'
14:24:45 web.1 | actionpack (3.2.9) lib/action_dispatch/middleware/static.rb:62:in `call'
14:24:45 web.1 | railties (3.2.9) lib/rails/engine.rb:479:in `call'
14:24:45 web.1 | railties (3.2.9) lib/rails/application.rb:223:in `call'
14:24:45 web.1 | rack (1.4.1) lib/rack/content_length.rb:14:in `call'
14:24:45 web.1 | railties (3.2.9) lib/rails/rack/log_tailer.rb:17:in `call'
14:24:45 web.1 | thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
14:24:45 web.1 | thin (1.5.0) lib/thin/connection.rb:79:in `catch'
14:24:45 web.1 | thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
14:24:45 web.1 | thin (1.5.0) lib/thin/connection.rb:54:in `process'
14:24:45 web.1 | thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
14:24:45 web.1 | eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
14:24:45 web.1 | eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
14:24:45 web.1 | thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
14:24:45 web.1 | thin (1.5.0) lib/thin/server.rb:159:in `start'
14:24:45 web.1 | rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
14:24:45 web.1 | rack (1.4.1) lib/rack/server.rb:265:in `start'
14:24:45 web.1 | railties (3.2.9) lib/rails/commands/server.rb:70:in `start'
14:24:45 web.1 | railties (3.2.9) lib/rails/commands.rb:55:in `block in <top (required)>'
14:24:45 web.1 | railties (3.2.9) lib/rails/commands.rb:50:in `tap'
14:24:45 web.1 | railties (3.2.9) lib/rails/commands.rb:50:in `<top (required)>'
14:24:45 web.1 | script/rails:6:in `require'
14:24:45 web.1 | script/rails:6:in `<main>'
14:24:45 web.1 | Rendered /usr/local/rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
14:24:45 web.1 | Rendered /usr/local/rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
14:24:45 web.1 | Rendered /usr/local/rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.9/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.1ms)
14:24:45 web.1 | >> Stopping ...
14:24:45 web.1 | >> Stopping ...
14:24:45 web.1 | Exiting
14:24:45 web.1 | exited with code 0
=> Booting Thin
=> Rails 3.2.9 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
>> Thin web server (v1.5.0 codename Knife)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:3000, CTRL+C to stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment