Created
January 15, 2014 20:19
-
-
Save moofish32/8443751 to your computer and use it in GitHub Desktop.
Stacktrace for connection timeout issue with jdbc postgres
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
| 2014-01-15 17:48:24.040 F [9936:RubyThread-258: <redacted>/shared/bundle/jruby/1.9/gems/puma-2.7.1-java/lib/puma/server.rb:292] [[]] Rails -- | |
| activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:190:in `wait_poll' | |
| org/jruby/RubyKernel.java:1519:in `loop' | |
| activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:181:in `wait_poll' | |
| activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:136:in `poll' | |
| /opt/ruby/jruby-1.7.8/lib/ruby/1.9/monitor.rb:211:in `mon_synchronize' | |
| /opt/ruby/jruby-1.7.8/lib/ruby/1.9/monitor.rb:210:in `mon_synchronize' | |
| activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:146:in `synchronize' | |
| activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:134:in `poll' | |
| activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:423:in `acquire_connection' | |
| activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:356:in `checkout' | |
| /opt/ruby/jruby-1.7.8/lib/ruby/1.9/monitor.rb:211:in `mon_synchronize' | |
| /opt/ruby/jruby-1.7.8/lib/ruby/1.9/monitor.rb:210:in `mon_synchronize' | |
| activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:355:in `checkout' | |
| activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:265:in `connection' | |
| /opt/ruby/jruby-1.7.8/lib/ruby/1.9/monitor.rb:211:in `mon_synchronize' | |
| /opt/ruby/jruby-1.7.8/lib/ruby/1.9/monitor.rb:210:in `mon_synchronize' | |
| activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:264:in `connection' | |
| activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:546:in `retrieve_connection' | |
| activerecord (4.0.2) lib/active_record/connection_handling.rb:79:in `retrieve_connection' | |
| activerecord (4.0.2) lib/active_record/connection_handling.rb:53:in `connection' | |
| activerecord (4.0.2) lib/active_record/query_cache.rb:51:in `restore_query_cache_settings' | |
| activerecord (4.0.2) lib/active_record/query_cache.rb:43:in `call' | |
| activerecord (4.0.2) lib/active_record/query_cache.rb:41:in `call' | |
| activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' | |
| actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `call' | |
| activesupport (4.0.2) lib/active_support/callbacks.rb:376:in `_run__1359341664__call__callbacks' | |
| activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks' | |
| actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' | |
| actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' | |
| actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' | |
| actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' | |
| railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app' | |
| railties (4.0.2) lib/rails/rack/logger.rb:20:in `call' | |
| semantic_logger (2.3.1) lib/semantic_logger/base.rb:153:in `tagged' | |
| railties (4.0.2) lib/rails/rack/logger.rb:20:in `call' | |
| actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call' | |
| rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' | |
| rack (1.5.2) lib/rack/runtime.rb:17:in `call' | |
| activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call' | |
| rack (1.5.2) lib/rack/sendfile.rb:112:in `call' | |
| railties (4.0.2) lib/rails/engine.rb:511:in `call' | |
| railties (4.0.2) lib/rails/application.rb:97:in `call' | |
| rack (1.5.2) lib/rack/builder.rb:138:in `call' | |
| rack (1.5.2) lib/rack/urlmap.rb:65:in `call' | |
| org/jruby/RubyArray.java:1613:in `each' | |
| rack (1.5.2) lib/rack/urlmap.rb:50:in `call' | |
| puma-2.7.1 (java) lib/puma/configuration.rb:68:in `call' | |
| puma-2.7.1 (java) lib/puma/server.rb:486:in `handle_request' | |
| puma-2.7.1 (java) lib/puma/server.rb:484:in `handle_request' | |
| puma-2.7.1 (java) lib/puma/server.rb:357:in `process_client' | |
| puma-2.7.1 (java) lib/puma/server.rb:353:in `process_client' | |
| puma-2.7.1 (java) lib/puma/server.rb:250:in `run' | |
| org/jruby/RubyProc.java:271:in `call' | |
| puma-2.7.1 (java) lib/puma/thread_pool.rb:92:in `spawn_thread' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment