You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following exceptions with the march_hare gem, which seems to
be a Jruby internal error. This seems to be an internal jruby error. I've
posted the stack trace below. I'm running jruby 1.7.16.1, on JRE
1.8.0_40-internal-b09
There are two different, but similar ones, both listed below:
DefaultExceptionHandler: Consumer org.jruby.proxy.com.rabbitmq.client.DefaultConsumer$Proxy0@33187485 (amq.ctag-8MerEY1W5a24lMDbJB1XQw) method handleDelivery for channel AMQChannel(amqp://tycho@10.129.128.76:5672/,1) threw an exception for channel AMQChannel(amqp://tycho@10.129.128.76:5672/,1):
java.lang.NullPointerException
at org.jruby.javasupport.JavaClass.installClassFields(JavaClass.java:890)
at org.jruby.javasupport.JavaClass.setupProxy(JavaClass.java:735)
at org.jruby.javasupport.Java.createProxyClass(Java.java:574)
at org.jruby.javasupport.Java.createProxyClassForClass(Java.java:502)
at org.jruby.javasupport.JavaSupport$3.computeValue(JavaSupport.java:154)
at org.jruby.javasupport.JavaSupport$3.computeValue(JavaSupport.java:151)
at org.jruby.util.collections.MapBasedClassValue.get(MapBasedClassValue.java:18)
at org.jruby.javasupport.JavaSupport.getProxyClassFromCache(JavaSupport.java:207)
at org.jruby.javasupport.Java.getProxyClass(Java.java:450)
at org.jruby.javasupport.Java.getInstance(Java.java:389)
at org.jruby.javasupport.Java.getInstance(Java.java:371)
at org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject(JavaUtil.java:169)
at org.jruby.runtime.Helpers.checkJavaException(Helpers.java:1010)
at org.jruby.runtime.Helpers.isJavaExceptionHandled(Helpers.java:1049)
at org.jruby.ast.RescueNode.handleJavaException(RescueNode.java:190)
at org.jruby.ast.RescueNode.interpret(RescueNode.java:137)
at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:206)
at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:194)
at org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:125)
at org.jruby.runtime.Block.call(Block.java:101)
at org.jruby.RubyProc.call(RubyProc.java:290)
at org.jruby.RubyProc.call19(RubyProc.java:271)
at org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:218)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:214)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204)
at org.jruby.ast.CallTwoArgNode.interpret(CallTwoArgNode.java:59)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.IfNode.interpret(IfNode.java:116)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:225)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:214)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:346)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:204)
at org.jruby.ast.FCallTwoArgNode.interpret(FCallTwoArgNode.java:38)
at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:74)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:112)
at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:126)
at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:173)
at org.jruby.javasupport.proxy.JavaProxyConstructor$2.invoke(JavaProxyConstructor.java:224)
at org.jruby.proxy.com.rabbitmq.client.DefaultConsumer$Proxy0.handleDelivery(Unknown Source)
at com.rabbitmq.client.impl.ConsumerDispatcher$5.run(ConsumerDispatcher.java:144)
at com.rabbitmq.client.impl.ConsumerWorkService$WorkPoolRunnable.run(ConsumerWorkService.java:95)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
I'm getting the following exceptions with the march_hare gem, which seems to
be a Jruby internal error. This seems to be an internal jruby error. I've
posted the stack trace below. I'm running jruby 1.7.16.1, on JRE
1.8.0_40-internal-b09
There are two different, but similar ones, both listed below:
And the second
The text was updated successfully, but these errors were encountered: