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
this is a name which produces the IllegalArgumentException below: uri:classloader://gems/jruby-rack-1.1.19/lib/Jruby-rack-1.1.19Service.class. it comes from rack application with jruby-rack using jruby-9.0.4.0
java.lang.IllegalArgumentException: name
at sun.misc.URLClassPath$Loader.findResource(URLClassPath.java:658)
at sun.misc.URLClassPath.findResource(URLClassPath.java:188)
at java.net.URLClassLoader$2.run(URLClassLoader.java:569)
at java.net.URLClassLoader$2.run(URLClassLoader.java:567)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findResource(URLClassLoader.java:566)
at org.eclipse.jetty.webapp.WebAppClassLoader.getResource(WebAppClassLoader.java:356)
at java.lang.ClassLoader.getResource(ClassLoader.java:1088)
at org.jruby.runtime.load.ClassExtensionLibrary.tryFind(ClassExtensionLibrary.java:80)
The text was updated successfully, but these errors were encountered:
this is a name which produces the IllegalArgumentException below:
uri:classloader://gems/jruby-rack-1.1.19/lib/Jruby-rack-1.1.19Service.class
. it comes from rack application with jruby-rack using jruby-9.0.4.0The text was updated successfully, but these errors were encountered: