Skip to content

Instantly share code, notes, and snippets.

@abiacco
Created July 19, 2016 15:42
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/fc907d8afc57a56b3c11f17afc065680 to your computer and use it in GitHub Desktop.
Save abiacco/fc907d8afc57a56b3c11f17afc065680 to your computer and use it in GitHub Desktop.
Jruby - ethon NPE - -Djruby.ir.reading.debug=true -Djruby.backtrace.style=full -Djruby.debug.fullTrace=true
2016-07-18 13:23:25:060 [localhost-startStop-1] 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-18 13:23:25:073 [localhost-startStop-1] INFO jruby.rack - using a shared (threadsafe!) runtime
2016-07-18 13:24:29:405 [localhost-startStop-1] 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-18 13:24:29 -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
getStackTrace at java/lang/Thread.java:1552
getBacktraceData at org/jruby/runtime/backtrace/TraceType.java:246
getBacktrace at org/jruby/runtime/backtrace/TraceType.java:47
prepareBacktrace at org/jruby/RubyException.java:236
preRaise at org/jruby/exceptions/RaiseException.java:214
preRaise at org/jruby/exceptions/RaiseException.java:181
<init> at org/jruby/exceptions/RaiseException.java:111
newRaiseException at org/jruby/Ruby.java:4175
newLoadError at org/jruby/Ruby.java:4027
newLoadErrorFromThrowable at org/jruby/runtime/load/LoadService.java:933
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:924
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/ethon-0.9.0/lib/ethon/curl.rb:2
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in (root) at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in (root) at WEB-INF/vendor/bundle/gems/ethon-0.9.0/lib/ethon.rb:15
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
(root) at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
(root) at WEB-INF/vendor/bundle/gems/typhoeus-1.0.2/lib/typhoeus.rb:2
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
(root) at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
(root) at WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info/processor.rb:1
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info.rb:2
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in (root) at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in (root) at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/image_parser.rb:1
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
(root) at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
(root) at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/models/image.rb:2
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
(root) at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
(root) at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/base.rb:4
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/base.rb:1
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in (root) at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
load_dependency at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:582
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:998
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in (root) at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/title.rb:1
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:136
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:74
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
(root) at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:171
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:383
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
doYield at org/jruby/runtime/IRBlockBody.java:179
yield at org/jruby/runtime/BlockBody.java:112
yield at org/jruby/runtime/Block.java:167
each at org/jruby/RubyArray.java:1593
call at org/jruby/internal/runtime/methods/JavaMethod.java:497
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:273
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79
call at org/jruby/runtime/callsite/CachingCallSite.java:83
interpret at org/jruby/ir/instructions/CallBase.java:423
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in (root) at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scraper.rb:7
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
doYield at org/jruby/runtime/IRBlockBody.java:179
yield at org/jruby/runtime/BlockBody.java:112
yield at org/jruby/runtime/Block.java:167
each at org/jruby/RubyArray.java:1593
call at org/jruby/internal/runtime/methods/JavaMethod.java:497
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:273
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79
call at org/jruby/runtime/callsite/CachingCallSite.java:83
interpret at org/jruby/ir/instructions/CallBase.java:423
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109
(root) at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:273
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79
call at org/jruby/runtime/callsite/CachingCallSite.java:83
interpret at org/jruby/ir/instructions/CallBase.java:423
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109
require at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:273
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79
call at org/jruby/runtime/callsite/CachingCallSite.java:83
interpret at org/jruby/ir/instructions/CallBase.java:423
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:383
call at org/jruby/internal/runtime/methods/AliasMethod.java:61
call at org/jruby/internal/runtime/methods/AliasMethod.java:61
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:849
loadFile at org/jruby/Ruby.java:2986
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:540
requireCommon at org/jruby/runtime/load/LoadService.java:427
require at org/jruby/runtime/load/LoadService.java:393
requireCommon at org/jruby/RubyKernel.java:951
require19 at org/jruby/RubyKernel.java:944
call at org/jruby/internal/runtime/methods/JavaMethod.java:383
call at org/jruby/internal/runtime/methods/AliasMethod.java:61
call at org/jruby/internal/runtime/methods/AliasMethod.java:61
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:80
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144
(root) at WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/page.rb:2
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130
call at org/jruby/internal/runtime/methods/DynamicMethod.java:189
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:293
call at org/jruby/runtime/callsite/CachingCallSite.java:131
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:332
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:80
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144
(root) at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130
call at org/jruby/internal/runtime/methods/DynamicMethod.java:189
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:293
call at org/jruby/runtime/callsite/CachingCallSite.java:131
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:332
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
evalScriptlet at org/jruby/Ruby.java:481
evalScriptlet at org/jruby/Ruby.java:457
createApplicationObject at org/jruby/rack/rails/RailsRackApplicationFactory.java:22
create at org/jruby/rack/DefaultRackApplicationFactory.java:101
init at org/jruby/rack/DefaultRackApplicationFactory.java:445
getApplication at org/jruby/rack/DefaultRackApplicationFactory.java:114
doInit at org/jruby/rack/SharedRackApplicationFactory.java:34
init at org/jruby/rack/RackApplicationFactoryDecorator.java:100
contextInitialized at org/jruby/rack/RackServletContextListener.java:50
listenerStart at org/apache/catalina/core/StandardContext.java:4842
startInternal at org/apache/catalina/core/StandardContext.java:5303
start at org/apache/catalina/util/LifecycleBase.java:147
addChildInternal at org/apache/catalina/core/ContainerBase.java:725
addChild at org/apache/catalina/core/ContainerBase.java:701
addChild at org/apache/catalina/core/StandardHost.java:717
deployWAR at org/apache/catalina/startup/HostConfig.java:940
run at org/apache/catalina/startup/HostConfig.java:1816
call at java/util/concurrent/Executors.java:511
run at java/util/concurrent/FutureTask.java:266
runWorker at java/util/concurrent/ThreadPoolExecutor.java:1142
run at java/util/concurrent/ThreadPoolExecutor.java:617
run at java/lang/Thread.java:745
--- 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
jmespath-1.3.0
aws-sdk-core-2.3.22
aws-sdk-resources-2.3.22
aws-sdk-2.3.22
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.13-java
ethon-0.9.0
excon-0.51.0
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.2
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.4.0
net-http-persistent-2.9.4
net_http_timeout_errors-0.3.0
ruby-ll-2.1.2-java
oga-2.3-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@6fa86cdb
equals = <error: >
err = org.apache.tomcat.util.log.SystemLogHandler@707d98eb
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@1c8cbbf3
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@11ac89a0
rackup =
rackup_path =
rewindable = true
runtime_arguments =
runtime_environment =
runtime_timeout_seconds =
serial_initialization = false
servlet_context = org.apache.catalina.core.ApplicationContextFacade@3681aaa5
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.3-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.4.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.2/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.51.0/lib
WEB-INF/vendor/bundle/gems/ethon-0.9.0/lib
WEB-INF/vendor/bundle/gems/ffi-1.9.13-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.22/lib
WEB-INF/vendor/bundle/gems/aws-sdk-resources-2.3.22/lib
WEB-INF/vendor/bundle/gems/aws-sdk-core-2.3.22/lib
WEB-INF/vendor/bundle/gems/jmespath-1.3.0/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-18 13:24:29:415 [localhost-startStop-1] ERROR jruby.rack - initialization failed
org.jruby.rack.RackInitializationException: load error: ethon/curls/options -- java.lang.NullPointerException: null
from java/lang/Thread.java:1552:in `getStackTrace'
from org/jruby/runtime/backtrace/TraceType.java:246:in `getBacktraceData'
from org/jruby/runtime/backtrace/TraceType.java:47:in `getBacktrace'
from org/jruby/RubyException.java:236:in `prepareBacktrace'
from org/jruby/exceptions/RaiseException.java:214:in `preRaise'
from org/jruby/exceptions/RaiseException.java:181:in `preRaise'
from org/jruby/exceptions/RaiseException.java:111:in `<init>'
from org/jruby/Ruby.java:4175:in `newRaiseException'
from org/jruby/Ruby.java:4027:in `newLoadError'
from org/jruby/runtime/load/LoadService.java:933:in `newLoadErrorFromThrowable'
from org/jruby/runtime/load/LoadService.java:924:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/ethon-0.9.0/lib/ethon/curl.rb:2:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1:in `block in (root)'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/ethon-0.9.0/lib/ethon.rb:15:in `block in (root)'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1:in `(root)'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/typhoeus-1.0.2/lib/typhoeus.rb:2:in `(root)'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1:in `(root)'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `block in load_dependency'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info/processor.rb:1:in `(root)'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info.rb:2:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1:in `block in (root)'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/image_parser.rb:1:in `block in (root)'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1:in `(root)'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/models/image.rb:2:in `(root)'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1:in `(root)'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `block in load_dependency'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/base.rb:4:in `(root)'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/base.rb:1:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1:in `block in (root)'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `load_dependency'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:582:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:101:in `call'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:998:in `unresolvedSuper'
from org/jruby/ir/instructions/ZSuperInstr.java:71:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/title.rb:1:in `block in (root)'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:77:in `yieldSpecific'
from org/jruby/runtime/Block.java:136:in `yieldSpecific'
from org/jruby/ir/runtime/IRRuntimeHelpers.java:480:in `yieldSpecific'
from org/jruby/ir/instructions/YieldInstr.java:74:in `interpret'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:191:in `processOtherOp'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:115:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1:in `(root)'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:171:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:177:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:325:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:86:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:197:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:383:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `block in require'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:179:in `doYield'
from org/jruby/runtime/BlockBody.java:112:in `yield'
from org/jruby/runtime/Block.java:167:in `yield'
from org/jruby/RubyArray.java:1593:in `each'
from org/jruby/internal/runtime/methods/JavaMethod.java:497:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:273:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:79:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
from org/jruby/ir/instructions/CallBase.java:423:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:132:in `INTERPRET_BLOCK'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scraper.rb:7:in `block in (root)'
from org/jruby/runtime/MixedModeIRBlockBody.java:148:in `commonYieldPath'
from org/jruby/runtime/IRBlockBody.java:179:in `doYield'
from org/jruby/runtime/BlockBody.java:112:in `yield'
from org/jruby/runtime/Block.java:167:in `yield'
from org/jruby/RubyArray.java:1593:in `each'
from org/jruby/internal/runtime/methods/JavaMethod.java:497:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:273:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:79:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
from org/jruby/ir/instructions/CallBase.java:423:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1:in `(root)'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:273:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:79:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
from org/jruby/ir/instructions/CallBase.java:423:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `require'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:273:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:79:in `callBlock'
from org/jruby/runtime/callsite/CachingCallSite.java:83:in `call'
from org/jruby/ir/instructions/CallBase.java:423:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:348:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:383:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:61:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:61:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:849:in `runInterpreter'
from org/jruby/Ruby.java:2986:in `loadFile'
from org/jruby/runtime/load/LibrarySearcher.java:235:in `load'
from org/jruby/runtime/load/LibrarySearcher.java:34:in `load'
from org/jruby/runtime/load/LoadService.java:900:in `tryLoadingLibraryOrScript'
from org/jruby/runtime/load/LoadService.java:540:in `smartLoadInternal'
from org/jruby/runtime/load/LoadService.java:427:in `requireCommon'
from org/jruby/runtime/load/LoadService.java:393:in `require'
from org/jruby/RubyKernel.java:951:in `requireCommon'
from org/jruby/RubyKernel.java:944:in `require19'
from org/jruby/internal/runtime/methods/JavaMethod.java:383:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:61:in `call'
from org/jruby/internal/runtime/methods/AliasMethod.java:61:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:313:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:163:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:316:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:80:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/page.rb:2:in `(root)'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:189:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:293:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:131:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:332:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/InterpreterEngine.java:80:in `interpret'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144:in `INTERPRET_METHOD'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1:in `(root)'
from org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130:in `call'
from org/jruby/internal/runtime/methods/DynamicMethod.java:189:in `call'
from org/jruby/runtime/callsite/CachingCallSite.java:293:in `cacheAndCall'
from org/jruby/runtime/callsite/CachingCallSite.java:131:in `call'
from org/jruby/ir/interpreter/InterpreterEngine.java:332:in `processCall'
from org/jruby/ir/interpreter/StartupInterpreterEngine.java:77:in `interpret'
from org/jruby/ir/interpreter/Interpreter.java:112:in `INTERPRET_ROOT'
from WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274:in `<top>'
from org/jruby/ir/interpreter/Interpreter.java:99:in `execute'
from org/jruby/ir/interpreter/Interpreter.java:35:in `execute'
from org/jruby/ir/IRTranslator.java:42:in `execute'
from org/jruby/Ruby.java:481:in `evalScriptlet'
from org/jruby/Ruby.java:457:in `evalScriptlet'
from org/jruby/rack/rails/RailsRackApplicationFactory.java:22:in `createApplicationObject'
from org/jruby/rack/DefaultRackApplicationFactory.java:101:in `create'
from org/jruby/rack/DefaultRackApplicationFactory.java:445:in `init'
from org/jruby/rack/DefaultRackApplicationFactory.java:114:in `getApplication'
from org/jruby/rack/SharedRackApplicationFactory.java:34:in `doInit'
from org/jruby/rack/RackApplicationFactoryDecorator.java:100:in `init'
from org/jruby/rack/RackServletContextListener.java:50:in `contextInitialized'
from org/apache/catalina/core/StandardContext.java:4842:in `listenerStart'
from org/apache/catalina/core/StandardContext.java:5303:in `startInternal'
from org/apache/catalina/util/LifecycleBase.java:147:in `start'
from org/apache/catalina/core/ContainerBase.java:725:in `addChildInternal'
from org/apache/catalina/core/ContainerBase.java:701:in `addChild'
from org/apache/catalina/core/StandardHost.java:717:in `addChild'
from org/apache/catalina/startup/HostConfig.java:940:in `deployWAR'
from org/apache/catalina/startup/HostConfig.java:1816:in `run'
from java/util/concurrent/Executors.java:511:in `call'
from java/util/concurrent/FutureTask.java:266:in `run'
from java/util/concurrent/ThreadPoolExecutor.java:1142:in `runWorker'
from java/util/concurrent/ThreadPoolExecutor.java:617:in `run'
from java/lang/Thread.java:745:in `run'
at org.jruby.rack.RackInitializationException.wrap(RackInitializationException.java:29) ~[jruby-rack-1.1.20.jar:?]
at org.jruby.rack.RackApplicationFactoryDecorator.init(RackApplicationFactoryDecorator.java:104) ~[jruby-rack-1.1.20.jar:?]
at org.jruby.rack.RackServletContextListener.contextInitialized(RackServletContextListener.java:50) [jruby-rack-1.1.20.jar:?]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4842) [catalina.jar:8.0.36]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5303) [catalina.jar:8.0.36]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147) [catalina.jar:8.0.36]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:725) [catalina.jar:8.0.36]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:701) [catalina.jar:8.0.36]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717) [catalina.jar:8.0.36]
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:940) [catalina.jar:8.0.36]
at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1816) [catalina.jar:8.0.36]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_91]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_91]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_91]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_91]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
Caused by: org.jruby.exceptions.RaiseException: (LoadError) load error: ethon/curls/options -- java.lang.NullPointerException: null
at java.lang.Thread.getStackTrace(java/lang/Thread.java:1552) ~[?:1.8.0_91]
at org.jruby.runtime.backtrace.TraceType$Gather.getBacktraceData(org/jruby/runtime/backtrace/TraceType.java:246) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.backtrace.TraceType.getBacktrace(org/jruby/runtime/backtrace/TraceType.java:47) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyException.prepareBacktrace(org/jruby/RubyException.java:236) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.exceptions.RaiseException.preRaise(org/jruby/exceptions/RaiseException.java:214) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.exceptions.RaiseException.preRaise(org/jruby/exceptions/RaiseException.java:181) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.exceptions.RaiseException.<init>(org/jruby/exceptions/RaiseException.java:111) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.newRaiseException(org/jruby/Ruby.java:4175) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.newLoadError(org/jruby/Ruby.java:4027) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.newLoadErrorFromThrowable(org/jruby/runtime/load/LoadService.java:933) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:924) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/ethon-0.9.0/lib/ethon/curl.rb:2) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in (root)(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in (root)(WEB-INF/vendor/bundle/gems/ethon-0.9.0/lib/ethon.rb:15) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.(root)(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.(root)(WEB-INF/vendor/bundle/gems/typhoeus-1.0.2/lib/typhoeus.rb:2) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.(root)(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.(root)(WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info/processor.rb:1) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/image_info-1.1.2/lib/image_info.rb:2) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in (root)(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in (root)(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/image_parser.rb:1) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.(root)(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.(root)(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/models/image.rb:2) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.(root)(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.(root)(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/base.rb:4) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/base.rb:1) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in (root)(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.load_dependency(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:582) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:101) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.unresolvedSuper(org/jruby/ir/runtime/IRRuntimeHelpers.java:998) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.ZSuperInstr.interpret(org/jruby/ir/instructions/ZSuperInstr.java:71) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in (root)(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scrapers/default/title.rb:1) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.yieldSpecific(org/jruby/runtime/IRBlockBody.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yieldSpecific(org/jruby/runtime/Block.java:136) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(org/jruby/ir/runtime/IRRuntimeHelpers.java:480) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.YieldInstr.interpret(org/jruby/ir/instructions/YieldInstr.java:74) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.processOtherOp(org/jruby/ir/interpreter/StartupInterpreterEngine.java:191) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:115) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.(root)(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:171) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:177) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:325) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:86) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:165) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:197) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:383) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:167) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1593) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:497) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:273) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:79) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:83) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:423) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(org/jruby/ir/interpreter/Interpreter.java:132) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.block in (root)(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/scraper.rb:7) ~[?:?]
at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(org/jruby/runtime/MixedModeIRBlockBody.java:148) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.IRBlockBody.doYield(org/jruby/runtime/IRBlockBody.java:179) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.BlockBody.yield(org/jruby/runtime/BlockBody.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.Block.yield(org/jruby/runtime/Block.java:167) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1593) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:497) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:273) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:79) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:83) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:423) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.(root)(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:273) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:79) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:83) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:423) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:109) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.require(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:95) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:273) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.callBlock(org/jruby/runtime/callsite/CachingCallSite.java:79) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:83) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.instructions.CallBase.interpret(org/jruby/ir/instructions/CallBase.java:423) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:348) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:240) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:383) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:61) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:61) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.runInterpreter(org/jruby/Ruby.java:849) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.loadFile(org/jruby/Ruby.java:2986) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:235) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(org/jruby/runtime/load/LibrarySearcher.java:34) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(org/jruby/runtime/load/LoadService.java:900) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.smartLoadInternal(org/jruby/runtime/load/LoadService.java:540) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.requireCommon(org/jruby/runtime/load/LoadService.java:427) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.load.LoadService.require(org/jruby/runtime/load/LoadService.java:393) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.requireCommon(org/jruby/RubyKernel.java:951) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.RubyKernel.require19(org/jruby/RubyKernel.java:944) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(org/jruby/internal/runtime/methods/JavaMethod.java:383) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:61) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.AliasMethod.call(org/jruby/internal/runtime/methods/AliasMethod.java:61) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:313) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:163) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:316) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:80) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.(root)(WEB-INF/vendor/bundle/gems/link_thumbnailer-3.2.1/lib/link_thumbnailer/page.rb:2) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:189) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:293) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:131) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:332) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.interpret(org/jruby/ir/interpreter/InterpreterEngine.java:80) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:144) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.(root)(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:1) ~[?:?]
at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(org/jruby/internal/runtime/methods/MixedModeIRMethod.java:130) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.internal.runtime.methods.DynamicMethod.call(org/jruby/internal/runtime/methods/DynamicMethod.java:189) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(org/jruby/runtime/callsite/CachingCallSite.java:293) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.runtime.callsite.CachingCallSite.call(org/jruby/runtime/callsite/CachingCallSite.java:131) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.InterpreterEngine.processCall(org/jruby/ir/interpreter/InterpreterEngine.java:332) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(org/jruby/ir/interpreter/StartupInterpreterEngine.java:77) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(org/jruby/ir/interpreter/Interpreter.java:112) ~[jruby-core-9.1.2.0-complete.jar:?]
at RUBY.<top>(WEB-INF/vendor/bundle/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:274) ~[?:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:99) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.interpreter.Interpreter.execute(org/jruby/ir/interpreter/Interpreter.java:35) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.ir.IRTranslator.execute(org/jruby/ir/IRTranslator.java:42) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.evalScriptlet(org/jruby/Ruby.java:481) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.Ruby.evalScriptlet(org/jruby/Ruby.java:457) ~[jruby-core-9.1.2.0-complete.jar:?]
at org.jruby.rack.rails.RailsRackApplicationFactory.createApplicationObject(org/jruby/rack/rails/RailsRackApplicationFactory.java:22) ~[jruby-rack-1.1.20.jar:?]
at org.jruby.rack.DefaultRackApplicationFactory$1.create(org/jruby/rack/DefaultRackApplicationFactory.java:101) ~[jruby-rack-1.1.20.jar:?]
at org.jruby.rack.DefaultRackApplicationFactory$RackApplicationImpl.init(org/jruby/rack/DefaultRackApplicationFactory.java:445) ~[jruby-rack-1.1.20.jar:?]
at org.jruby.rack.DefaultRackApplicationFactory.getApplication(org/jruby/rack/DefaultRackApplicationFactory.java:114) ~[jruby-rack-1.1.20.jar:?]
at org.jruby.rack.SharedRackApplicationFactory.doInit(org/jruby/rack/SharedRackApplicationFactory.java:34) ~[jruby-rack-1.1.20.jar:?]
at org.jruby.rack.RackApplicationFactoryDecorator.init(org/jruby/rack/RackApplicationFactoryDecorator.java:100) ~[jruby-rack-1.1.20.jar:?]
at org.jruby.rack.RackServletContextListener.contextInitialized(org/jruby/rack/RackServletContextListener.java:50) [jruby-rack-1.1.20.jar:?]
at org.apache.catalina.core.StandardContext.listenerStart(org/apache/catalina/core/StandardContext.java:4842) ~[catalina.jar:8.0.36]
at org.apache.catalina.core.StandardContext.startInternal(org/apache/catalina/core/StandardContext.java:5303) ~[catalina.jar:8.0.36]
at org.apache.catalina.util.LifecycleBase.start(org/apache/catalina/util/LifecycleBase.java:147) ~[catalina.jar:8.0.36]
at org.apache.catalina.core.ContainerBase.addChildInternal(org/apache/catalina/core/ContainerBase.java:725) ~[catalina.jar:8.0.36]
at org.apache.catalina.core.ContainerBase.addChild(org/apache/catalina/core/ContainerBase.java:701) ~[catalina.jar:8.0.36]
at org.apache.catalina.core.StandardHost.addChild(org/apache/catalina/core/StandardHost.java:717) ~[catalina.jar:8.0.36]
at org.apache.catalina.startup.HostConfig.deployWAR(org/apache/catalina/startup/HostConfig.java:940) ~[catalina.jar:8.0.36]
at org.apache.catalina.startup.HostConfig$DeployWar.run(org/apache/catalina/startup/HostConfig.java:1816) ~[catalina.jar:8.0.36]
at java.util.concurrent.Executors$RunnableAdapter.call(java/util/concurrent/Executors.java:511) ~[?:1.8.0_91]
at java.util.concurrent.FutureTask.run(java/util/concurrent/FutureTask.java:266) ~[?:1.8.0_91]
at java.util.concurrent.ThreadPoolExecutor.runWorker(java/util/concurrent/ThreadPoolExecutor.java:1142) ~[?:1.8.0_91]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(java/util/concurrent/ThreadPoolExecutor.java:617) ~[?:1.8.0_91]
at java.lang.Thread.run(java/lang/Thread.java:745) ~[?:1.8.0_91]
2016-07-18 13:24:30:139 [localhost-startStop-1] DEBUG jruby.rack - due a previous initialization failure application instance can not be returned
2016-07-18 13:24:30:143 [localhost-startStop-1] INFO jruby.rack - [org.kares.jruby.rack.DefaultWorkerManager] failed to obtain (Ruby) runtime
2016-07-18 13:24:30:144 [localhost-startStop-1] INFO jruby.rack - [org.kares.jruby.rack.DefaultWorkerManager] started 0 worker(s)
2016-07-18 13:24:44:364 [threadpool-12] DEBUG jruby.rack - due a previous initialization failure application instance can not be returned
2016-07-18 13:24:44:369 [threadpool-12] DEBUG jruby.rack - resetting rack response due exception
2016-07-18 13:25:46:034 [threadpool-13] DEBUG jruby.rack - due a previous initialization failure application instance can not be returned
2016-07-18 13:25:46:034 [threadpool-13] DEBUG jruby.rack - resetting rack response due exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment