Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java::JavaLang::RuntimeException - Unhandled IOException: java.io.IOException: unhandled errno: File name too long #3295

Closed
sdogruyol opened this issue Aug 28, 2015 · 1 comment

Comments

@sdogruyol
Copy link

Hey there,

Using Rails 4.2.0 i've got a pretty fat Jbuilder template which serves a lot of JSON objects. In MRI this works fine but i get the below error when trying to run on JRuby-9.0.0.0. I don't know why this happens.

Java::JavaLang::RuntimeException at /api/v2/combo_menus
=======================================================

> Unhandled IOException: java.io.IOException: unhandled errno: File name too long

org.jruby.util.io.PosixShim.open(PosixShim.java, line 410
---------------------------------------------------------

``` ruby
# Source is not available```

App backtrace
-------------



Full backtrace
--------------

 - org.jruby.util.io.PosixShim.open(PosixShim.java:410:in `'
 - org.jruby.RubyIO.cloexecOpen(RubyIO.java:1243:in `'
 - org.jruby.RubyIO.sysopenFunc(RubyIO.java:1229:in `'
 - org.jruby.RubyIO.sysopenInternal(RubyIO.java:1221:in `'
 - org.jruby.RubyIO.sysopen(RubyIO.java:1199:in `'
 - org.jruby.RubyFile.fileOpenGeneric(RubyFile.java:1290:in `'
 - org.jruby.RubyFile.openFile(RubyFile.java:1267:in `'
 - org.jruby.RubyFile.initialize(RubyFile.java:342:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.RubyClass.newInstance(RubyClass.java:881:in `'
 - org.jruby.RubyIO.open(RubyIO.java:1124:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:139:in `'
 - org.jruby.runtime.BlockBody.yield(BlockBody.java:77:in `'
 - org.jruby.runtime.Block.yield(Block.java:147:in `'
 - org.jruby.RubyArray.each(RubyArray.java:1560:in `'
 - org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:472:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.internal.runtime.methods.WrapperMethod.call(WrapperMethod.java:59:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:139:in `'
 - org.jruby.runtime.BlockBody.yield(BlockBody.java:77:in `'
 - org.jruby.runtime.Block.yield(Block.java:147:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:450:in `'
 - org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:75:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:183:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:107:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:139:in `'
 - org.jruby.runtime.BlockBody.yield(BlockBody.java:77:in `'
 - org.jruby.runtime.Block.yield(Block.java:147:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:450:in `'
 - Users.serdardogruyol.$_dot_rvm.gems.jruby_minus_9_dot_0_dot_0_dot_0.gems.activesupport_minus_4_dot_2_dot_0.lib.active_support.notifications.RUBY$method$instrument$0(/Users/serdardogruyol/.rvm/gems/jruby-9.0.0.0/gems/activesupport-4.2.0/lib/active_support/notifications.rb:166:in `'
 - org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:101:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:112:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.RubyClass.finvoke(RubyClass.java:541:in `'
 - org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1629:in `'
 - org.jruby.RubyKernel.send19(RubyKernel.java:2010:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:139:in `'
 - org.jruby.runtime.BlockBody.yield(BlockBody.java:77:in `'
 - org.jruby.runtime.Block.yield(Block.java:147:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:450:in `'
 - org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:75:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:183:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:107:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:298:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:66:in `'
 - org.jruby.runtime.Block.yieldSpecific(Block.java:116:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:457:in `'
 - org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:72:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:183:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:107:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:139:in `'
 - org.jruby.runtime.BlockBody.yield(BlockBody.java:77:in `'
 - org.jruby.runtime.Block.yield(Block.java:147:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:450:in `'
 - org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:75:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:183:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:107:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:139:in `'
 - org.jruby.runtime.BlockBody.yield(BlockBody.java:77:in `'
 - org.jruby.runtime.Block.yield(Block.java:147:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:450:in `'
 - org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:75:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:183:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:107:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:139:in `'
 - org.jruby.runtime.BlockBody.yield(BlockBody.java:77:in `'
 - org.jruby.runtime.Block.yield(Block.java:147:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:450:in `'
 - org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:75:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:183:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:107:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.ZSuperInstr.interpret(ZSuperInstr.java:71:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:66:in `'
 - org.jruby.runtime.Block.yieldSpecific(Block.java:116:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:457:in `'
 - org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:72:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:183:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:107:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:66:in `'
 - org.jruby.runtime.Block.yieldSpecific(Block.java:116:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:457:in `'
 - org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:72:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:183:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:107:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.internal.runtime.methods.WrapperMethod.call(WrapperMethod.java:91:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:66:in `'
 - org.jruby.runtime.Block.yieldSpecific(Block.java:116:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:457:in `'
 - org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:72:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:183:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:107:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:163:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:149:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:193:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:293:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:305:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.ZSuperInstr.interpret(ZSuperInstr.java:71:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:58:in `'
 - org.jruby.runtime.Block.call(Block.java:106:in `'
 - org.jruby.RubyProc.call(RubyProc.java:324:in `'
 - org.jruby.RubyProc.call19(RubyProc.java:308:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:193:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:305:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:58:in `'
 - org.jruby.runtime.Block.call(Block.java:106:in `'
 - org.jruby.RubyProc.call(RubyProc.java:324:in `'
 - org.jruby.RubyProc.call19(RubyProc.java:308:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:58:in `'
 - org.jruby.runtime.Block.call(Block.java:106:in `'
 - org.jruby.RubyProc.call(RubyProc.java:324:in `'
 - org.jruby.RubyProc.call19(RubyProc.java:308:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:58:in `'
 - org.jruby.runtime.Block.call(Block.java:106:in `'
 - org.jruby.RubyProc.call(RubyProc.java:324:in `'
 - org.jruby.RubyProc.call19(RubyProc.java:308:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:58:in `'
 - org.jruby.runtime.Block.call(Block.java:106:in `'
 - org.jruby.RubyProc.call(RubyProc.java:324:in `'
 - org.jruby.RubyProc.call19(RubyProc.java:308:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:58:in `'
 - org.jruby.runtime.Block.call(Block.java:106:in `'
 - org.jruby.RubyProc.call(RubyProc.java:324:in `'
 - org.jruby.RubyProc.call19(RubyProc.java:308:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:58:in `'
 - org.jruby.runtime.Block.call(Block.java:106:in `'
 - org.jruby.RubyProc.call(RubyProc.java:324:in `'
 - org.jruby.RubyProc.call19(RubyProc.java:308:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:58:in `'
 - org.jruby.runtime.Block.call(Block.java:106:in `'
 - org.jruby.RubyProc.call(RubyProc.java:324:in `'
 - org.jruby.RubyProc.call19(RubyProc.java:308:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:58:in `'
 - org.jruby.runtime.Block.call(Block.java:106:in `'
 - org.jruby.RubyProc.call(RubyProc.java:324:in `'
 - org.jruby.RubyProc.call19(RubyProc.java:308:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - Users.serdardogruyol.$_dot_rvm.gems.jruby_minus_9_dot_0_dot_0_dot_0.gems.activesupport_minus_4_dot_2_dot_0.lib.active_support.callbacks.RUBY$method$_run_callbacks$0(/Users/serdardogruyol/.rvm/gems/jruby-9.0.0.0/gems/activesupport-4.2.0/lib/active_support/callbacks.rb:92:in `'
 - org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:131:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:182:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:298:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:163:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:149:in `'
 - org.jruby.RubyClass.finvoke(RubyClass.java:520:in `'
 - org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1602:in `'
 - org.jruby.RubyKernel.send19(RubyKernel.java:1998:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:298:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:298:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.ZSuperInstr.interpret(ZSuperInstr.java:71:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:139:in `'
 - org.jruby.runtime.BlockBody.yield(BlockBody.java:77:in `'
 - org.jruby.runtime.Block.yield(Block.java:147:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:450:in `'
 - org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:75:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:183:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:107:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:139:in `'
 - org.jruby.runtime.BlockBody.yield(BlockBody.java:77:in `'
 - org.jruby.runtime.Block.yield(Block.java:147:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:450:in `'
 - org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:75:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:183:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:107:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:929:in `'
 - org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:58:in `'
 - org.jruby.runtime.Block.call(Block.java:106:in `'
 - org.jruby.RubyProc.call(RubyProc.java:324:in `'
 - org.jruby.RubyProc.call19(RubyProc.java:308:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:139:in `'
 - org.jruby.runtime.BlockBody.yield(BlockBody.java:77:in `'
 - org.jruby.runtime.Block.yield(Block.java:147:in `'
 - org.jruby.RubyArray.each(RubyArray.java:1560:in `'
 - org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:472:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:139:in `'
 - org.jruby.runtime.BlockBody.yield(BlockBody.java:77:in `'
 - org.jruby.runtime.Block.yield(Block.java:147:in `'
 - org.jruby.RubyContinuation.enter(RubyContinuation.java:107:in `'
 - org.jruby.RubyKernel.rbCatch19Common(RubyKernel.java:1106:in `'
 - org.jruby.RubyKernel.rbCatch19(RubyKernel.java:1099:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:298:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:58:in `'
 - org.jruby.runtime.Block.call(Block.java:106:in `'
 - org.jruby.RubyProc.call(RubyProc.java:324:in `'
 - org.jruby.RubyProc.call19(RubyProc.java:308:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:193:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:293:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:305:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:298:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:163:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:149:in `'
 - org.jruby.RubyClass.finvoke(RubyClass.java:520:in `'
 - org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1602:in `'
 - org.jruby.RubyKernel.send19(RubyKernel.java:1998:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:298:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:298:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
 - org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:66:in `'
 - org.jruby.runtime.Block.yieldSpecific(Block.java:116:in `'
 - org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:457:in `'
 - org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:72:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:183:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:107:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:298:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:198:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:184:in `'
 - org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:289:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:128:in `'
 - org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:114:in `'
 - org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273:in `'
 - org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79:in `'
 - org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83:in `'
 - org.jruby.ir.instructions.CallBase.interpret(CallBase.java:419:in `'
 - org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321:in `'
 - org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77:in `'
 - org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:136:in `'
 - org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:118:in `'
@sdogruyol
Copy link
Author

This is actually related to Rails.

The cache file name gets too big and blows the process. Removing json.cache! solved the problem.

@enebo enebo added this to the Invalid or Duplicate milestone Sep 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants