-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Description
Environment
- jruby 9.1.2.0 (2.3.0) 2016-05-26 7357c8f Java HotSpot(TM) 64-Bit Server VM 25.101-b13 on 1.8.0_101-b13 +jit [linux-x86_64]
- Linux ubuntu 4.4.0-31-generic Removed old test #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
- JRUBY_OPTS=-J-Xmx2g
- rails 3.2.22.2
- too many gems to list them all here
I get an NPE on a lot of occasions: running specs, creating/persisting model instances
Here it is ( I'm afraid it is quite large):
org.jruby.RubyBasicObject.yieldUnder(RubyBasicObject.java:1699)
org.jruby.RubyBasicObject.instance_exec19(RubyBasicObject.java:1684)
org.jruby.RubyBasicObject$INVOKER$i$0$3$instance_exec19.call(RubyBasicObject$INVOKER$i$0$3$instance_exec19.gen)
org.jruby.RubyClass.finvoke(RubyClass.java:543)
org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1640)
org.jruby.RubyKernel.send19(RubyKernel.java:1998)
org.jruby.RubyKernel$INVOKER$s$send19.call(RubyKernel$INVOKER$s$send19.gen)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.RubyClass.finvoke(RubyClass.java:543)
org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1640)
org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:179)
org.jruby.runtime.BlockBody.yield(BlockBody.java:112)
org.jruby.runtime.Block.yield(Block.java:167)
org.jruby.RubyArray.each(RubyArray.java:1593)
org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:497)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:66)
org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:48)
org.jruby.runtime.Block.call(Block.java:148)
org.jruby.RubyEnumerable$EachWithIndex.call(RubyEnumerable.java:970)
org.jruby.runtime.CallBlock.doYield(CallBlock.java:82)
org.jruby.runtime.BlockBody.yield(BlockBody.java:112)
org.jruby.runtime.Block.yield(Block.java:167)
org.jruby.RubyArray.each(RubyArray.java:1593)
org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:497)
org.jruby.RubyClass.finvoke(RubyClass.java:543)
org.jruby.runtime.Helpers.invoke(Helpers.java:397)
org.jruby.RubyEnumerable.callEach(RubyEnumerable.java:136)
org.jruby.RubyEnumerable.each_with_indexCommon19(RubyEnumerable.java:1004)
org.jruby.RubyEnumerable.each_with_index19(RubyEnumerable.java:1024)
org.jruby.RubyEnumerable$INVOKER$s$0$0$each_with_index19.call(RubyEnumerable$INVOKER$s$0$0$each_with_index19.gen)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:189)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:332)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:189)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:332)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:189)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:332)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:189)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:293)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:332)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:189)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:332)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:189)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activerecord_minus_3_dot_2_dot_22_dot_2.lib.active_record.associations.singular_association.invokeOther7:reload(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activerecord-3.2.22.2/lib/active_record/associations/singular_association.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activerecord_minus_3_dot_2_dot_22_dot_2.lib.active_record.associations.singular_association.RUBY$method$reader$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activerecord-3.2.22.2/lib/active_record/associations/singular_association.rb:9)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:171)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:67)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activerecord_minus_3_dot_2_dot_22_dot_2.lib.active_record.associations.builder.association.invokeOther7:reader(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activerecord-3.2.22.2/lib/active_record/associations/builder/association.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activerecord_minus_3_dot_2_dot_22_dot_2.lib.active_record.associations.builder.association.RUBY$block$define_readers$2(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activerecord-3.2.22.2/lib/active_record/associations/builder/association.rb:44)
org.jruby.runtime.CompiledIRBlockBody.callDirect(CompiledIRBlockBody.java:145)
org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:64)
org.jruby.runtime.Block.call(Block.java:126)
org.jruby.RubyProc.call(RubyProc.java:342)
org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:63)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:193)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:189)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:293)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:332)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:77)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:191)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:115)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
org.jruby.RubyClass.finvoke(RubyClass.java:543)
org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1640)
org.jruby.RubyKernel.send19(RubyKernel.java:1998)
org.jruby.RubyKernel$INVOKER$s$send19.call(RubyKernel$INVOKER$s$send19.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:77)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:191)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:115)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:66)
org.jruby.runtime.Block.call(Block.java:126)
org.jruby.RubyProc.call(RubyProc.java:342)
org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:63)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.RubyClass.finvoke(RubyClass.java:543)
org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1640)
org.jruby.RubyKernel.send19(RubyKernel.java:1998)
org.jruby.RubyKernel$INVOKER$s$send19.call(RubyKernel$INVOKER$s$send19.gen)
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
org.jruby.ir.instructions.ZSuperInstr.interpret(ZSuperInstr.java:71)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:77)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:191)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:115)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:179)
org.jruby.runtime.BlockBody.yield(BlockBody.java:112)
org.jruby.runtime.Block.yield(Block.java:167)
org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:476)
org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:191)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:115)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:77)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:191)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:115)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:77)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:74)
org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:191)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:115)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:325)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
org.jruby.RubyClass.finvoke(RubyClass.java:522)
org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1613)
org.jruby.RubyKernel.send19(RubyKernel.java:1986)
org.jruby.RubyKernel$INVOKER$s$send19.call(RubyKernel$INVOKER$s$send19.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.callbacks.invokeOther14:send(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/callbacks.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.callbacks.RUBY$method$__run_callback$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/callbacks.rb:405)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.RubyClass.finvoke(RubyClass.java:543)
org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1640)
org.jruby.RubyKernel.send19(RubyKernel.java:1998)
org.jruby.RubyKernel$INVOKER$s$send19.call(RubyKernel$INVOKER$s$send19.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.callbacks.invokeOther3:send(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/callbacks.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.callbacks.RUBY$method$run_callbacks$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/callbacks.rb:81)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
org.jruby.ir.instructions.ZSuperInstr.interpret(ZSuperInstr.java:71)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:179)
org.jruby.runtime.BlockBody.yield(BlockBody.java:112)
org.jruby.runtime.Block.yield(Block.java:167)
org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:476)
org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:83)
org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:191)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:115)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:77)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.notifications.instrumenter.RUBY$method$instrument$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/notifications/instrumenter.rb:20)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
org.jruby.RubyClass.finvoke(RubyClass.java:543)
org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1640)
org.jruby.RubyKernel.send19(RubyKernel.java:1998)
org.jruby.RubyKernel$INVOKER$s$send19.call(RubyKernel$INVOKER$s$send19.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:66)
org.jruby.runtime.Block.call(Block.java:126)
org.jruby.RubyProc.call(RubyProc.java:342)
org.jruby.internal.runtime.methods.ProcMethod.call(ProcMethod.java:63)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
org.jruby.ir.instructions.UnresolvedSuperInstr.interpret(UnresolvedSuperInstr.java:83)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:66)
org.jruby.runtime.Block.call(Block.java:126)
org.jruby.RubyProc.call(RubyProc.java:342)
org.jruby.RubyProc.call19(RubyProc.java:326)
org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.journey_minus_1_dot_0_dot_4.lib.journey.router.invokeOther59:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/journey-1.0.4/lib/journey/router.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.journey_minus_1_dot_0_dot_4.lib.journey.router.RUBY$block$call$2(/home/username/.rvm/gems/jruby-9.1.2.0/gems/journey-1.0.4/lib/journey/router.rb:68)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.BlockBody.yield(BlockBody.java:110)
org.jruby.runtime.Block.yield(Block.java:167)
org.jruby.RubyArray.each(RubyArray.java:1593)
org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:303)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:141)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:145)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.journey_minus_1_dot_0_dot_4.lib.journey.router.invokeOther75:each(/home/username/.rvm/gems/jruby-9.1.2.0/gems/journey-1.0.4/lib/journey/router.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.journey_minus_1_dot_0_dot_4.lib.journey.router.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/journey-1.0.4/lib/journey/router.rb:56)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.routing.route_set.invokeOther5:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/routing/route_set.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.routing.route_set.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/routing/route_set.rb:608)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.apipie_minus_rails_minus_0_dot_3_dot_6.lib.apipie.static_dispatcher.invokeOther46:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/apipie-rails-0.3.6/lib/apipie/static_dispatcher.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.apipie_minus_rails_minus_0_dot_3_dot_6.lib.apipie.static_dispatcher.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/apipie-rails-0.3.6/lib/apipie/static_dispatcher.rb:65)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.apipie_minus_rails_minus_0_dot_3_dot_6.lib.apipie.extractor.recorder.invokeOther15:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/apipie-rails-0.3.6/lib/apipie/extractor/recorder.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.apipie_minus_rails_minus_0_dot_3_dot_6.lib.apipie.extractor.recorder.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/apipie-rails-0.3.6/lib/apipie/extractor/recorder.rb:132)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.client_side_validations_minus_3_dot_2_dot_8.lib.client_side_validations.middleware.invokeOther19:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/client_side_validations-3.2.8/lib/client_side_validations/middleware.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.client_side_validations_minus_3_dot_2_dot_8.lib.client_side_validations.middleware.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/client_side_validations-3.2.8/lib/client_side_validations/middleware.rb:17)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.best_standards_support.invokeOther18:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/best_standards_support.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.best_standards_support.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/best_standards_support.rb:17)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.etag.invokeOther21:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/etag.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.etag.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/etag.rb:23)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.conditionalget.invokeOther44:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/conditionalget.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.conditionalget.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/conditionalget.rb:25)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.head.invokeOther25:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/head.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.head.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/head.rb:14)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.params_parser.invokeOther9:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/params_parser.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.params_parser.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/params_parser.rb:21)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.flash.invokeOther51:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/flash.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.flash.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/flash.rb:242)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.session.abstract.id.invokeOther2:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/session/abstract/id.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.session.abstract.id.RUBY$method$context$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/session/abstract/id.rb:210)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:108)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.session.abstract.id.invokeOther1:context(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/session/abstract/id.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.session.abstract.id.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/session/abstract/id.rb:205)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.cookies.invokeOther13:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/cookies.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.cookies.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/cookies.rb:341)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.webapp.gems.ui_minus_operations.lib.ui_minus_operations.version_info.invokeOther19:call(/home/username/legacy/frontend/gems/ui-operations/lib/ui-operations/version_info.rb)
home.username.webapp.gems.ui_minus_operations.lib.ui_minus_operations.version_info.RUBY$method$call$0(/home/username/legacy/frontend/gems/ui-operations/lib/ui-operations/version_info.rb:16)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.webapp.gems.ui_minus_operations.lib.ui_minus_operations.health_check.invokeOther19:call(/home/username/legacy/frontend/gems/ui-operations/lib/ui-operations/health_check.rb)
home.username.webapp.gems.ui_minus_operations.lib.ui_minus_operations.health_check.RUBY$method$call$0(/home/username/legacy/frontend/gems/ui-operations/lib/ui-operations/health_check.rb:69)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
home.username.webapp.gems.ui_minus_operations.lib.ui_minus_operations.health_check.invokeOther19:call(/home/username/legacy/frontend/gems/ui-operations/lib/ui-operations/health_check.rb)
home.username.webapp.gems.ui_minus_operations.lib.ui_minus_operations.health_check.RUBY$method$call$0(/home/username/legacy/frontend/gems/ui-operations/lib/ui-operations/health_check.rb:69)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.webapp.gems.ui_minus_operations.lib.ui_minus_operations.health_check.invokeOther19:call(/home/username/legacy/frontend/gems/ui-operations/lib/ui-operations/health_check.rb)
home.username.webapp.gems.ui_minus_operations.lib.ui_minus_operations.health_check.RUBY$method$call$0(/home/username/legacy/frontend/gems/ui-operations/lib/ui-operations/health_check.rb:69)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.middleware.invokeOther1:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/middleware.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.middleware.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/middleware.rb:22)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuper(IRRuntimeHelpers.java:960)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuperSplatArgs(IRRuntimeHelpers.java:951)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.endpoint.invokeSuper73:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/endpoint.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.endpoint.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/endpoint.rb:40)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.middleware.invokeOther1:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/middleware.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.middleware.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/middleware.rb:22)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuper(IRRuntimeHelpers.java:960)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuperSplatArgs(IRRuntimeHelpers.java:951)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.endpoint.invokeSuper73:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/endpoint.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.endpoint.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/endpoint.rb:40)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.middleware.invokeOther1:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/middleware.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.middleware.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/middleware.rb:22)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuper(IRRuntimeHelpers.java:960)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuperSplatArgs(IRRuntimeHelpers.java:951)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.endpoint.invokeSuper73:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/endpoint.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.endpoint.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/endpoint.rb:40)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.middleware.invokeOther1:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/middleware.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.middleware.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/middleware.rb:22)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuper(IRRuntimeHelpers.java:960)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuperSplatArgs(IRRuntimeHelpers.java:951)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.endpoint.invokeSuper73:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/endpoint.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.endpoint.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/endpoint.rb:40)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.middleware.invokeOther1:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/middleware.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.middleware.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/middleware.rb:22)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuper(IRRuntimeHelpers.java:960)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuperSplatArgs(IRRuntimeHelpers.java:951)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.endpoint.invokeSuper73:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/endpoint.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.endpoint.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/endpoint.rb:40)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.middleware.invokeOther1:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/middleware.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.middleware.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/middleware.rb:22)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuper(IRRuntimeHelpers.java:960)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuperSplatArgs(IRRuntimeHelpers.java:951)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.endpoint.invokeSuper73:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/endpoint.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.threez_minus_rack_minus_rpc_minus_0_dot_0_dot_11.lib.rack.rpc.endpoint.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/threez-rack-rpc-0.0.11/lib/rack/rpc/endpoint.rb:40)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activerecord_minus_3_dot_2_dot_22_dot_2.lib.active_record.query_cache.invokeOther18:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activerecord-3.2.22.2/lib/active_record/query_cache.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activerecord_minus_3_dot_2_dot_22_dot_2.lib.active_record.query_cache.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activerecord-3.2.22.2/lib/active_record/query_cache.rb:64)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activerecord_minus_3_dot_2_dot_22_dot_2.lib.active_record.connection_adapters.abstract.connection_pool.invokeOther10:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activerecord-3.2.22.2/lib/active_record/connection_adapters/abstract/connection_pool.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activerecord_minus_3_dot_2_dot_22_dot_2.lib.active_record.connection_adapters.abstract.connection_pool.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activerecord-3.2.22.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:479)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.callbacks.invokeOther6:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/callbacks.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.callbacks.RUBY$block$call$2(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/callbacks.rb:28)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
org.jruby.runtime.Block.yieldSpecific(Block.java:136)
org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.callbacks.RUBY$method$_run__1536330451__call__317574433__callbacks$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/callbacks.rb:405)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:232)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:101)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:128)
org.jruby.RubyClass.finvoke(RubyClass.java:522)
org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1613)
org.jruby.RubyKernel.send19(RubyKernel.java:1986)
org.jruby.RubyKernel$INVOKER$s$send19.call(RubyKernel$INVOKER$s$send19.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.callbacks.invokeOther29:send(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/callbacks.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.callbacks.RUBY$method$__run_callback$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/callbacks.rb:405)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:271)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:128)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:233)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:363)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:237)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:241)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.callbacks.invokeOther2:__run_callback(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/callbacks.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.callbacks.RUBY$method$_run_call_callbacks$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/callbacks.rb:385)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.RubyClass.finvoke(RubyClass.java:543)
org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1640)
org.jruby.RubyKernel.send19(RubyKernel.java:1998)
org.jruby.RubyKernel$INVOKER$s$send19.call(RubyKernel$INVOKER$s$send19.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.callbacks.invokeOther3:send(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/callbacks.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.callbacks.RUBY$method$run_callbacks$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/callbacks.rb:81)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:108)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:323)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.callbacks.invokeOther9:run_callbacks(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/callbacks.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.callbacks.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/callbacks.rb:27)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.reloader.invokeOther20:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/reloader.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.reloader.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/reloader.rb:65)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.remote_ip.invokeOther9:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/remote_ip.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.remote_ip.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/remote_ip.rb:31)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.debug_exceptions.invokeOther28:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/debug_exceptions.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.debug_exceptions.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/debug_exceptions.rb:16)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.show_exceptions.invokeOther8:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/show_exceptions.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.show_exceptions.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/show_exceptions.rb:56)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.railties_minus_3_dot_2_dot_22_dot_2.lib.rails.rack.logger.invokeOther26:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/railties-3.2.22.2/lib/rails/rack/logger.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.railties_minus_3_dot_2_dot_22_dot_2.lib.rails.rack.logger.RUBY$method$call_app$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/railties-3.2.22.2/lib/rails/rack/logger.rb:32)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:258)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:119)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:198)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:333)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.railties_minus_3_dot_2_dot_22_dot_2.lib.rails.rack.logger.invokeOther10:call_app(/home/username/.rvm/gems/jruby-9.1.2.0/gems/railties-3.2.22.2/lib/rails/rack/logger.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.railties_minus_3_dot_2_dot_22_dot_2.lib.rails.rack.logger.RUBY$block$call$2(/home/username/.rvm/gems/jruby-9.1.2.0/gems/railties-3.2.22.2/lib/rails/rack/logger.rb:16)
org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
org.jruby.runtime.BlockBody.yield(BlockBody.java:110)
org.jruby.runtime.Block.yield(Block.java:167)
org.jruby.ir.runtime.IRRuntimeHelpers.yield(IRRuntimeHelpers.java:476)
org.jruby.ir.targets.YieldSite.yield(YieldSite.java:87)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.activesupport_minus_3_dot_2_dot_22_dot_2.lib.active_support.tagged_logging.RUBY$method$tagged$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/activesupport-3.2.22.2/lib/active_support/tagged_logging.rb:22)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.RubyClass.finvoke(RubyClass.java:543)
org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1640)
org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
home.username.$_dot_rvm.rubies.jruby_minus_9_dot_1_dot_2_dot_0.lib.ruby.stdlib.delegate.invokeOther3:__send__(/home/username/.rvm/rubies/jruby-9.1.2.0/lib/ruby/stdlib/delegate.rb)
home.username.$_dot_rvm.rubies.jruby_minus_9_dot_1_dot_2_dot_0.lib.ruby.stdlib.delegate.RUBY$method$method_missing$0(/home/username/.rvm/rubies/jruby-9.1.2.0/lib/ruby/stdlib/delegate.rb:83)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.runtime.Helpers$MethodMissingMethod.call(Helpers.java:353)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:201)
org.jruby.runtime.callsite.CachingCallSite.callMethodMissing(CachingCallSite.java:396)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:320)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:173)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.railties_minus_3_dot_2_dot_22_dot_2.lib.rails.rack.logger.invokeOther18:tagged(/home/username/.rvm/gems/jruby-9.1.2.0/gems/railties-3.2.22.2/lib/rails/rack/logger.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.railties_minus_3_dot_2_dot_22_dot_2.lib.rails.rack.logger.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/railties-3.2.22.2/lib/rails/rack/logger.rb:16)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.request_id.invokeOther15:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/request_id.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.request_id.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/request_id.rb:22)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.methodoverride.invokeOther25:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/methodoverride.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.methodoverride.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/methodoverride.rb:21)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.runtime.invokeOther14:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/runtime.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.runtime.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/runtime.rb:17)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.lock.invokeOther26:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/lock.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.lock.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/lock.rb:15)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.static.invokeOther32:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/static.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.actionpack_minus_3_dot_2_dot_22_dot_2.lib.action_dispatch.middleware.static.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/actionpack-3.2.22.2/lib/action_dispatch/middleware/static.rb:83)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_mini_minus_profiler_minus_0_dot_10_dot_1.lib.mini_profiler.profiler.invokeOther456:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-mini-profiler-0.10.1/lib/mini_profiler/profiler.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_mini_minus_profiler_minus_0_dot_10_dot_1.lib.mini_profiler.profiler.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-mini-profiler-0.10.1/lib/mini_profiler/profiler.rb:278)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.railties_minus_3_dot_2_dot_22_dot_2.lib.rails.engine.invokeOther3:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/railties-3.2.22.2/lib/rails/engine.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.railties_minus_3_dot_2_dot_22_dot_2.lib.rails.engine.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/railties-3.2.22.2/lib/rails/engine.rb:484)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuper(IRRuntimeHelpers.java:960)
org.jruby.ir.runtime.IRRuntimeHelpers.instanceSuperSplatArgs(IRRuntimeHelpers.java:951)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.railties_minus_3_dot_2_dot_22_dot_2.lib.rails.application.invokeSuper7:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/railties-3.2.22.2/lib/rails/application.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.railties_minus_3_dot_2_dot_22_dot_2.lib.rails.application.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/railties-3.2.22.2/lib/rails/application.rb:231)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.content_length.invokeOther30:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/content_length.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.content_length.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/content_length.rb:14)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.railties_minus_3_dot_2_dot_22_dot_2.lib.rails.rack.log_tailer.invokeOther4:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/railties-3.2.22.2/lib/rails/rack/log_tailer.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.railties_minus_3_dot_2_dot_22_dot_2.lib.rails.rack.log_tailer.RUBY$method$call$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/railties-3.2.22.2/lib/rails/rack/log_tailer.rb:17)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:161)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.handler.webrick.invokeOther148:call(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/handler/webrick.rb)
home.username.$_dot_rvm.gems.jruby_minus_9_dot_1_dot_2_dot_0_at_40_de_minus_mail_minus_ident.gems.rack_minus_1_dot_4_dot_7.lib.rack.handler.webrick.RUBY$method$service$0(/home/username/.rvm/gems/jruby-9.1.2.0/gems/rack-1.4.7/lib/rack/handler/webrick.rb:59)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:258)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:119)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:198)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:205)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:193)
home.username.$_dot_rvm.rubies.jruby_minus_9_dot_1_dot_2_dot_0.lib.ruby.stdlib.webrick.httpserver.invokeOther26:service(/home/username/.rvm/rubies/jruby-9.1.2.0/lib/ruby/stdlib/webrick/httpserver.rb)
home.username.$_dot_rvm.rubies.jruby_minus_9_dot_1_dot_2_dot_0.lib.ruby.stdlib.webrick.httpserver.RUBY$method$service$0(/home/username/.rvm/rubies/jruby-9.1.2.0/lib/ruby/stdlib/webrick/httpserver.rb:140)
org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:219)
org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:92)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:93)
org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:86)
org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:179)
org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:165)
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:66)
org.jruby.runtime.Block.call(Block.java:126)
org.jruby.RubyProc.call(RubyProc.java:342)
org.jruby.RubyProc.call(RubyProc.java:248)
org.jruby.internal.runtime.RubyRunnable.run(RubyRunnable.java:104)
java.lang.Thread.run(Thread.java:745)
Reactions are currently unavailable