Skip to content

Instantly share code, notes, and snippets.

@enebo

enebo/erro.txt Secret

Created April 26, 2022 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enebo/36b67f44c47be152bb87154cd872351e to your computer and use it in GitHub Desktop.
Save enebo/36b67f44c47be152bb87154cd872351e to your computer and use it in GitHub Desktop.
java.lang.NullPointerException
at org.jruby.dist/org.jruby.runtime.scopes.DynamicScope3.getValue(Unknown Source)
at org.jruby.dist/org.jruby.runtime.scopes.DynamicScope4.getValue(Unknown Source)
at org.jruby.dist/org.jruby.ir.operands.LocalVariable.retrieve(LocalVariable.java:102)
at org.jruby.dist/org.jruby.ir.instructions.BuildSplatInstr.interpret(BuildSplatInstr.java:43)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:167)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:99)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:66)
at org.jruby.dist/org.jruby.runtime.Block.call(Block.java:147)
at org.jruby.dist/org.jruby.RubyProc.call(RubyProc.java:333)
at org.jruby.dist/org.jruby.RubyProc$INVOKER$i$call.call(RubyProc$INVOKER$i$call.gen)
at org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrNBlock.call(JavaMethod.java:354)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:372)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:175)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:312)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:170)
at org.jruby.dist/org.jruby.runtime.BlockBody.yield(BlockBody.java:108)
at org.jruby.dist/org.jruby.runtime.Block.yield(Block.java:188)
at org.jruby.dist/org.jruby.RubyArray.each(RubyArray.java:1978)
at org.jruby.dist/org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:560)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:204)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:191)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:372)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:175)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:312)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.dist/org.jruby.runtime.Block.yieldSpecific(Block.java:157)
at org.jruby.dist/org.jruby.ext.thread.Mutex.synchronize(Mutex.java:171)
at org.jruby.dist/org.jruby.ext.thread.Mutex$INVOKER$i$0$0$synchronize.call(Mutex$INVOKER$i$0$0$synchronize.gen)
at org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:560)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:167)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:154)
at org.jruby.dist/org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:80)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:351)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:144)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:341)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:177)
at org.jruby.dist/org.jruby.runtime.BlockBody.yield(BlockBody.java:116)
at org.jruby.dist/org.jruby.runtime.Block.yieldNonArray(Block.java:224)
at org.jruby.dist/org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1696)
at org.jruby.dist/org.jruby.RubyBasicObject.instance_exec(RubyBasicObject.java:2548)
at org.jruby.dist/org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec.call(RubyBasicObject$INVOKER$i$0$3$instance_exec.gen)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:85)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:153)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:127)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:109)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:85)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:153)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:108)
at org.jruby.dist/org.jruby.runtime.BlockBody.yield(BlockBody.java:106)
at org.jruby.dist/org.jruby.runtime.Block.yield(Block.java:188)
at org.jruby.dist/org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:496)
at org.jruby.dist/org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:86)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processOtherOp(InterpreterEngine.java:538)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:195)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:108)
at org.jruby.dist/org.jruby.runtime.BlockBody.yield(BlockBody.java:106)
at org.jruby.dist/org.jruby.runtime.Block.yield(Block.java:188)
at org.jruby.dist/org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:496)
at org.jruby.dist/org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:86)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processOtherOp(InterpreterEngine.java:538)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:195)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:108)
at org.jruby.dist/org.jruby.runtime.BlockBody.yield(BlockBody.java:106)
at org.jruby.dist/org.jruby.runtime.Block.yield(Block.java:188)
at org.jruby.dist/org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:496)
at org.jruby.dist/org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:86)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processOtherOp(InterpreterEngine.java:538)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:195)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:127)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:109)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:85)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:153)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.yieldDirect(InterpretedIRBlockBody.java:108)
at org.jruby.dist/org.jruby.runtime.BlockBody.yield(BlockBody.java:106)
at org.jruby.dist/org.jruby.runtime.Block.yield(Block.java:188)
at org.jruby.dist/org.jruby.RubyArray.each(RubyArray.java:1978)
at org.jruby.dist/org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:560)
at org.jruby.dist/org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:125)
at org.jruby.dist/org.jruby.RubyMethod.call(RubyMethod.java:133)
at org.jruby.dist/org.jruby.RubyMethod$INVOKER$i$call.call(RubyMethod$INVOKER$i$call.gen)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:131)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:109)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:131)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:109)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:131)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:109)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:88)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:242)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:229)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:393)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:206)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:167)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:154)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:351)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:144)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:341)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
at org.jruby.dist/org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.dist/org.jruby.Ruby.runInterpreter(Ruby.java:1269)
at org.jruby.dist/org.jruby.Ruby.loadFile(Ruby.java:2901)
at org.jruby.dist/org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:937)
at org.jruby.dist/org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:895)
at org.jruby.dist/org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:706)
at org.jruby.dist/org.jruby.runtime.load.LoadService.lambda$smartLoadInternal$0(LoadService.java:567)
at org.jruby.dist/org.jruby.runtime.load.LoadService$RequireLocks.executeAndClearLock(LoadService.java:500)
at org.jruby.dist/org.jruby.runtime.load.LoadService$RequireLocks.lock(LoadService.java:464)
at org.jruby.dist/org.jruby.runtime.load.LoadService$RequireLocks.access$300(LoadService.java:419)
at org.jruby.dist/org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:553)
at org.jruby.dist/org.jruby.runtime.load.LoadService.require(LoadService.java:404)
at org.jruby.dist/org.jruby.RubyKernel.requireCommon(RubyKernel.java:1024)
at org.jruby.dist/org.jruby.RubyKernel.require(RubyKernel.java:1017)
at org.jruby.dist/org.jruby.RubyKernel$INVOKER$s$1$0$require.call(RubyKernel$INVOKER$s$1$0$require.gen)
at org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:422)
at org.jruby.dist/org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
at org.jruby.dist/org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:372)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:175)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:312)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:153)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:200)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:191)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:372)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:175)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:312)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:167)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:154)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:351)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:144)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:341)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:66)
at org.jruby.dist/org.jruby.runtime.Block.call(Block.java:147)
at org.jruby.dist/org.jruby.RubyProc.call(RubyProc.java:338)
at org.jruby.dist/org.jruby.RubyProc$INVOKER$i$call.call(RubyProc$INVOKER$i$call.gen)
at org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroOrOneOrTwoOrNBlock.call(JavaMethod.java:376)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:393)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:206)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:170)
at org.jruby.dist/org.jruby.runtime.BlockBody.yield(BlockBody.java:108)
at org.jruby.dist/org.jruby.runtime.Block.yield(Block.java:188)
at org.jruby.dist/org.jruby.RubyArray.each(RubyArray.java:1978)
at org.jruby.dist/org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:560)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:204)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:191)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:372)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:175)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:312)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.dist/org.jruby.runtime.Block.yieldSpecific(Block.java:157)
at org.jruby.dist/org.jruby.ext.monitor.Monitor.synchronize(Monitor.java:82)
at org.jruby.dist/org.jruby.ext.monitor.Monitor$INVOKER$i$0$0$synchronize.call(Monitor$INVOKER$i$0$0$synchronize.gen)
at org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:560)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:85)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:88)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:242)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:229)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:393)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:206)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:170)
at org.jruby.dist/org.jruby.runtime.BlockBody.yield(BlockBody.java:108)
at org.jruby.dist/org.jruby.runtime.Block.yield(Block.java:188)
at org.jruby.dist/org.jruby.RubyArray.each(RubyArray.java:1978)
at org.jruby.dist/org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:560)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:88)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:242)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:229)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:393)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:206)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.dist/org.jruby.runtime.Block.yieldSpecific(Block.java:157)
at org.jruby.dist/org.jruby.ext.monitor.Monitor.synchronize(Monitor.java:82)
at org.jruby.dist/org.jruby.ext.monitor.Monitor$INVOKER$i$0$0$synchronize.call(Monitor$INVOKER$i$0$0$synchronize.gen)
at org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:560)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:88)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:242)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:229)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:393)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:206)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:131)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:109)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:204)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:191)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:372)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:175)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:312)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:170)
at org.jruby.dist/org.jruby.runtime.BlockBody.yield(BlockBody.java:108)
at org.jruby.dist/org.jruby.runtime.Block.yield(Block.java:188)
at org.jruby.dist/org.jruby.RubyArray.each(RubyArray.java:1978)
at org.jruby.dist/org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:560)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.dist/org.jruby.runtime.Block.yieldSpecific(Block.java:157)
at org.jruby.dist/org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:501)
at org.jruby.dist/org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:76)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:167)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:99)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:131)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:109)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:167)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:154)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:351)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:144)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:341)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.dist/org.jruby.runtime.Block.yieldSpecific(Block.java:157)
at org.jruby.dist/org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:501)
at org.jruby.dist/org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:76)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:167)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:99)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:131)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:109)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:116)
at org.jruby.dist/org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:135)
at org.jruby.dist/org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:170)
at org.jruby.dist/org.jruby.runtime.BlockBody.yield(BlockBody.java:108)
at org.jruby.dist/org.jruby.runtime.Block.yield(Block.java:188)
at org.jruby.dist/org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:496)
at org.jruby.dist/org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:86)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:167)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:99)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:131)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:109)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:94)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:546)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:131)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:109)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:329)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:87)
at org.jruby.dist/org.jruby.ir.instructions.CallBase.interpret(CallBase.java:549)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:357)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:88)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.INTERPRET_METHOD(InterpretedIRMethod.java:242)
at org.jruby.dist/org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:229)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:393)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:206)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:321)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
at org.jruby.dist/org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.dist/org.jruby.Ruby.runInterpreter(Ruby.java:1269)
at org.jruby.dist/org.jruby.Ruby.loadFile(Ruby.java:2901)
at org.jruby.dist/org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:937)
at org.jruby.dist/org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:895)
at org.jruby.dist/org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:706)
at org.jruby.dist/org.jruby.runtime.load.LoadService.lambda$smartLoadInternal$0(LoadService.java:567)
at org.jruby.dist/org.jruby.runtime.load.LoadService$RequireLocks.executeAndClearLock(LoadService.java:500)
at org.jruby.dist/org.jruby.runtime.load.LoadService$RequireLocks.lock(LoadService.java:464)
at org.jruby.dist/org.jruby.runtime.load.LoadService$RequireLocks.access$300(LoadService.java:419)
at org.jruby.dist/org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:553)
at org.jruby.dist/org.jruby.runtime.load.LoadService.require(LoadService.java:404)
at org.jruby.dist/org.jruby.RubyKernel.requireCommon(RubyKernel.java:1024)
at org.jruby.dist/org.jruby.RubyKernel.require(RubyKernel.java:1017)
at org.jruby.dist/org.jruby.RubyKernel$INVOKER$s$1$0$require.call(RubyKernel$INVOKER$s$1$0$require.gen)
at org.jruby.dist/org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:422)
at org.jruby.dist/org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:85)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:372)
at org.jruby.dist/org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:175)
at org.jruby.dist/org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:312)
at org.jruby.dist/org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:67)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:96)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:81)
at org.jruby.dist/org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:30)
at org.jruby.dist/org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.dist/org.jruby.Ruby.runInterpreter(Ruby.java:1291)
at org.jruby.dist/org.jruby.Ruby.runInterpreter(Ruby.java:1295)
at org.jruby.dist/org.jruby.Ruby.runNormally(Ruby.java:1180)
at org.jruby.dist/org.jruby.Ruby.runNormally(Ruby.java:1157)
at org.jruby.dist/org.jruby.Ruby.runNormally(Ruby.java:1193)
at org.jruby.dist/org.jruby.Ruby.runFromMain(Ruby.java:976)
at org.jruby.dist/org.jruby.Main.doRunFromMain(Main.java:396)
at org.jruby.dist/org.jruby.Main.internalRun(Main.java:280)
at org.jruby.dist/org.jruby.Main.run(Main.java:225)
at org.jruby.dist/org.jruby.Main.main(Main.java:197)
Exception `#<Class:#<LoadError:0x771483f7>>' at java/lang/Thread.java:1606 - load error: /home/enebo/work/jruby/testv/config/environment -- java.lang.NullPointerException: null
Exception `#<Class:#<LoadError:0x771483f7>>' at java/lang/Thread.java:1606 - load error: /home/enebo/work/jruby/testv/config/environment -- java.lang.NullPointerException: null
rails aborted!
LoadError: load error: /home/enebo/work/jruby/testv/config/environment -- java.lang.NullPointerException: null
Caused by:
Java::JavaLang::NullPointerException:
Tasks: TOP => app:template => environment
(See full trace by running task with --trace)
rails turbo:install stimulus:install
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb:14: warning: method redefined; discarding old to_int
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb:14: warning: method redefined; discarding old to_f
/home/enebo/work/jruby/lib/ruby/stdlib/ostruct.rb:467: warning: method redefined; discarding old table!
Exception `RuntimeError' at java/lang/Thread.java:1606 -
you might need to reinstall the gem which depends on the missing jar or in case there is Jars.lock then resolve the jars with `lock_jars` command
no such file to load -- org/bouncycastle/bcutil-jdk15to18/1.68/bcutil-jdk15to18-1.68.jar
Did you mean? org/bouncycastle/bctls-jdk15on/1.68/bctls-jdk15on-1.68 (LoadError)
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old __callbacks
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/callbacks.rb:68: warning: previous definition of bar __callbacks
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old __callbacks=
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/callbacks.rb:68: warning: previous definition of bar __callbacks=
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old __callbacks?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/callbacks.rb:68: warning: previous definition of bar __callbacks?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old __callbacks
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/callbacks.rb:68: warning: previous definition of bar __callbacks
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old __callbacks?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/callbacks.rb:68: warning: previous definition of bar __callbacks?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old __callbacks
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/callbacks.rb:68: warning: previous definition of bar __callbacks
Using Ext extension for JSON.
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/date/conversions.rb:67: warning: method redefined; discarding old inspect
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old to_time
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old xmlschema
/home/enebo/work/jruby/lib/ruby/stdlib/date/format.rb:118: warning: previous definition of bar xmlschema
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/date/calculations.rb:99: warning: method redefined; discarding old +
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/date/calculations.rb:109: warning: method redefined; discarding old -
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/date/calculations.rb:146: warning: method redefined; discarding old <=>
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/time/calculations.rb:61: warning: method redefined; discarding old at
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/time/calculations.rb:289: warning: method redefined; discarding old +
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/time/calculations.rb:299: warning: method redefined; discarding old -
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/time/calculations.rb:309: warning: method redefined; discarding old -
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/time/calculations.rb:324: warning: method redefined; discarding old <=>
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/time/calculations.rb:334: warning: method redefined; discarding old eql?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old h
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/string/output_safety.rb:25: warning: method redefined; discarding old h
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old html_escape
/home/enebo/work/jruby/lib/ruby/stdlib/erb.rb:1002: warning: previous definition of bar html_escape
Exception `LoadError' at java/lang/Thread.java:1606 - no such file to load -- sprockets-rails
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node.rb:370: warning: method redefined; discarding old next
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node.rb:371: warning: method redefined; discarding old previous
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node.rb:374: warning: method redefined; discarding old remove
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node.rb:375: warning: method redefined; discarding old name=
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node.rb:376: warning: method redefined; discarding old add_namespace
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node.rb:380: warning: method redefined; discarding old inner_text
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node.rb:381: warning: method redefined; discarding old text
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node.rb:383: warning: method redefined; discarding old name
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node.rb:384: warning: method redefined; discarding old type
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node.rb:386: warning: method redefined; discarding old elements
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node.rb:915: warning: method redefined; discarding old attr
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node.rb:917: warning: method redefined; discarding old has_attribute?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/attr.rb:7: warning: method redefined; discarding old value
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/attr.rb:8: warning: method redefined; discarding old to_s
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/attr.rb:9: warning: method redefined; discarding old content=
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node_set.rb:73: warning: method redefined; discarding old <<
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node_set.rb:74: warning: method redefined; discarding old remove
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node_set.rb:301: warning: method redefined; discarding old size
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node_set.rb:302: warning: method redefined; discarding old to_ary
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/node_set.rb:364: warning: method redefined; discarding old +
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/nokogiri-1.13.4-java/lib/nokogiri/xml/reader.rb:78: warning: method redefined; discarding old self_closing?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old field_helpers
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/actionview-7.0.2.3/lib/action_view/helpers/form_helper.rb:1660: warning: previous definition of bar field_helpers
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old field_helpers=
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/actionview-7.0.2.3/lib/action_view/helpers/form_helper.rb:1660: warning: previous definition of bar field_helpers=
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old field_helpers?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/actionview-7.0.2.3/lib/action_view/helpers/form_helper.rb:1660: warning: previous definition of bar field_helpers?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old field_helpers
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/actionview-7.0.2.3/lib/action_view/helpers/form_helper.rb:1660: warning: previous definition of bar field_helpers
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old field_helpers?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/actionview-7.0.2.3/lib/action_view/helpers/form_helper.rb:1660: warning: previous definition of bar field_helpers?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old field_helpers
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/actionview-7.0.2.3/lib/action_view/helpers/form_helper.rb:1660: warning: previous definition of bar field_helpers
Exception `LoadError' at java/lang/Thread.java:1606 - no such file to load -- tzinfo-data
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old __callbacks
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/callbacks.rb:68: warning: previous definition of bar __callbacks
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old __callbacks=
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/callbacks.rb:68: warning: previous definition of bar __callbacks=
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old __callbacks?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/callbacks.rb:68: warning: previous definition of bar __callbacks?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old __callbacks
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/callbacks.rb:68: warning: previous definition of bar __callbacks
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old __callbacks?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/callbacks.rb:68: warning: previous definition of bar __callbacks?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old __callbacks
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/callbacks.rb:68: warning: previous definition of bar __callbacks
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old executor
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/reloader.rb:76: warning: previous definition of bar executor
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old executor=
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/reloader.rb:76: warning: previous definition of bar executor=
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old executor?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/reloader.rb:76: warning: previous definition of bar executor?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old executor
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/reloader.rb:76: warning: previous definition of bar executor
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old executor?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/reloader.rb:76: warning: previous definition of bar executor?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old executor
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/reloader.rb:76: warning: previous definition of bar executor
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old check
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/reloader.rb:77: warning: previous definition of bar check
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old check=
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/reloader.rb:77: warning: previous definition of bar check=
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old check?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/reloader.rb:77: warning: previous definition of bar check?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old check
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/reloader.rb:77: warning: previous definition of bar check
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old check?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/reloader.rb:77: warning: previous definition of bar check?
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/core_ext/module/redefine_method.rb:12: warning: method redefined; discarding old check
/home/enebo/work/jruby/lib/ruby/gems/shared/gems/activesupport-7.0.2.3/lib/active_support/reloader.rb:77: warning: previous definition of bar check
You must either be running with node (package.json) or importmap-rails (config/importmap.rb) to use this gem.
You must either be running with node (package.json) or importmap-rails (config/importmap.rb) to use this gem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment