You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ bin/jruby -e 'org.jruby.embed.IsolatedScriptingContainer.new'
Class.java:-2:in `getDeclaredMethods0': java.lang.NoClassDefFoundError: org/osgi/framework/Bundle
from Class.java:2625:in `privateGetDeclaredMethods'
from Class.java:1868:in `getDeclaredMethods'
from Initializer.java:450:in `getMethods'
from ClassInitializer.java:125:in `setupClassMethods'
from ClassInitializer.java:40:in `initialize'
from Initializer.java:80:in `setupProxyClass'
from Java.java:571:in `createProxyClass'
from Java.java:528:in `generateClassProxy'
from Java.java:474:in `createProxyClassForClass'
from JavaSupport.java:124:in `computeValue'
from JavaSupport.java:116:in `computeValue'
from MapBasedClassValue.java:25:in `get'
from JavaSupport.java:190:in `getProxyClassFromCache'
from Java.java:443:in `getProxyClass'
from Java.java:437:in `getProxyClass'
from Java.java:1029:in `getProxyClassOrNull'
from Java.java:1008:in `getProxyClassOrNull'
from Java.java:966:in `getProxyOrPackageUnderPackage'
from Java.java:1040:in `get_proxy_or_package_under_package'
from JavaUtilities.java:54:in `get_proxy_or_package_under_package'
from JavaUtilities$INVOKER$s$2$0$get_proxy_or_package_under_package.gen:-1:in `call'
from CachingCallSite.java:202:in `call'
from CallTwoArgNode.java:59:in `interpret'
from NewlineNode.java:105:in `interpret'
from BlockNode.java:71:in `interpret'
from ASTInterpreter.java:74:in `INTERPRET_METHOD'
from InterpretedMethod.java:112:in `call'
from DefaultMethod.java:169:in `call'
from Helpers.java:454:in `call'
from DynamicMethod.java:202:in `call'
from CachingCallSite.java:393:in `callMethodMissing'
from CachingCallSite.java:303:in `cacheAndCall'
from CachingCallSite.java:136:in `call'
from -e:1:in `__file__'
from -e:-1:in `load'
from Ruby.java:867:in `runScript'
from Ruby.java:860:in `runScript'
from Ruby.java:729:in `runNormally'
from Ruby.java:578:in `runFromMain'
from Main.java:395:in `doRunFromMain'
from Main.java:290:in `internalRun'
from Main.java:217:in `run'
from Main.java:197:in `main'
backport the changes on setting GEM_HOME and GEM_PATH from master.
currently a new instance of IsolatedScripting container will inherit GEM_HOME from the outer environment like RVM even when everything is started as a java application.
The text was updated successfully, but these errors were encountered:
backport the changes on setting GEM_HOME and GEM_PATH from master.
currently a new instance of IsolatedScripting container will inherit GEM_HOME from the outer environment like RVM even when everything is started as a java application.
The text was updated successfully, but these errors were encountered: