Skip to content

Instantly share code, notes, and snippets.

@abiacco
Created July 7, 2016 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abiacco/897fb4829b1eb601670c09d9366c51f5 to your computer and use it in GitHub Desktop.
Save abiacco/897fb4829b1eb601670c09d9366c51f5 to your computer and use it in GitHub Desktop.
Jruby - ethon NPE - ir.reading.debug
2016-07-07 11:21:14:989 INFO jruby.rack - jruby 9.1.2.0 (2.3.0) 2016-05-26 7357c8f Java HotSpot(TM) 64-Bit Server VM 25.91-b14 on 1.8.0_91-b14 +jit [linux-x86_64]
2016-07-07 11:21:14:995 INFO jruby.rack - using a shared (threadsafe!) runtime
java.lang.NullPointerException
at org.jruby.ir.dataflow.DataFlowProblem.compute_MOP_Solution(DataFlowProblem.java:56)
at org.jruby.ir.passes.LiveVariableAnalysis.execute(LiveVariableAnalysis.java:77)
at org.jruby.ir.passes.CompilerPass.run(CompilerPass.java:105)
at org.jruby.ir.passes.CompilerPass.makeSureDependencyHasRunOnce(CompilerPass.java:127)
at org.jruby.ir.passes.CompilerPass.run(CompilerPass.java:95)
at org.jruby.ir.passes.CompilerPass.run(CompilerPass.java:119)
at org.jruby.ir.IRScope.runCompilerPasses(IRScope.java:502)
at org.jruby.ir.IRScope.prepareForCompilation(IRScope.java:586)
at org.jruby.runtime.MixedModeIRBlockBody.promoteToFullBuild(MixedModeIRBlockBody.java:169)
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:126)
at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:179)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:112)
at org.jruby.runtime.Block.yield(Block.java:167)
at org.jruby.RubyHash$12.visit(RubyHash.java:1466)
at org.jruby.RubyHash.visitLimited(RubyHash.java:661)
at org.jruby.RubyHash.visitAll(RubyHash.java:647)
at org.jruby.RubyHash.iteratorVisitAll(RubyHash.java:1415)
at org.jruby.RubyHash.each_pairCommon(RubyHash.java:1461)
at org.jruby.RubyHash.each(RubyHash.java:1448)
at org.jruby.RubyHash$INVOKER$i$0$0$each.call(RubyHash$INVOKER$i$0$0$each.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:497)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
at org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.interpretWithBacktrace(InterpretedIRBodyMethod.java:72)
at org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.INTERPRET_MODULE(InterpretedIRBodyMethod.java:62)
at org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.callInternal(InterpretedIRBodyMethod.java:47)
at org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.call(InterpretedIRBodyMethod.java:37)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:56)
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:191)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:115)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
at org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.interpretWithBacktrace(InterpretedIRBodyMethod.java:72)
at org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.INTERPRET_MODULE(InterpretedIRBodyMethod.java:62)
at org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.callInternal(InterpretedIRBodyMethod.java:47)
at org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.call(InterpretedIRBodyMethod.java:37)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:56)
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:191)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:115)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
at org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.interpretWithBacktrace(InterpretedIRBodyMethod.java:72)
at org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.INTERPRET_MODULE(InterpretedIRBodyMethod.java:62)
at org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.callInternal(InterpretedIRBodyMethod.java:47)
at org.jruby.internal.runtime.methods.InterpretedIRBodyMethod.call(InterpretedIRBodyMethod.java:37)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:56)
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(StartupInterpreterEngine.java:191)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:115)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(JavaMethod.java:582)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:101)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(IRRuntimeHelpers.java:998)
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuperSplatArgs(IRRuntimeHelpers.java:980)
at org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs(IRRuntimeHelpers.java:1006)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeSuper7:-unknown-super-target-(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$block$require$2(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.runtime.CompiledIRBlockBody.yieldDirect(CompiledIRBlockBody.java:156)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:73)
at org.jruby.runtime.Block.yieldSpecific(Block.java:136)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:480)
at org.jruby.ir.targets.YieldSite.yieldSpecific(YieldSite.java:114)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$load_dependency$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:171)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:177)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.invokeOther9:load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.RUBY$method$require$0(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at org.jruby.internal.runtime.methods.CompiledIRMethod.invokeExact(CompiledIRMethod.java:245)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:110)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:163)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:197)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:383)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:179)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:112)
at org.jruby.runtime.Block.yield(Block.java:167)
at org.jruby.RubyArray.each(RubyArray.java:1593)
at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:497)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:132)
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:148)
at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:179)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:112)
at org.jruby.runtime.Block.yield(Block.java:167)
at org.jruby.RubyArray.each(RubyArray.java:1593)
at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:497)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:109)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:95)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:273)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:423)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:348)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:383)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.runInterpreter(Ruby.java:849)
at org.jruby.Ruby.loadFile(Ruby.java:2986)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:235)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:34)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:900)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:540)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:427)
at org.jruby.runtime.load.LoadService.require(LoadService.java:393)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:951)
at org.jruby.RubyKernel.require19(RubyKernel.java:944)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:383)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:313)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:163)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:316)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:189)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:293)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:332)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:80)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:144)
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:130)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:189)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:293)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:131)
at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:332)
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:77)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:112)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:99)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:35)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:42)
at org.jruby.Ruby.evalScriptlet(Ruby.java:481)
at org.jruby.Ruby.evalScriptlet(Ruby.java:457)
at org.jruby.rack.rails.RailsRackApplicationFactory.createApplicationObject(RailsRackApplicationFactory.java:22)
at org.jruby.rack.DefaultRackApplicationFactory$1.create(DefaultRackApplicationFactory.java:101)
at org.jruby.rack.DefaultRackApplicationFactory$RackApplicationImpl.init(DefaultRackApplicationFactory.java:445)
at org.jruby.rack.DefaultRackApplicationFactory.getApplication(DefaultRackApplicationFactory.java:114)
at org.jruby.rack.SharedRackApplicationFactory.doInit(SharedRackApplicationFactory.java:34)
at org.jruby.rack.RackApplicationFactoryDecorator.init(RackApplicationFactoryDecorator.java:100)
at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:50)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4813)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5272)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:940)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1816)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2016-07-07 11:22:46:310 INFO jruby.rack - An exception happened during JRuby-Rack startup
load error: ethon/curls/options -- java.lang.NullPointerException: null
--- System
jruby 9.1.2.0 (2.3.0) 2016-05-26 7357c8f Java HotSpot(TM) 64-Bit Server VM 25.91-b14 on 1.8.0_91-b14 +jit [linux-x86_64]
Time: 2016-07-07 11:22:46 -0600
Server: HD-app-0x
jruby.home: uri:classloader://META-INF/jruby.home
--- Context Init Parameters:
QUEUES = general,email-summary,email-newsletter
gem.path = /WEB-INF/vendor/bundle
jruby.max.runtimes = 1
jruby.min.runtimes = 1
jruby.rack.logging = log4j
jruby.worker = delayed_job
org.apache.jasper.XML_VALIDATE_TLD = true
public.root = /
rails.env = dev
--- Backtrace
LoadError: load error: ethon/curls/options -- java.lang.NullPointerException: null
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/ethon-0.8.1/lib/ethon/curl.rb:2
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/ethon-0.8.1/lib/ethon.rb:1
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/ethon-0.8.1/lib/ethon.rb:15
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/typhoeus-1.0.1/lib/typhoeus.rb:1
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/typhoeus-1.0.1/lib/typhoeus.rb:2
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info/processor.rb:1
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info/processor.rb:1
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info.rb:1
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info.rb:2
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/image_parser.rb:1
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/image_parser.rb:1
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/models/image.rb:1
require at org/jruby/RubyKernel.java:944
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
<top> at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/models/image.rb:2
require at org/jruby/RubyKernel.java:944
block in (root) at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/base.rb:1
each at org/jruby/RubyArray.java:1593
block in (root) at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/base.rb:4
each at org/jruby/RubyArray.java:1593
(root) at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/base.rb:1
(root) at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/base.rb:1
<top> at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/title.rb:1
require at org/jruby/RubyKernel.java:944
<top> at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/title.rb:1
require at org/jruby/RubyKernel.java:944
(root) at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scraper.rb:1
(root) at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scraper.rb:7
<top> at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/page.rb:1
--- RubyGems
Gem.dir: WEB-INF/vendor/bundle
Gem.path:
/.gem/jruby/2.3.0
uri:classloader:/META-INF/jruby.home/lib/ruby/gems/shared
WEB-INF/vendor/bundle
Activated gems:
bundler-1.12.5
rake-11.1.2
i18n-0.7.0
json-1.8.3-java
minitest-5.9.0
thread_safe-0.3.5-java
tzinfo-1.2.2
activesupport-4.2.6
builder-3.2.2
erubis-2.7.0
nokogiri-1.6.8-java
rails-deprecated_sanitizer-1.0.3
rails-dom-testing-1.0.7
loofah-2.0.3
rails-html-sanitizer-1.0.3
actionview-4.2.6
rack-1.6.4
rack-test-0.6.3
actionpack-4.2.6
globalid-0.3.6
activejob-4.2.6
mime-types-data-3.2016.0521
mime-types-3.1
mail-2.6.4
actionmailer-4.2.6
activemodel-4.2.6
arel-6.0.3
activerecord-4.2.6
activerecord-jdbc-adapter-1.3.20
addressable-2.4.0
gyoku-1.3.1
akami-1.3.1
ansi-1.5.0
ast-2.3.0
execjs-2.7.0
autoprefixer-rails-6.3.7
json_pure-2.0.1
jmespath-1.2.4
aws-sdk-core-2.3.20
aws-sdk-resources-2.3.20
aws-sdk-2.3.20
bcrypt-3.1.11-java
bootstrap-growl-rails-3.1.3
sass-3.4.21
bootstrap-sass-3.3.6
thor-0.19.1
railties-4.2.6
bootstrap-slider-rails-7.0.3
buftok-0.2.0
cancancan-1.15.0
clipboard-rails-1.5.10
coffee-script-source-1.10.0
coffee-script-2.4.1
coffee-rails-4.1.1
composite_primary_keys-8.1.2
concurrent-ruby-1.0.2-java
momentjs-rails-2.11.0
datetimepicker-rails-4.7.16
deep_cloneable-2.2.1
delayed_job-4.1.2
delayed_job_active_record-4.1.1
delayed_job_recurring-0.3.5
orm_adapter-0.5.0
responders-2.2.0
warden-1.2.6
devise-3.4.1
unf-0.1.4-java
domain_name-0.5.20160615
equalizer-0.0.10
ffi-1.9.10-java
ethon-0.8.1
excon-0.50.1
multipart-post-2.0.0
faraday-0.9.2
faraday_middleware-0.9.2
font-awesome-rails-4.6.3.1
multi_json-1.12.1
gibbon-2.2.4
socksify-1.7.0
httpi-2.4.2
nori-2.6.0
wasabi-3.5.0
google-ads-savon-1.0.1
httpclient-2.8.0
jwt-1.5.4
signet-0.7.3
google-ads-common-0.12.3
little-plugger-1.1.4
logging-2.1.0
memoist-0.14.0
os-0.9.6
googleauth-0.5.1
hurley-0.2
uber-0.0.15
representable-2.3.0
retriable-2.1.0
google-api-client-0.9.9
google-dfp-api-0.17.0
tilt-2.0.5
haml-4.0.7
hashie-3.4.4
http-cookie-1.0.2
http-form_data-1.0.1
http_parser.rb-0.6.0-java
http-1.0.4
multi_xml-0.5.5
httparty-0.13.7
image_size-1.4.2
typhoeus-1.0.1
image_info-1.1.2
instagram-1.1.6
iso8601-0.9.1
jbuilder-2.4.1
jquery-rails-3.1.2
jquery-ui-rails-5.0.5
jruby-openssl-0.9.17-java
jruby-rack-1.1.20
jruby-rack-worker-0.11.0
kaminari-0.17.0
sprockets-3.6.2
sprockets-rails-3.0.4
rails-4.2.6
kaminari-bootstrap-3.0.1
koala-2.3.0
net-http-persistent-2.9.4
net_http_timeout_errors-0.3.0
ruby-ll-2.1.2-java
oga-2.2-java
video_info-2.6.1
link_thumbnailer-3.2.1
log4jruby-1.0.0-java
mandrill-api-1.0.53
mandrill_mailer-1.3.0
masonry-rails-0.2.4
maxcdn-0.2.1
memoizable-0.4.2
naught-1.1.0
nested_form-0.3.2
oauth-0.5.1
oauth2-1.2.0
omniauth-1.3.1
omniauth-oauth2-1.4.0
omniauth-facebook-3.0.0
omniauth-instagram-1.0.2
omniauth-oauth-1.1.0
omniauth-twitter-1.2.1
rack-pjax-0.8.0
remotipart-1.2.1
safe_yaml-1.0.4
sass-rails-5.0.4
rails_admin-0.7.0
selectize-rails-0.12.2
simple_form-3.2.1
simple_oauth-0.3.1
stamp-0.6.0
therubyrhino_jar-1.7.6
therubyrhino-2.0.4
time_difference-0.4.2
twitter-5.16.0
wicked-1.2.1
--- Bundler
Bundler.bundle_path: WEB-INF/vendor/bundle
Bundler.root: WEB-INF
Gemfile: WEB-INF/Gemfile
Settings:
gemfile = WEB-INF/Gemfile
without = deployment:development:doc:test
orig_path = /sbin:/usr/sbin:/bin:/usr/bin
bin_path = WEB-INF/vendor/bundle/gems/bundler-1.12.5/bin/bundle
--- JRuby-Rack Config
compat_version =
default_logger = org.jruby.rack.logging.StandardOutLogger@75634350
equals = <error: >
err = org.apache.tomcat.util.log.SystemLogHandler@7f3f4655
filter_adds_html = true
filter_verifies_resource = false
ignore_environment = false
initial_memory_buffer_size =
initial_runtimes = 1
jms_connection_factory =
jms_jndi_properties =
logger = org.jruby.rack.logging.Log4jLogger@5b066c79
logger_class_name = log4j
logger_name = jruby.rack
maximum_memory_buffer_size =
maximum_runtimes = 1
num_initializer_threads =
out = org.apache.tomcat.util.log.SystemLogHandler@1548de2d
rackup =
rackup_path =
rewindable = true
runtime_arguments =
runtime_environment =
runtime_timeout_seconds =
serial_initialization = false
servlet_context = org.apache.catalina.core.ApplicationContextFacade@514b48c9
throw_init_exception = false
--- $LOAD_PATH:
WEB-INF/vendor/bundle/gems/http_parser.rb-0.6.0-java/lib
WEB-INF/vendor/bundle/gems/bundler-1.12.5/lib
WEB-INF/vendor/bundle/gems/wicked-1.2.1/lib
WEB-INF/vendor/bundle/gems/twitter-5.16.0/lib
WEB-INF/vendor/bundle/gems/time_difference-0.4.2/lib
WEB-INF/vendor/bundle/gems/therubyrhino-2.0.4/lib
WEB-INF/vendor/bundle/gems/therubyrhino_jar-1.7.6/jar
WEB-INF/vendor/bundle/gems/stamp-0.6.0/lib
WEB-INF/vendor/bundle/gems/simple_oauth-0.3.1/lib
WEB-INF/vendor/bundle/gems/simple_form-3.2.1/lib
WEB-INF/vendor/bundle/gems/selectize-rails-0.12.2/lib
WEB-INF/vendor/bundle/gems/rails_admin-0.7.0/lib
WEB-INF/vendor/bundle/gems/sass-rails-5.0.4/lib
WEB-INF/vendor/bundle/gems/safe_yaml-1.0.4/lib
WEB-INF/vendor/bundle/gems/remotipart-1.2.1/lib
WEB-INF/vendor/bundle/gems/rack-pjax-0.8.0/lib
WEB-INF/vendor/bundle/gems/omniauth-twitter-1.2.1/lib
WEB-INF/vendor/bundle/gems/omniauth-oauth-1.1.0/lib
WEB-INF/vendor/bundle/gems/omniauth-instagram-1.0.2/lib
WEB-INF/vendor/bundle/gems/omniauth-facebook-3.0.0/lib
WEB-INF/vendor/bundle/gems/omniauth-oauth2-1.4.0/lib
WEB-INF/vendor/bundle/gems/omniauth-1.3.1/lib
WEB-INF/vendor/bundle/gems/oauth2-1.2.0/lib
WEB-INF/vendor/bundle/gems/oauth-0.5.1/lib
WEB-INF/vendor/bundle/gems/nested_form-0.3.2/lib
WEB-INF/vendor/bundle/gems/naught-1.1.0/lib
WEB-INF/vendor/bundle/gems/memoizable-0.4.2/lib
WEB-INF/vendor/bundle/bundler/gems/RUBY-maxcdn-4ad5b42292d2/lib
WEB-INF/vendor/bundle/gems/masonry-rails-0.2.4/lib
WEB-INF/vendor/bundle/gems/mandrill_mailer-1.3.0/lib
WEB-INF/vendor/bundle/gems/mandrill-api-1.0.53/lib
WEB-INF/vendor/bundle/gems/log4jruby-1.0.0-java/lib
WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib
WEB-INF/vendor/bundle/gems/video_info-2.6.1/lib
WEB-INF/vendor/bundle/gems/oga-2.2-java/lib
WEB-INF/vendor/bundle/gems/ruby-ll-2.1.2-java/lib
WEB-INF/vendor/bundle/gems/net_http_timeout_errors-0.3.0/lib
WEB-INF/vendor/bundle/gems/net-http-persistent-2.9.4/lib
WEB-INF/vendor/bundle/gems/koala-2.3.0/lib
WEB-INF/vendor/bundle/gems/kaminari-bootstrap-3.0.1/lib
WEB-INF/vendor/bundle/gems/rails-4.2.6/lib
WEB-INF/vendor/bundle/gems/sprockets-rails-3.0.4/lib
WEB-INF/vendor/bundle/gems/sprockets-3.6.2/lib
WEB-INF/vendor/bundle/gems/kaminari-0.17.0/lib
WEB-INF/vendor/bundle/gems/jruby-rack-worker-0.11.0/lib
WEB-INF/vendor/bundle/gems/jruby-rack-1.1.20/lib
WEB-INF/vendor/bundle/gems/jruby-openssl-0.9.17-java/lib
WEB-INF/vendor/bundle/gems/jquery-ui-rails-5.0.5/lib
WEB-INF/vendor/bundle/gems/jquery-rails-3.1.2/lib
WEB-INF/vendor/bundle/gems/jbuilder-2.4.1/lib
WEB-INF/vendor/bundle/gems/iso8601-0.9.1/lib
WEB-INF/vendor/bundle/gems/instagram-1.1.6/lib
WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib
WEB-INF/vendor/bundle/gems/typhoeus-1.0.1/lib
WEB-INF/vendor/bundle/gems/image_size-1.4.2/lib
WEB-INF/vendor/bundle/gems/httparty-0.13.7/lib
WEB-INF/vendor/bundle/gems/multi_xml-0.5.5/lib
WEB-INF/vendor/bundle/gems/http-1.0.4/lib
WEB-INF/vendor/bundle/gems/http_parser.rb-0.6.0-java/lib
WEB-INF/vendor/bundle/gems/http-form_data-1.0.1/lib
WEB-INF/vendor/bundle/gems/http-cookie-1.0.2/lib
WEB-INF/vendor/bundle/gems/hashie-3.4.4/lib
WEB-INF/vendor/bundle/gems/haml-4.0.7/lib
WEB-INF/vendor/bundle/gems/tilt-2.0.5/lib
WEB-INF/vendor/bundle/gems/google-dfp-api-0.17.0/lib
WEB-INF/vendor/bundle/gems/google-api-client-0.9.9/lib
WEB-INF/vendor/bundle/gems/google-api-client-0.9.9/generated
WEB-INF/vendor/bundle/gems/google-api-client-0.9.9/third_party
WEB-INF/vendor/bundle/gems/retriable-2.1.0/lib
WEB-INF/vendor/bundle/gems/representable-2.3.0/lib
WEB-INF/vendor/bundle/gems/uber-0.0.15/lib
WEB-INF/vendor/bundle/gems/hurley-0.2/lib
WEB-INF/vendor/bundle/gems/googleauth-0.5.1/lib
WEB-INF/vendor/bundle/gems/os-0.9.6/lib
WEB-INF/vendor/bundle/gems/memoist-0.14.0/lib
WEB-INF/vendor/bundle/gems/logging-2.1.0/lib
WEB-INF/vendor/bundle/gems/little-plugger-1.1.4/lib
WEB-INF/vendor/bundle/gems/google-ads-common-0.12.3/lib
WEB-INF/vendor/bundle/gems/signet-0.7.3/lib
WEB-INF/vendor/bundle/gems/jwt-1.5.4/lib
WEB-INF/vendor/bundle/gems/httpclient-2.8.0/lib
WEB-INF/vendor/bundle/gems/google-ads-savon-1.0.1/lib
WEB-INF/vendor/bundle/gems/wasabi-3.5.0/lib
WEB-INF/vendor/bundle/gems/nori-2.6.0/lib
WEB-INF/vendor/bundle/gems/httpi-2.4.2/lib
WEB-INF/vendor/bundle/gems/socksify-1.7.0/lib
WEB-INF/vendor/bundle/gems/gibbon-2.2.4/lib
WEB-INF/vendor/bundle/gems/multi_json-1.12.1/lib
WEB-INF/vendor/bundle/gems/font-awesome-rails-4.6.3.1/lib
WEB-INF/vendor/bundle/gems/faraday_middleware-0.9.2/lib
WEB-INF/vendor/bundle/gems/faraday-0.9.2/lib
WEB-INF/vendor/bundle/gems/multipart-post-2.0.0/lib
WEB-INF/vendor/bundle/gems/excon-0.50.1/lib
WEB-INF/vendor/bundle/gems/ethon-0.8.1/lib
WEB-INF/vendor/bundle/gems/ffi-1.9.10-java/lib
WEB-INF/vendor/bundle/gems/equalizer-0.0.10/lib
WEB-INF/vendor/bundle/gems/domain_name-0.5.20160615/lib
WEB-INF/vendor/bundle/gems/unf-0.1.4-java/lib
WEB-INF/vendor/bundle/gems/devise-3.4.1/lib
WEB-INF/vendor/bundle/gems/warden-1.2.6/lib
WEB-INF/vendor/bundle/gems/responders-2.2.0/lib
WEB-INF/vendor/bundle/gems/orm_adapter-0.5.0/lib
WEB-INF/vendor/bundle/gems/delayed_job_recurring-0.3.5/lib
WEB-INF/vendor/bundle/bundler/gems/delayed_job_active_record-4b4bd0cca1b7/lib
WEB-INF/vendor/bundle/gems/delayed_job-4.1.2/lib
WEB-INF/vendor/bundle/gems/deep_cloneable-2.2.1/lib
WEB-INF/vendor/bundle/bundler/gems/datetimepicker-rails-36d21cec5da7/lib
WEB-INF/vendor/bundle/gems/momentjs-rails-2.11.0/lib
WEB-INF/vendor/bundle/gems/concurrent-ruby-1.0.2-java/lib
WEB-INF/vendor/bundle/gems/composite_primary_keys-8.1.2/lib
WEB-INF/vendor/bundle/gems/coffee-rails-4.1.1/lib
WEB-INF/vendor/bundle/gems/coffee-script-2.4.1/lib
WEB-INF/vendor/bundle/gems/coffee-script-source-1.10.0/lib
WEB-INF/vendor/bundle/gems/clipboard-rails-1.5.10/lib
WEB-INF/vendor/bundle/gems/cancancan-1.15.0/lib
WEB-INF/vendor/bundle/gems/buftok-0.2.0/lib
WEB-INF/vendor/bundle/gems/bootstrap-slider-rails-7.0.3/lib
WEB-INF/vendor/bundle/gems/railties-4.2.6/lib
WEB-INF/vendor/bundle/gems/thor-0.19.1/lib
WEB-INF/vendor/bundle/gems/bootstrap-sass-3.3.6/lib
WEB-INF/vendor/bundle/gems/sass-3.4.21/lib
WEB-INF/vendor/bundle/gems/bootstrap-growl-rails-3.1.3/lib
WEB-INF/vendor/bundle/gems/bcrypt-3.1.11-java/lib
WEB-INF/vendor/bundle/gems/aws-sdk-2.3.20/lib
WEB-INF/vendor/bundle/gems/aws-sdk-resources-2.3.20/lib
WEB-INF/vendor/bundle/gems/aws-sdk-core-2.3.20/lib
WEB-INF/vendor/bundle/gems/jmespath-1.2.4/lib
WEB-INF/vendor/bundle/gems/json_pure-2.0.1/lib
WEB-INF/vendor/bundle/gems/autoprefixer-rails-6.3.7/lib
WEB-INF/vendor/bundle/gems/execjs-2.7.0/lib
WEB-INF/vendor/bundle/gems/ast-2.3.0/lib
WEB-INF/vendor/bundle/gems/ansi-1.5.0/lib
WEB-INF/vendor/bundle/gems/akami-1.3.1/lib
WEB-INF/vendor/bundle/gems/gyoku-1.3.1/lib
WEB-INF/vendor/bundle/gems/addressable-2.4.0/lib
WEB-INF/vendor/bundle/gems/activerecord-jdbc-adapter-1.3.20/lib
WEB-INF/vendor/bundle/gems/activerecord-4.2.6/lib
WEB-INF/vendor/bundle/gems/arel-6.0.3/lib
WEB-INF/vendor/bundle/gems/activemodel-4.2.6/lib
WEB-INF/vendor/bundle/gems/actionmailer-4.2.6/lib
WEB-INF/vendor/bundle/gems/mail-2.6.4/lib
WEB-INF/vendor/bundle/gems/mime-types-3.1/lib
WEB-INF/vendor/bundle/gems/mime-types-data-3.2016.0521/lib
WEB-INF/vendor/bundle/gems/activejob-4.2.6/lib
WEB-INF/vendor/bundle/gems/globalid-0.3.6/lib
WEB-INF/vendor/bundle/gems/actionpack-4.2.6/lib
WEB-INF/vendor/bundle/gems/rack-test-0.6.3/lib
WEB-INF/vendor/bundle/gems/rack-1.6.4/lib
WEB-INF/vendor/bundle/gems/actionview-4.2.6/lib
WEB-INF/vendor/bundle/gems/rails-html-sanitizer-1.0.3/lib
WEB-INF/vendor/bundle/gems/loofah-2.0.3/lib
WEB-INF/vendor/bundle/gems/rails-dom-testing-1.0.7/lib
WEB-INF/vendor/bundle/gems/rails-deprecated_sanitizer-1.0.3/lib
WEB-INF/vendor/bundle/gems/nokogiri-1.6.8-java/lib
WEB-INF/vendor/bundle/gems/erubis-2.7.0/lib
WEB-INF/vendor/bundle/gems/builder-3.2.2/lib
WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib
WEB-INF/vendor/bundle/gems/tzinfo-1.2.2/lib
WEB-INF/vendor/bundle/gems/thread_safe-0.3.5-java/lib
WEB-INF/vendor/bundle/gems/minitest-5.9.0/lib
uri:classloader:/META-INF/jruby.home/lib/ruby/gems/shared/gems/json-1.8.3-java/lib
WEB-INF/vendor/bundle/gems/i18n-0.7.0/lib
WEB-INF/vendor/bundle/gems/rake-11.1.2/lib
uri:classloader:/META-INF/jruby.home/lib/ruby/2.3/site_ruby
uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib
2016-07-07 11:22:46:335 ERROR jruby.rack - initialization failed
org.jruby.rack.RackInitializationException: load error: ethon/curls/options -- java.lang.NullPointerException: null
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/ethon-0.8.1/lib/ethon/curl.rb:2:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/ethon-0.8.1/lib/ethon.rb:1:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/ethon-0.8.1/lib/ethon.rb:15:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/typhoeus-1.0.1/lib/typhoeus.rb:1:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/typhoeus-1.0.1/lib/typhoeus.rb:2:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info/processor.rb:1:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info/processor.rb:1:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info.rb:1:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info.rb:2:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/image_parser.rb:1:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/image_parser.rb:1:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/models/image.rb:1:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/models/image.rb:2:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/base.rb:1:in `block in (root)'
from org/jruby/RubyArray.java:1593:in `each'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/base.rb:4:in `block in (root)'
from org/jruby/RubyArray.java:1593:in `each'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/base.rb:1:in `(root)'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/base.rb:1:in `(root)'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/title.rb:1:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/title.rb:1:in `<top>'
from org/jruby/RubyKernel.java:944:in `require'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scraper.rb:1:in `(root)'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scraper.rb:7:in `(root)'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/page.rb:1:in `<top>'
at org.jruby.rack.RackInitializationException.wrap(RackInitializationException.java:29)
at org.jruby.rack.RackApplicationFactoryDecorator.init(RackApplicationFactoryDecorator.java:104)
at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:50)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4813)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5272)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:940)
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1816)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.jruby.exceptions.RaiseException: (LoadError) load error: ethon/curls/options -- java.lang.NullPointerException: null
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/ethon-0.8.1/lib/ethon/curl.rb:2)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/ethon-0.8.1/lib/ethon.rb:1)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/ethon-0.8.1/lib/ethon.rb:15)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/typhoeus-1.0.1/lib/typhoeus.rb:1)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/typhoeus-1.0.1/lib/typhoeus.rb:2)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info/processor.rb:1)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info/processor.rb:1)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info.rb:1)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info.rb:2)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/image_parser.rb:1)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/image_parser.rb:1)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/models/image.rb:1)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240)
at WEB_minus_INF.vendor.bundle.gems.activesupport_minus_4_dot_2_dot_6.lib.active_support.dependencies.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/models/image.rb:2)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at RUBY.block in (root)(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/base.rb:1)
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1593)
at RUBY.block in (root)(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/base.rb:4)
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1593)
at RUBY.(root)(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/base.rb:1)
at RUBY.(root)(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/base.rb:1)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/title.rb:1)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/title.rb:1)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:944)
at RUBY.(root)(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scraper.rb:1)
at RUBY.(root)(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scraper.rb:7)
at RUBY.<top>(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/page.rb:1)
2016-07-07 11:22:47:058 DEBUG jruby.rack - due a previous initialization failure application instance can not be returned
2016-07-07 11:22:47:060 INFO jruby.rack - [org.kares.jruby.rack.DefaultWorkerManager] failed to obtain (Ruby) runtime
2016-07-07 11:22:47:062 INFO jruby.rack - [org.kares.jruby.rack.DefaultWorkerManager] started 0 worker(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment