Created
June 26, 2012 07:37
-
-
Save ciaranarcher/2994151 to your computer and use it in GitHub Desktop.
Hash Publishing Error
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
| # code | |
| queue = TorqueBox::Messaging::Queue.new('/queues/metrics/script_timing') | |
| p params | |
| p params.class | |
| queue.publish params | |
| # output | |
| 08:35:06,177 INFO [stdout] (http--127.0.0.1-8080-1) {"scriptname"=>"test", "server"=>"1"} | |
| 08:35:06,178 INFO [stdout] (http--127.0.0.1-8080-1) Hash | |
| # error | |
| 08:35:06,191 ERROR [stderr] (http--127.0.0.1-8080-1) TypeError - can't dump hash with default proc: | |
| 08:35:06,191 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyMarshal.java:101:in `dump' | |
| 08:35:06,192 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rspec-mocks-2.10.1/lib/rspec/mocks/extensions/marshal.rb:5:in `dump_with_mocks' | |
| 08:35:06,192 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/marshal_message.rb:26:in `encode' | |
| 08:35:06,193 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/message.rb:37:in `initialize' | |
| 08:35:06,193 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/message.rb:92:in `new' | |
| 08:35:06,193 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/session.rb:43:in `publish' | |
| 08:35:06,194 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:72:in `publish' | |
| 08:35:06,194 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:103:in `with_session' | |
| 08:35:06,195 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/connection.rb:50:in `with_session' | |
| 08:35:06,195 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:102:in `with_session' | |
| 08:35:06,196 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyProc.java:258:in `call' | |
| 08:35:06,196 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/connection_factory.rb:42:in `with_new_connection' | |
| 08:35:06,196 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:101:in `with_session' | |
| 08:35:06,197 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:71:in `publish' | |
| 08:35:06,197 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyProc.java:258:in `call' | |
| 08:35:06,197 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:112:in `wait_for_destination' | |
| 08:35:06,198 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:70:in `publish' | |
| 08:35:06,198 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/repos/hermes/apps/tech/controllers/perf.rb:31:in `POST /perf/script_timing' | |
| 08:35:06,199 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyMethod.java:117:in `call' | |
| 08:35:06,199 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:569:in `route' | |
| 08:35:06,199 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyProc.java:258:in `call' | |
| 08:35:06,199 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:51:in `process_destination_path' | |
| 08:35:06,200 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:801:in `route_eval' | |
| 08:35:06,200 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:51:in `process_destination_path' | |
| 08:35:06,201 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:1197:in `catch' | |
| 08:35:06,201 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:51:in `process_destination_path' | |
| 08:35:06,201 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyBasicObject.java:1730:in `instance_eval' | |
| 08:35:06,202 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:25:in `process_destination_path' | |
| 08:35:06,202 ERROR [stderr] (http--127.0.0.1-8080-1) (eval):16:in `lookup_17 script_timing' | |
| 08:35:06,203 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:1197:in `catch' | |
| 08:35:06,203 ERROR [stderr] (http--127.0.0.1-8080-1) (eval):6:in `lookup_17 script_timing' | |
| 08:35:06,203 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyBasicObject.java:1704:in `__send__' | |
| 08:35:06,203 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:2101:in `send' | |
| 08:35:06,203 ERROR [stderr] (http--127.0.0.1-8080-1) (eval):8:in `lookup_2 perf' | |
| 08:35:06,223 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyBasicObject.java:1704:in `__send__' | |
| 08:35:06,224 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:2101:in `send' | |
| 08:35:06,224 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/http_router-0.10.2/lib/http_router/node/root.rb:44:in `[]' | |
| 08:35:06,224 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/http_router-0.10.2/lib/http_router/node/root.rb:13:in `[]' | |
| 08:35:06,225 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/http_router-0.10.2/lib/http_router.rb:119:in `call' | |
| 08:35:06,225 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:1197:in `catch' | |
| 08:35:06,225 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/http_router-0.10.2/lib/http_router.rb:119:in `call' | |
| 08:35:06,226 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:919:in `route!' | |
| 08:35:06,226 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:909:in `dispatch!' | |
| 08:35:06,227 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in `call!' | |
| 08:35:06,227 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in `invoke' | |
| 08:35:06,228 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:1197:in `catch' | |
| 08:35:06,228 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in `invoke' | |
| 08:35:06,228 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in `call!' | |
| 08:35:06,228 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:705:in `call' | |
| 08:35:06,229 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:766:in `forward' | |
| 08:35:06,229 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:835:in `route_missing' | |
| 08:35:06,229 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:796:in `route!' | |
| 08:35:06,230 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:792:in `route!' | |
| 08:35:06,230 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:792:in `route!' | |
| 08:35:06,231 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:886:in `dispatch!' | |
| 08:35:06,231 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in `call!' | |
| 08:35:06,231 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in `invoke' | |
| 08:35:06,232 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:1197:in `catch' | |
| 08:35:06,232 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in `invoke' | |
| 08:35:06,232 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in `call!' | |
| 08:35:06,232 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:705:in `call' | |
| 08:35:06,233 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/xss_header.rb:22:in `call' | |
| 08:35:06,234 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in `call' | |
| 08:35:06,234 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in `call' | |
| 08:35:06,234 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/path_traversal.rb:16:in `call' | |
| 08:35:06,235 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/json_csrf.rb:17:in `call' | |
| 08:35:06,235 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in `call' | |
| 08:35:06,235 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/xss_header.rb:22:in `call' | |
| 08:35:06,236 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' | |
| 08:35:06,236 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' | |
| 08:35:06,237 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/logger.rb:15:in `call' | |
| 08:35:06,237 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/head.rb:9:in `call' | |
| 08:35:06,237 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' | |
| 08:35:06,238 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/showexceptions.rb:21:in `call' | |
| 08:35:06,238 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/warden-1.2.1/lib/warden/manager.rb:35:in `call' | |
| 08:35:06,238 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:1197:in `catch' | |
| 08:35:06,239 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' | |
| 08:35:06,239 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/head.rb:9:in `call' | |
| 08:35:06,239 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' | |
| 08:35:06,240 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/reloader.rb:250:in `call' | |
| 08:35:06,240 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/logger.rb:388:in `call' | |
| 08:35:06,241 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/showexceptions.rb:21:in `call' | |
| 08:35:06,241 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:1334:in `call' | |
| 08:35:06,241 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:1416:in `synchronize' | |
| 08:35:06,242 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:1334:in `call' | |
| 08:35:06,243 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/router.rb:85:in `call' | |
| 08:35:06,243 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyArray.java:1615:in `each' | |
| 08:35:06,278 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/router.rb:76:in `call' | |
| 08:35:06,278 ERROR [stderr] (http--127.0.0.1-8080-1) TypeError - can't dump hash with default proc: | |
| 08:35:06,279 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyMarshal.java:101:in `dump' | |
| 08:35:06,279 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rspec-mocks-2.10.1/lib/rspec/mocks/extensions/marshal.rb:5:in `dump_with_mocks' | |
| 08:35:06,280 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/marshal_message.rb:26:in `encode' | |
| 08:35:06,280 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/message.rb:37:in `initialize' | |
| 08:35:06,281 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/message.rb:92:in `new' | |
| 08:35:06,281 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/session.rb:43:in `publish' | |
| 08:35:06,282 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:72:in `publish' | |
| 08:35:06,282 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:103:in `with_session' | |
| 08:35:06,283 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/connection.rb:50:in `with_session' | |
| 08:35:06,283 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:102:in `with_session' | |
| 08:35:06,284 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyProc.java:258:in `call' | |
| 08:35:06,284 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/connection_factory.rb:42:in `with_new_connection' | |
| 08:35:06,284 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:101:in `with_session' | |
| 08:35:06,285 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:71:in `publish' | |
| 08:35:06,286 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyProc.java:258:in `call' | |
| 08:35:06,286 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:112:in `wait_for_destination' | |
| 08:35:06,286 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/torquebox-messaging-2.0.3-java/lib/torquebox/messaging/destination.rb:70:in `publish' | |
| 08:35:06,287 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/repos/hermes/apps/tech/controllers/perf.rb:31:in `POST /perf/script_timing' | |
| 08:35:06,288 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyMethod.java:117:in `call' | |
| 08:35:06,288 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:569:in `route' | |
| 08:35:06,289 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyProc.java:258:in `call' | |
| 08:35:06,289 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:51:in `process_destination_path' | |
| 08:35:06,289 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:801:in `route_eval' | |
| 08:35:06,290 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:51:in `process_destination_path' | |
| 08:35:06,290 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:1197:in `catch' | |
| 08:35:06,290 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:51:in `process_destination_path' | |
| 08:35:06,291 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyBasicObject.java:1730:in `instance_eval' | |
| 08:35:06,291 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:25:in `process_destination_path' | |
| 08:35:06,292 ERROR [stderr] (http--127.0.0.1-8080-1) (eval):16:in `lookup_17 script_timing' | |
| 08:35:06,292 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:1197:in `catch' | |
| 08:35:06,292 ERROR [stderr] (http--127.0.0.1-8080-1) (eval):6:in `lookup_17 script_timing' | |
| 08:35:06,293 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyBasicObject.java:1704:in `__send__' | |
| 08:35:06,293 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:2101:in `send' | |
| 08:35:06,293 ERROR [stderr] (http--127.0.0.1-8080-1) (eval):8:in `lookup_2 perf' | |
| 08:35:06,293 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyBasicObject.java:1704:in `__send__' | |
| 08:35:06,293 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:2101:in `send' | |
| 08:35:06,294 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/http_router-0.10.2/lib/http_router/node/root.rb:44:in `[]' | |
| 08:35:06,294 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/http_router-0.10.2/lib/http_router/node/root.rb:13:in `[]' | |
| 08:35:06,295 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/http_router-0.10.2/lib/http_router.rb:119:in `call' | |
| 08:35:06,307 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:1197:in `catch' | |
| 08:35:06,308 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/http_router-0.10.2/lib/http_router.rb:119:in `call' | |
| 08:35:06,308 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:919:in `route!' | |
| 08:35:06,317 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/application/routing.rb:909:in `dispatch!' | |
| 08:35:06,317 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in `call!' | |
| 08:35:06,318 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in `invoke' | |
| 08:35:06,318 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:1197:in `catch' | |
| 08:35:06,319 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in `invoke' | |
| 08:35:06,319 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in `call!' | |
| 08:35:06,319 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:705:in `call' | |
| 08:35:06,320 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:766:in `forward' | |
| 08:35:06,320 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:835:in `route_missing' | |
| 08:35:06,320 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:796:in `route!' | |
| 08:35:06,321 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:792:in `route!' | |
| 08:35:06,321 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:792:in `route!' | |
| 08:35:06,321 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:886:in `dispatch!' | |
| 08:35:06,322 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in `call!' | |
| 08:35:06,322 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in `invoke' | |
| 08:35:06,322 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:1197:in `catch' | |
| 08:35:06,323 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:871:in `invoke' | |
| 08:35:06,323 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:719:in `call!' | |
| 08:35:06,323 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:705:in `call' | |
| 08:35:06,324 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/xss_header.rb:22:in `call' | |
| 08:35:06,324 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in `call' | |
| 08:35:06,325 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in `call' | |
| 08:35:06,325 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/path_traversal.rb:16:in `call' | |
| 08:35:06,325 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/json_csrf.rb:17:in `call' | |
| 08:35:06,326 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/base.rb:47:in `call' | |
| 08:35:06,326 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-protection-1.2.0/lib/rack/protection/xss_header.rb:22:in `call' | |
| 08:35:06,327 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' | |
| 08:35:06,327 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' | |
| 08:35:06,327 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/logger.rb:15:in `call' | |
| 08:35:06,328 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/head.rb:9:in `call' | |
| 08:35:06,328 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' | |
| 08:35:06,328 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/showexceptions.rb:21:in `call' | |
| 08:35:06,329 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/warden-1.2.1/lib/warden/manager.rb:35:in `call' | |
| 08:35:06,329 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyKernel.java:1197:in `catch' | |
| 08:35:06,329 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call' | |
| 08:35:06,330 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/head.rb:9:in `call' | |
| 08:35:06,330 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' | |
| 08:35:06,331 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/reloader.rb:250:in `call' | |
| 08:35:06,331 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/logger.rb:388:in `call' | |
| 08:35:06,331 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/showexceptions.rb:21:in `call' | |
| 08:35:06,332 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:1334:in `call' | |
| 08:35:06,332 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:1416:in `synchronize' | |
| 08:35:06,333 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/sinatra-1.3.2/lib/sinatra/base.rb:1334:in `call' | |
| 08:35:06,333 ERROR [stderr] (http--127.0.0.1-8080-1) C:/dev/torquebox/torquebox-2.x/jruby/lib/ruby/gems/1.8/gems/padrino-core-0.10.7/lib/padrino-core/router.rb:85:in `call' | |
| 08:35:06,333 ERROR [stderr] (http--127.0.0.1-8080-1) org/jruby/RubyArray.java:1615:in `each' | |
| 08:35:06,522 INFO [stdout] (http--127.0.0.1-8080-1) ←[36m DEBUG←[0m -←[33m ←[0m←[31m POST←[0m (←[31m←[1m1.0100ms←[0m←[0m) /tech/perf/script_timing - ←[1m500←[0m Internal Server Error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment