IllegalArgumentException:name in jetty [message #994450] |
Thu, 27 December 2012 10:44 |
Abhishek Lodha Messages: 1 Registered: December 2012 |
Junior Member |
|
|
I am facing the following exception when I am trying to access a war file deployed over http adapter. We are using jetty 6_1_8 for that.
Here are the exception
java.lang.IllegalArgumentException: name
at sun.misc.URLClassPath$Loader.findResource(URLClassPath.java:458)
at sun.misc.URLClassPath.findResource(URLClassPath.java:145)
at java.net.URLClassLoader$2.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findResource(URLClassLoader.java:359)
at java.lang.ClassLoader.getResource(ClassLoader.java:978)
I have seen in other thread that the solution is set extractWar to true but in my case I have set the webAppContext.setExtractWAR(true);
I did not set in some xml file but directly in the java code. Even then I am facing the same issue.
When I dont use custom webdefault.xml it works fine.
Please help!
|
|
|
Powered by
FUDForum. Page generated in 0.03127 seconds