Skip to content

Instantly share code, notes, and snippets.

@iconara
Last active August 29, 2015 14:08
Show Gist options
  • Save iconara/bb77e5b843de4d7a9683 to your computer and use it in GitHub Desktop.
Save iconara/bb77e5b843de4d7a9683 to your computer and use it in GitHub Desktop.
LinkageError when bundling
Compiler.java:78:in `__file__': java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
from Compiler.java:89:in `load'
from Ruby.java:805:in `runScript'
from Ruby.java:798:in `runScript'
from Ruby.java:749:in `runNormally'
from Ruby.java:559:in `runFromMain'
from Main.java:405:in `doRunFromMain'
from Main.java:300:in `internalRun'
from Main.java:227:in `run'
from Main.java:199:in `main'
Caused by:
NativeMethodAccessorImpl.java:-2:in `invoke0': java.lang.reflect.InvocationTargetException
from NativeMethodAccessorImpl.java:62:in `invoke'
from DelegatingMethodAccessorImpl.java:43:in `invoke'
from Method.java:483:in `invoke'
from Compiler.java:72:in `__file__'
from Compiler.java:89:in `load'
from Ruby.java:805:in `runScript'
from Ruby.java:798:in `runScript'
from Ruby.java:749:in `runNormally'
from Ruby.java:559:in `runFromMain'
from Main.java:405:in `doRunFromMain'
from Main.java:300:in `internalRun'
from Main.java:227:in `run'
from Main.java:199:in `main'
Caused by:
ClassLoader.java:-2:in `defineClass1': java.lang.LinkageError: loader (instance of org/jruby/util/JRubyClassLoader): attempted duplicate class definition for name: "org/bouncycastle/jcajce/provider/digest/SHA512$Digest"
from ClassLoader.java:760:in `defineClass'
from SecureClassLoader.java:142:in `defineClass'
from URLClassLoader.java:455:in `defineClass'
from URLClassLoader.java:73:in `access$100'
from URLClassLoader.java:367:in `run'
from URLClassLoader.java:361:in `run'
from AccessController.java:-2:in `doPrivileged'
from URLClassLoader.java:360:in `findClass'
from JRubyClassLoader.java:196:in `findClass'
from JRubyClassLoader.java:142:in `loadClass'
from ClassLoader.java:357:in `loadClass'
from SecurityHelper.java:614:in `findImplEngine'
from SecurityHelper.java:595:in `getImplEngine'
from SecurityHelper.java:249:in `getMessageDigest'
from SecurityHelper.java:241:in `getMessageDigest'
from Digest.java:72:in `getDigest'
from Digest.java:122:in `initialize'
from Digest$INVOKER$i$0$1$initialize.gen:-1:in `call'
from JavaMethod.java:679:in `call'
from CachingCallSite.java:163:in `callBlock'
from CachingCallSite.java:169:in `call'
from RubyClass.java:848:in `newInstance'
from RubyClass$INVOKER$i$newInstance.gen:-1:in `call'
from JavaMethod.java:311:in `call'
from CachingCallSite.java:155:in `call'
from Interpreter.java:344:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:136:in `doYield'
from BlockBody.java:82:in `yield'
from Block.java:147:in `yield'
from RubyArray.java:1546:in `each'
from RubyArray$INVOKER$i$0$0$each.gen:-1:in `call'
from JavaMethod.java:472:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:372:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:146:in `call'
from DynamicMethod.java:206:in `call'
from CachingCallSite.java:155:in `call'
from Interpreter.java:344:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:146:in `call'
from DynamicMethod.java:206:in `call'
from CachingCallSite.java:155:in `call'
from Interpreter.java:344:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:136:in `doYield'
from BlockBody.java:82:in `yield'
from Block.java:147:in `yield'
from IRRuntimeHelpers.java:419:in `yield'
from YieldInstr.java:94:in `interpret'
from Interpreter.java:543:in `processOtherOp'
from Interpreter.java:617:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:116:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:372:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:146:in `call'
from DynamicMethod.java:206:in `call'
from CachingCallSite.java:155:in `call'
from Interpreter.java:344:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:136:in `doYield'
from BlockBody.java:82:in `yield'
from Block.java:147:in `yield'
from IRRuntimeHelpers.java:419:in `yield'
from YieldInstr.java:94:in `interpret'
from Interpreter.java:543:in `processOtherOp'
from Interpreter.java:617:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:146:in `call'
from CachingCallSite.java:163:in `callBlock'
from CachingCallSite.java:169:in `call'
from Interpreter.java:353:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:136:in `doYield'
from BlockBody.java:82:in `yield'
from Block.java:147:in `yield'
from RubyIO.java:1081:in `ensureYieldClose'
from RubyIO.java:1074:in `open'
from RubyKernel.java:332:in `open19'
from RubyKernel$INVOKER$s$0$3$open19.gen:-1:in `call'
from AliasMethod.java:101:in `call'
from CachingCallSite.java:255:in `cacheAndCall'
from CachingCallSite.java:79:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:116:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:116:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:372:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:131:in `call'
from DynamicMethod.java:198:in `call'
from CachingCallSite.java:127:in `call'
from Interpreter.java:360:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:131:in `call'
from DynamicMethod.java:198:in `call'
from CachingCallSite.java:127:in `call'
from Interpreter.java:360:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:116:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:146:in `call'
from DynamicMethod.java:206:in `call'
from CachingCallSite.java:155:in `call'
from Interpreter.java:344:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:76:in `yieldSpecific'
from Block.java:116:in `yieldSpecific'
from IRRuntimeHelpers.java:426:in `yieldSpecific'
from YieldInstr.java:91:in `interpret'
from Interpreter.java:543:in `processOtherOp'
from Interpreter.java:617:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:116:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:372:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:116:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:67:in `call'
from Block.java:106:in `call'
from RubyProc.java:301:in `call'
from RubyProc.java:285:in `call19'
from RubyProc$INVOKER$i$0$0$call19.gen:-1:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:76:in `yieldSpecific'
from Block.java:116:in `yieldSpecific'
from RubyKernel.java:1282:in `loop'
from RubyKernel$INVOKER$s$0$0$loop.gen:-1:in `call'
from JavaMethod.java:472:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:67:in `call'
from Block.java:106:in `call'
from RubyProc.java:301:in `call'
from RubyProc.java:230:in `call'
from RubyRunnable.java:99:in `run'
from Thread.java:744:in `run'
Removing gemset some-gemset......
jruby-head - #gemset created /Users/theo/.rvm/gems/jruby-head@some-gemset
jruby-head - #generating some-gemset wrappers - please wait
Using /Users/theo/.rvm/gems/jruby-head with gemset some-gemset
java.lang.ClassNotFoundException: jruby.JavaService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.JavaService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.JavaService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.JavaService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaModuleService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaModuleService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaModuleService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaModuleService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaPackageModuleTemplateService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaPackageModuleTemplateService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaPackageModuleTemplateService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaPackageModuleTemplateService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaUtilitiesService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaUtilitiesService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaUtilitiesService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaUtilitiesService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.CoreExtService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.CoreExtService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.CoreExtService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.CoreExtService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.core_ext.ModuleService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.core_ext.ModuleService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.core_ext.ModuleService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.core_ext.ModuleService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.core_ext.ObjectService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.core_ext.ObjectService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.core_ext.ObjectService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.core_ext.ObjectService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.core_ext.KernelService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.core_ext.KernelService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.core_ext.KernelService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.core_ext.KernelService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaExtService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaExtService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaExtService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.JavaExtService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.langService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.langService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.langService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.langService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.utilService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.utilService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.utilService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.utilService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.util.regexService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.util.regexService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.util.regexService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.util.regexService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.ioService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.ioService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.ioService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.ioService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.netService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.netService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.netService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.java.java_ext.Java.netService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.javasupport.Java.load(Java.java:118)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.ext.jruby.JRubyLibrary.load(JRubyLibrary.java:76)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.Ruby.init(Ruby.java:1248)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.jruby.TypeService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.jruby.TypeService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.SignalService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.SignalService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.ThreadService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.ThreadService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.KernelService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.KernelService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.ProcService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.ProcService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.ProcessService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.ProcessService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.jruby.ProcessUtilService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.jruby.ProcessUtilService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.jruby.TypeService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.jruby.TypeService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.EnumeratorService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.EnumeratorService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.EnumerableService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.EnumerableService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.IoService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.IoService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.TimeService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.TimeService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.GcService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.GcService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.RangeService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.RangeService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.LoadErrorService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.LoadErrorService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.RubygemsService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.RubygemsService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.RbconfigService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.ext.rbconfig.RbConfigLibrary.load(RbConfigLibrary.java:366)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: jruby.kernel.RbconfigService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.load(LoadService.java:329)
at org.jruby.ext.rbconfig.RbConfigLibrary.load(RbConfigLibrary.java:366)
at org.jruby.runtime.load.LoadService.reflectedLoad(LoadService.java:601)
at org.jruby.ext.LateLoadingLibrary.load(LateLoadingLibrary.java:48)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: rubygems.defaults.OperatingSystemService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: rubygems.defaults.OperatingSystemService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: rubygems.defaults.OperatingSystemService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: rubygems.defaults.OperatingSystemService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: EtcService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:73)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: EtcService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:73)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: rubygems.defaults.JrubyNativeService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: rubygems.defaults.JrubyNativeService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: rubygems.defaults.JrubyNativeService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: rubygems.defaults.JrubyNativeService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.ExternalScript.load(ExternalScript.java:66)
at org.jruby.runtime.load.LoadService.loadFromClassLoader(LoadService.java:362)
at org.jruby.Ruby.initRubyKernel(Ruby.java:1746)
at org.jruby.Ruby.init(Ruby.java:1256)
at org.jruby.Ruby.newInstance(Ruby.java:312)
at org.jruby.Main.internalRun(Main.java:268)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: executable-hooks.HooksService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther6:require(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:9)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: executable-hooks.HooksService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther6:require(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:9)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: executable-hooks.HooksService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther6:require(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:9)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: executable-hooks.HooksService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther6:require(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:9)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: rubygems-bundler.NoexecService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:67)
at org.jruby.runtime.Block.call(Block.java:106)
at org.jruby.RubyProc.call(RubyProc.java:301)
at org.jruby.RubyProc.call19(RubyProc.java:285)
at org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:136)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:82)
at org.jruby.runtime.Block.yield(Block.java:147)
at org.jruby.RubyArray.each(RubyArray.java:1546)
at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:472)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther7:run(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:10)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: rubygems-bundler.NoexecService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:67)
at org.jruby.runtime.Block.call(Block.java:106)
at org.jruby.RubyProc.call(RubyProc.java:301)
at org.jruby.RubyProc.call19(RubyProc.java:285)
at org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:136)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:82)
at org.jruby.runtime.Block.yield(Block.java:147)
at org.jruby.RubyArray.each(RubyArray.java:1546)
at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:472)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther7:run(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:10)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: rubygems-bundler.NoexecService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:67)
at org.jruby.runtime.Block.call(Block.java:106)
at org.jruby.RubyProc.call(RubyProc.java:301)
at org.jruby.RubyProc.call19(RubyProc.java:285)
at org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:136)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:82)
at org.jruby.runtime.Block.yield(Block.java:147)
at org.jruby.RubyArray.each(RubyArray.java:1546)
at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:472)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther7:run(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:10)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: rubygems-bundler.NoexecService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:67)
at org.jruby.runtime.Block.call(Block.java:106)
at org.jruby.RubyProc.call(RubyProc.java:301)
at org.jruby.RubyProc.call19(RubyProc.java:285)
at org.jruby.RubyProc$INVOKER$i$0$0$call19.call(RubyProc$INVOKER$i$0$0$call19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:136)
at org.jruby.runtime.BlockBody.yield(BlockBody.java:82)
at org.jruby.runtime.Block.yield(Block.java:147)
at org.jruby.RubyArray.each(RubyArray.java:1546)
at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:472)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther7:run(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:10)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/jar_dependencies.rb:118 warning: instance variable @_jars_home_ not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/jar_dependencies.rb:87 warning: instance variable @_jars_maven_user_settings_ not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/jar_dependencies.rb:105 warning: instance variable @_jars_maven_global_settings_ not initialized
java.lang.ClassNotFoundException: users/theo//m2/repository/jline/jline/2/11/Jline-2/11Service
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadJar(LibrarySearcher.java:299)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:237)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:372)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: ReadlineService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadJar(LibrarySearcher.java:299)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:237)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: StrscanService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:73)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:73)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: StrscanService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:73)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:73)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: StringioService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: StringioService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:146)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
Exception `Gem::LoadError' at java/lang/Thread.java:1551 - Could not find 'psych' (>= 0) among 25 total gem(s)
Checked in 'GEM_PATH=/Users/theo/.rvm/gems/jruby-head@some-gemset:/Users/theo/.rvm/gems/jruby-head@global', execute `gem env` for more information
java.lang.ClassNotFoundException: users/theo//m2/repository/org/bouncycastle/bcpkix-jdk15on/1/47/Bcpkix-jdk15on-1/47Service
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadJar(LibrarySearcher.java:299)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:237)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:372)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:372)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.autoloadRequire(LoadService.java:396)
at org.jruby.RubyKernel$6.load(RubyKernel.java:215)
at org.jruby.RubyModule$Autoload.getConstant(RubyModule.java:3962)
at org.jruby.RubyModule.getAutoloadConstant(RubyModule.java:3765)
at org.jruby.RubyModule.resolveUndefConstant(RubyModule.java:3232)
at org.jruby.RubyModule.getConstantFromNoConstMissing(RubyModule.java:3200)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.cache(InheritanceSearchConstInstr.java:74)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.interpret(InheritanceSearchConstInstr.java:96)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.RubyClass.finvoke(RubyClass.java:541)
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1605)
at org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:823)
at org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:47)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.runtime.Block.yieldSpecific(Block.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:426)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:91)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: users/theo//m2/repository/org/bouncycastle/bcprov-jdk15on/1/47/Bcprov-jdk15on-1/47Service
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadJar(LibrarySearcher.java:299)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:237)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:372)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:77)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.autoloadRequire(LoadService.java:396)
at org.jruby.RubyKernel$6.load(RubyKernel.java:215)
at org.jruby.RubyModule$Autoload.getConstant(RubyModule.java:3962)
at org.jruby.RubyModule.getAutoloadConstant(RubyModule.java:3765)
at org.jruby.RubyModule.resolveUndefConstant(RubyModule.java:3232)
at org.jruby.RubyModule.getConstantFromNoConstMissing(RubyModule.java:3200)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.cache(InheritanceSearchConstInstr.java:74)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.interpret(InheritanceSearchConstInstr.java:96)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.RubyClass.finvoke(RubyClass.java:541)
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1605)
at org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:823)
at org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:47)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.runtime.Block.yieldSpecific(Block.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:426)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:91)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: JopensslService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadJar(LibrarySearcher.java:299)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:237)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.autoloadRequire(LoadService.java:396)
at org.jruby.RubyKernel$6.load(RubyKernel.java:215)
at org.jruby.RubyModule$Autoload.getConstant(RubyModule.java:3962)
at org.jruby.RubyModule.getAutoloadConstant(RubyModule.java:3765)
at org.jruby.RubyModule.resolveUndefConstant(RubyModule.java:3232)
at org.jruby.RubyModule.getConstantFromNoConstMissing(RubyModule.java:3200)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.cache(InheritanceSearchConstInstr.java:74)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.interpret(InheritanceSearchConstInstr.java:96)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.RubyClass.finvoke(RubyClass.java:541)
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1605)
at org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:823)
at org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:47)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.runtime.Block.yieldSpecific(Block.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:426)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:91)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/krypt/codec/hex.rb:65 warning: shadowing outer local variable - data
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/krypt/codec/hex.rb:112 warning: shadowing outer local variable - data
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/krypt/codec/base64.rb:78 warning: shadowing outer local variable - data
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/krypt/codec/base64.rb:130 warning: shadowing outer local variable - data
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/krypt/hmac.rb:53 warning: shadowing outer local variable - new_key
file:/Users/theo/.rvm/rubies/jruby-head/lib/jruby.jar!/jruby/java/core_ext/object.rb:27 warning: ambiguous Java methods found, using isJavaIdentifierStart(int)
file:/Users/theo/.rvm/rubies/jruby-head/lib/jruby.jar!/jruby/java/core_ext/object.rb:27 warning: passing a block to String#chars is deprecated
file:/Users/theo/.rvm/rubies/jruby-head/lib/jruby.jar!/jruby/java/core_ext/object.rb:28 warning: ambiguous Java methods found, using isJavaIdentifierPart(int)
file:/Users/theo/.rvm/rubies/jruby-head/lib/jruby.jar!/jruby/java/core_ext/object.rb:27 warning: passing a block to String#chars is deprecated
file:/Users/theo/.rvm/rubies/jruby-head/lib/jruby.jar!/jruby/java/core_ext/object.rb:27 warning: passing a block to String#chars is deprecated
file:/Users/theo/.rvm/rubies/jruby-head/lib/jruby.jar!/jruby/java/core_ext/object.rb:27 warning: passing a block to String#chars is deprecated
file:/Users/theo/.rvm/rubies/jruby-head/lib/jruby.jar!/jruby/java/core_ext/object.rb:27 warning: passing a block to String#chars is deprecated
file:/Users/theo/.rvm/rubies/jruby-head/lib/jruby.jar!/jruby/java/core_ext/object.rb:27 warning: passing a block to String#chars is deprecated
file:/Users/theo/.rvm/rubies/jruby-head/lib/jruby.jar!/jruby/java/core_ext/object.rb:27 warning: passing a block to String#chars is deprecated
file:/Users/theo/.rvm/rubies/jruby-head/lib/jruby.jar!/jruby/java/core_ext/object.rb:27 warning: passing a block to String#chars is deprecated
file:/Users/theo/.rvm/rubies/jruby-head/lib/jruby.jar!/jruby/java/core_ext/object.rb:27 warning: passing a block to String#chars is deprecated
file:/Users/theo/.rvm/rubies/jruby-head/lib/jruby.jar!/jruby/java/core_ext/object.rb:27 warning: passing a block to String#chars is deprecated
java.lang.ClassNotFoundException: ZlibService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:73)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:73)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.autoloadRequire(LoadService.java:396)
at org.jruby.RubyKernel$6.load(RubyKernel.java:215)
at org.jruby.RubyModule$Autoload.getConstant(RubyModule.java:3962)
at org.jruby.RubyModule.getAutoloadConstant(RubyModule.java:3765)
at org.jruby.RubyModule.resolveUndefConstant(RubyModule.java:3232)
at org.jruby.RubyModule.getConstantFromNoConstMissing(RubyModule.java:3200)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.cache(InheritanceSearchConstInstr.java:74)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.interpret(InheritanceSearchConstInstr.java:96)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.RubyClass.finvoke(RubyClass.java:541)
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1605)
at org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:823)
at org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:47)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.runtime.Block.yieldSpecific(Block.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:426)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:91)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: ZlibService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:73)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.instructions.ProcessModuleBodyInstr.interpret(ProcessModuleBodyInstr.java:73)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.autoloadRequire(LoadService.java:396)
at org.jruby.RubyKernel$6.load(RubyKernel.java:215)
at org.jruby.RubyModule$Autoload.getConstant(RubyModule.java:3962)
at org.jruby.RubyModule.getAutoloadConstant(RubyModule.java:3765)
at org.jruby.RubyModule.resolveUndefConstant(RubyModule.java:3232)
at org.jruby.RubyModule.getConstantFromNoConstMissing(RubyModule.java:3200)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.cache(InheritanceSearchConstInstr.java:74)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.interpret(InheritanceSearchConstInstr.java:96)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.RubyClass.finvoke(RubyClass.java:541)
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1605)
at org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:823)
at org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:47)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.runtime.Block.yieldSpecific(Block.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:426)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:91)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: net.http.PipelineService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.autoloadRequire(LoadService.java:396)
at org.jruby.RubyKernel$6.load(RubyKernel.java:215)
at org.jruby.RubyModule$Autoload.getConstant(RubyModule.java:3962)
at org.jruby.RubyModule.getAutoloadConstant(RubyModule.java:3765)
at org.jruby.RubyModule.resolveUndefConstant(RubyModule.java:3232)
at org.jruby.RubyModule.getConstantFromNoConstMissing(RubyModule.java:3200)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.cache(InheritanceSearchConstInstr.java:74)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.interpret(InheritanceSearchConstInstr.java:96)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.RubyClass.finvoke(RubyClass.java:541)
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1605)
at org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:823)
at org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:47)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.runtime.Block.yieldSpecific(Block.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:426)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:91)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: net.http.PipelineService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.autoloadRequire(LoadService.java:396)
at org.jruby.RubyKernel$6.load(RubyKernel.java:215)
at org.jruby.RubyModule$Autoload.getConstant(RubyModule.java:3962)
at org.jruby.RubyModule.getAutoloadConstant(RubyModule.java:3765)
at org.jruby.RubyModule.resolveUndefConstant(RubyModule.java:3232)
at org.jruby.RubyModule.getConstantFromNoConstMissing(RubyModule.java:3200)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.cache(InheritanceSearchConstInstr.java:74)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.interpret(InheritanceSearchConstInstr.java:96)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.RubyClass.finvoke(RubyClass.java:541)
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1605)
at org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:823)
at org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:47)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.runtime.Block.yieldSpecific(Block.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:426)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:91)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: net.http.PipelineService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.autoloadRequire(LoadService.java:396)
at org.jruby.RubyKernel$6.load(RubyKernel.java:215)
at org.jruby.RubyModule$Autoload.getConstant(RubyModule.java:3962)
at org.jruby.RubyModule.getAutoloadConstant(RubyModule.java:3765)
at org.jruby.RubyModule.resolveUndefConstant(RubyModule.java:3232)
at org.jruby.RubyModule.getConstantFromNoConstMissing(RubyModule.java:3200)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.cache(InheritanceSearchConstInstr.java:74)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.interpret(InheritanceSearchConstInstr.java:96)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.RubyClass.finvoke(RubyClass.java:541)
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1605)
at org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:823)
at org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:47)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.runtime.Block.yieldSpecific(Block.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:426)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:91)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: net.http.PipelineService
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:155)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.autoloadRequire(LoadService.java:396)
at org.jruby.RubyKernel$6.load(RubyKernel.java:215)
at org.jruby.RubyModule$Autoload.getConstant(RubyModule.java:3962)
at org.jruby.RubyModule.getAutoloadConstant(RubyModule.java:3765)
at org.jruby.RubyModule.resolveUndefConstant(RubyModule.java:3232)
at org.jruby.RubyModule.getConstantFromNoConstMissing(RubyModule.java:3200)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.cache(InheritanceSearchConstInstr.java:74)
at org.jruby.ir.instructions.InheritanceSearchConstInstr.interpret(InheritanceSearchConstInstr.java:96)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.RubyClass.finvoke(RubyClass.java:541)
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1605)
at org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:823)
at org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:47)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.runtime.Block.yieldSpecific(Block.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:426)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:91)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
Exception `LoadError' at java/lang/Thread.java:1551 - no such file to load -- net/http/pipeline
/Users/theo/.rvm/gems/jruby-head@global/gems/executable-hooks-1.3.2/lib/executable-hooks/regenerate_binstubs_command.rb:58 warning: shadowing outer local variable - path
java.lang.ClassNotFoundException: digest.Sha1Service
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.autoloadRequire(LoadService.java:396)
at org.jruby.RubyKernel$6.load(RubyKernel.java:215)
at org.jruby.RubyModule$Autoload.getConstant(RubyModule.java:3962)
at org.jruby.RubyModule.getAutoloadConstant(RubyModule.java:3765)
at org.jruby.RubyModule.resolveUndefConstant(RubyModule.java:3232)
at org.jruby.parser.StaticScope.getConstantInner(StaticScope.java:265)
at org.jruby.parser.StaticScope.getConstantInnerNoObject(StaticScope.java:274)
at org.jruby.parser.StaticScope.getConstantInner(StaticScope.java:268)
at org.jruby.ir.instructions.SearchConstInstr.cache(SearchConstInstr.java:84)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:486)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.RubyClass.finvoke(RubyClass.java:541)
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1605)
at org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:823)
at org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:47)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.runtime.Block.yieldSpecific(Block.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:426)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:91)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
java.lang.ClassNotFoundException: digest.Sha1Service
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at org.jruby.util.JRubyClassLoader.findClass(JRubyClassLoader.java:196)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at org.jruby.util.JRubyClassLoader.loadClass(JRubyClassLoader.java:144)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:340)
at org.jruby.javasupport.JavaSupport.loadJavaClass(JavaSupport.java:166)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:67)
at org.jruby.runtime.load.LibrarySearcher.findServiceLibrary(LibrarySearcher.java:107)
at org.jruby.runtime.load.LibrarySearcher.findLibrary(LibrarySearcher.java:82)
at org.jruby.runtime.load.LibrarySearcher.findBySearchState(LibrarySearcher.java:70)
at org.jruby.runtime.load.LoadService.findLibraryBySearchState(LoadService.java:976)
at org.jruby.runtime.load.LoadService.findFileForLoad(LoadService.java:386)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:531)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.require(LoadService.java:392)
at org.jruby.RubyKernel.requireCommon(RubyKernel.java:932)
at org.jruby.RubyKernel.require19(RubyKernel.java:926)
at org.jruby.RubyKernel$INVOKER$s$1$0$require19.call(RubyKernel$INVOKER$s$1$0$require19.gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOneOrNBlock.call(JavaMethod.java:364)
at org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:61)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.invokeOther77:gem_original_require(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb)
at Users.theo.$_dot_rvm.rubies.jruby_minus_head.lib.ruby.shared.rubygems.core_ext.kernel_require.__script__(/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at org.jruby.internal.runtime.methods.CompiledIRMethod.call(CompiledIRMethod.java:138)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:144)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:368)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.tryLoadingLibraryOrScript(LoadService.java:895)
at org.jruby.runtime.load.LoadService.smartLoadInternal(LoadService.java:544)
at org.jruby.runtime.load.LoadService.requireCommon(LoadService.java:428)
at org.jruby.runtime.load.LoadService.autoloadRequire(LoadService.java:396)
at org.jruby.RubyKernel$6.load(RubyKernel.java:215)
at org.jruby.RubyModule$Autoload.getConstant(RubyModule.java:3962)
at org.jruby.RubyModule.getAutoloadConstant(RubyModule.java:3765)
at org.jruby.RubyModule.resolveUndefConstant(RubyModule.java:3232)
at org.jruby.parser.StaticScope.getConstantInner(StaticScope.java:265)
at org.jruby.parser.StaticScope.getConstantInnerNoObject(StaticScope.java:274)
at org.jruby.parser.StaticScope.getConstantInner(StaticScope.java:268)
at org.jruby.ir.instructions.SearchConstInstr.cache(SearchConstInstr.java:84)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:486)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:131)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:198)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:275)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:129)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:360)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.RubyClass.finvoke(RubyClass.java:541)
at org.jruby.RubyBasicObject.send19(RubyBasicObject.java:1605)
at org.jruby.RubyBasicObject$INVOKER$i$send19.call(RubyBasicObject$INVOKER$i$send19.gen)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.classSuper(IRRuntimeHelpers.java:823)
at org.jruby.ir.instructions.ClassSuperInstr.interpret(ClassSuperInstr.java:47)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:682)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedIRBlockBody.java:74)
at org.jruby.runtime.IRBlockBody.yieldSpecific(IRBlockBody.java:76)
at org.jruby.runtime.Block.yieldSpecific(Block.java:116)
at org.jruby.ir.runtime.IRRuntimeHelpers.yieldSpecific(IRRuntimeHelpers.java:426)
at org.jruby.ir.instructions.YieldInstr.interpret(YieldInstr.java:91)
at org.jruby.ir.interpreter.Interpreter.processOtherOp(Interpreter.java:543)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:617)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_METHOD(Interpreter.java:697)
at org.jruby.internal.runtime.methods.InterpretedIRMethod.call(InterpretedIRMethod.java:116)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:255)
at org.jruby.runtime.callsite.CachingCallSite.callBlock(CachingCallSite.java:79)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:83)
at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:436)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:376)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_ROOT(Interpreter.java:662)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:163)
at org.jruby.ir.interpreter.Interpreter.execute(Interpreter.java:28)
at org.jruby.ir.IRTranslator.execute(IRTranslator.java:39)
at org.jruby.Ruby.runInterpreter(Ruby.java:832)
at org.jruby.Ruby.loadFile(Ruby.java:2856)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.loadScript(LibrarySearcher.java:253)
at org.jruby.runtime.load.LibrarySearcher$ResourceLibrary.load(LibrarySearcher.java:241)
at org.jruby.runtime.load.LibrarySearcher$FoundLibrary.load(LibrarySearcher.java:50)
at org.jruby.runtime.load.LoadService.load(LoadService.java:336)
at org.jruby.RubyKernel.loadCommon(RubyKernel.java:949)
at org.jruby.RubyKernel.load19(RubyKernel.java:941)
at org.jruby.RubyKernel$INVOKER$s$0$1$load19.call(RubyKernel$INVOKER$s$0$1$load19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:210)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:344)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:595)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_EVAL(Interpreter.java:672)
at org.jruby.ir.IREvalScript.call(IREvalScript.java:117)
at org.jruby.ir.interpreter.Interpreter.interpretCommonEval(Interpreter.java:105)
at org.jruby.ir.interpreter.Interpreter.evalWithBinding(Interpreter.java:753)
at org.jruby.RubyKernel.evalCommon(RubyKernel.java:998)
at org.jruby.RubyKernel.eval19(RubyKernel.java:962)
at org.jruby.RubyKernel$INVOKER$s$0$3$eval19.call(RubyKernel$INVOKER$s$0$3$eval19.gen)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:226)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:222)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:335)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:213)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.invokeOther10:eval(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks)
at Users.theo.$_dot_rvm.gems.jruby_minus_head_at_40_global.bin.jruby_executable_hooks.__script__(/Users/theo/.rvm/gems/jruby-head@global/bin/jruby_executable_hooks:15)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.jruby.ir.Compiler$1.__file__(Compiler.java:72)
at org.jruby.ir.Compiler$1.load(Compiler.java:89)
at org.jruby.Ruby.runScript(Ruby.java:805)
at org.jruby.Ruby.runScript(Ruby.java:798)
at org.jruby.Ruby.runNormally(Ruby.java:749)
at org.jruby.Ruby.runFromMain(Ruby.java:559)
at org.jruby.Main.doRunFromMain(Main.java:405)
at org.jruby.Main.internalRun(Main.java:300)
at org.jruby.Main.run(Main.java:227)
at org.jruby.Main.main(Main.java:199)
Exception `Bundler::PathError' at java/lang/Thread.java:1551 - The path `/Users/theo/.rvm/gems/jruby-head@some-gemset/bundler/gems/jsonpath-500f7bb7cea9` does not exist.
Exception `Bundler::GitError' at java/lang/Thread.java:1551 - git://github.com/bruce/jsonpath.git (at master) is not yet checked out. Run `bundle install` first.
Fetching git://github.com/bruce/jsonpath.git
Exception `Bundler::HTTPError' at java/lang/Thread.java:1551 - Net::HTTPInternalServerError: <h1>Internal Server Error</h1>
Fetching source index from https://gems.burt.io/
Exception `Gem::LoadError' at java/lang/Thread.java:1551 - Could not find 'psych' (>= 1.2.1, ~> 1.2) among 25 total gem(s)
Checked in 'GEM_PATH=/Users/theo/.rvm/gems/jruby-head@some-gemset:/Users/theo/.rvm/gems/jruby-head@global', execute `gem env` for more information
Fetching gem metadata from https://rubygems.org/./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
.
Fetching additional metadata from https://rubygems.org/./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
./Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/fetcher.rb:305:in `dependency_api_uri': warning: URI.escape is obsolete
.
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:56 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:56 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:23 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/basic_specification.rb:193 warning: instance variable @require_paths not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:23 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/basic_specification.rb:193 warning: instance variable @require_paths not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:56 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:56 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:23 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/basic_specification.rb:193 warning: instance variable @require_paths not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:23 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/basic_specification.rb:193 warning: instance variable @require_paths not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:34 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:343 warning: instance variable @test_files not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/rubygems/specification.rb:1333 warning: instance variable @bindir not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:45 warning: instance variable @remote_specification not initialized
/Users/theo/.rvm/gems/jruby-head@global/gems/bundler-1.7.4/lib/bundler/endpoint_specification.rb:64 warning: instance variable @loaded_from not initialized
Resolving dependencies...
Using ice_nine 0.11.0
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/jar_installer.rb:10 warning: Ambiguous first argument; make sure.
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/jar_installer.rb:16 warning: Ambiguous first argument; make sure.
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/jar_installer.rb:18 warning: Ambiguous first argument; make sure.
/Users/theo/.rvm/rubies/jruby-head/lib/ruby/shared/jar_installer.rb:47 warning: Ambiguous first argument; make sure.
Installing burt_cli 2.0.0
Installing little-plugger 1.1.3
Installing mini_portile 0.5.2
Using equalizer 0.0.9
Installing multipart-post 1.2.0
Using ffi 1.9.3
Installing env_additions 0.0.1
Installing atomic 1.1.14
Installing descendants_tracker 0.0.3
Installing multi_xml 0.5.5
Installing builder 3.2.2
Installing minitest 4.7.5
Installing uuidtools 2.1.4
Installing bencodr 3.0.2
Installing addressable 2.3.5
Installing safe_yaml 0.9.7
Installing magic_constants 1.0.1
Installing diff-lcs 1.2.5
Using bundler 1.7.4
Installing json 1.8.1
Installing docile 1.1.3
Installing i18n 0.6.9
Installing multi_json 1.10.0
Installing cql-rb 1.1.1
Installing nesty 1.0.2
Installing hashie 2.0.5
Installing polyglot 0.3.4
Installing tilt 1.4.1
Installing excon 0.29.0
Installing httpclient 2.3.4.1
Installing rspec-mocks 2.14.4
Installing simplecov-html 0.8.0
Installing rack 1.5.2
Installing rjack-jackson 2.2.3.0
Installing rspec-core 2.14.7
Installing tzinfo 0.3.38
Installing guava-jars 15.0.0
Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
Compiler.java:78:in `__file__': java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
from Compiler.java:89:in `load'
from Ruby.java:805:in `runScript'
from Ruby.java:798:in `runScript'
from Ruby.java:749:in `runNormally'
from Ruby.java:559:in `runFromMain'
from Main.java:405:in `doRunFromMain'
from Main.java:300:in `internalRun'
from Main.java:227:in `run'
from Main.java:199:in `main'
Caused by:
NativeMethodAccessorImpl.java:-2:in `invoke0': java.lang.reflect.InvocationTargetException
from NativeMethodAccessorImpl.java:62:in `invoke'
from DelegatingMethodAccessorImpl.java:43:in `invoke'
from Method.java:483:in `invoke'
from Compiler.java:72:in `__file__'
from Compiler.java:89:in `load'
from Ruby.java:805:in `runScript'
from Ruby.java:798:in `runScript'
from Ruby.java:749:in `runNormally'
from Ruby.java:559:in `runFromMain'
from Main.java:405:in `doRunFromMain'
from Main.java:300:in `internalRun'
from Main.java:227:in `run'
from Main.java:199:in `main'
Caused by:
ClassLoader.java:-2:in `defineClass1': java.lang.LinkageError: loader (instance of org/jruby/util/JRubyClassLoader): attempted duplicate class definition for name: "org/bouncycastle/jcajce/provider/digest/SHA512$Digest"
from ClassLoader.java:760:in `defineClass'
from SecureClassLoader.java:142:in `defineClass'
from URLClassLoader.java:455:in `defineClass'
from URLClassLoader.java:73:in `access$100'
from URLClassLoader.java:367:in `run'
from URLClassLoader.java:361:in `run'
from AccessController.java:-2:in `doPrivileged'
from URLClassLoader.java:360:in `findClass'
from JRubyClassLoader.java:196:in `findClass'
from JRubyClassLoader.java:142:in `loadClass'
from ClassLoader.java:357:in `loadClass'
from SecurityHelper.java:614:in `findImplEngine'
from SecurityHelper.java:595:in `getImplEngine'
from SecurityHelper.java:249:in `getMessageDigest'
from SecurityHelper.java:241:in `getMessageDigest'
from Digest.java:72:in `getDigest'
from Digest.java:122:in `initialize'
from Digest$INVOKER$i$0$1$initialize.gen:-1:in `call'
from JavaMethod.java:679:in `call'
from CachingCallSite.java:163:in `callBlock'
from CachingCallSite.java:169:in `call'
from RubyClass.java:848:in `newInstance'
from RubyClass$INVOKER$i$newInstance.gen:-1:in `call'
from JavaMethod.java:311:in `call'
from CachingCallSite.java:155:in `call'
from Interpreter.java:344:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:136:in `doYield'
from BlockBody.java:82:in `yield'
from Block.java:147:in `yield'
from RubyArray.java:1546:in `each'
from RubyArray$INVOKER$i$0$0$each.gen:-1:in `call'
from JavaMethod.java:472:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:372:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:146:in `call'
from DynamicMethod.java:206:in `call'
from CachingCallSite.java:155:in `call'
from Interpreter.java:344:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:146:in `call'
from DynamicMethod.java:206:in `call'
from CachingCallSite.java:155:in `call'
from Interpreter.java:344:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:136:in `doYield'
from BlockBody.java:82:in `yield'
from Block.java:147:in `yield'
from IRRuntimeHelpers.java:419:in `yield'
from YieldInstr.java:94:in `interpret'
from Interpreter.java:543:in `processOtherOp'
from Interpreter.java:617:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:116:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:372:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:146:in `call'
from DynamicMethod.java:206:in `call'
from CachingCallSite.java:155:in `call'
from Interpreter.java:344:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:136:in `doYield'
from BlockBody.java:82:in `yield'
from Block.java:147:in `yield'
from IRRuntimeHelpers.java:419:in `yield'
from YieldInstr.java:94:in `interpret'
from Interpreter.java:543:in `processOtherOp'
from Interpreter.java:617:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:146:in `call'
from CachingCallSite.java:163:in `callBlock'
from CachingCallSite.java:169:in `call'
from Interpreter.java:353:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:136:in `doYield'
from BlockBody.java:82:in `yield'
from Block.java:147:in `yield'
from RubyIO.java:1081:in `ensureYieldClose'
from RubyIO.java:1074:in `open'
from RubyKernel.java:332:in `open19'
from RubyKernel$INVOKER$s$0$3$open19.gen:-1:in `call'
from AliasMethod.java:101:in `call'
from CachingCallSite.java:255:in `cacheAndCall'
from CachingCallSite.java:79:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:116:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:116:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:372:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:131:in `call'
from DynamicMethod.java:198:in `call'
from CachingCallSite.java:127:in `call'
from Interpreter.java:360:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:131:in `call'
from DynamicMethod.java:198:in `call'
from CachingCallSite.java:127:in `call'
from Interpreter.java:360:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:116:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:146:in `call'
from DynamicMethod.java:206:in `call'
from CachingCallSite.java:155:in `call'
from Interpreter.java:344:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:76:in `yieldSpecific'
from Block.java:116:in `yieldSpecific'
from IRRuntimeHelpers.java:426:in `yieldSpecific'
from YieldInstr.java:91:in `interpret'
from Interpreter.java:543:in `processOtherOp'
from Interpreter.java:617:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:116:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:372:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:697:in `INTERPRET_METHOD'
from InterpretedIRMethod.java:116:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:67:in `call'
from Block.java:106:in `call'
from RubyProc.java:301:in `call'
from RubyProc.java:285:in `call19'
from RubyProc$INVOKER$i$0$0$call19.gen:-1:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:76:in `yieldSpecific'
from Block.java:116:in `yieldSpecific'
from RubyKernel.java:1282:in `loop'
from RubyKernel$INVOKER$s$0$0$loop.gen:-1:in `call'
from JavaMethod.java:472:in `call'
from CachingCallSite.java:77:in `callBlock'
from CachingCallSite.java:83:in `call'
from CallBase.java:436:in `interpret'
from Interpreter.java:376:in `processCall'
from Interpreter.java:595:in `interpret'
from Interpreter.java:682:in `INTERPRET_BLOCK'
from InterpretedIRBlockBody.java:74:in `commonYieldPath'
from IRBlockBody.java:67:in `call'
from Block.java:106:in `call'
from RubyProc.java:301:in `call'
from RubyProc.java:230:in `call'
from RubyRunnable.java:99:in `run'
from Thread.java:744:in `run'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment