[jboss-user] [Installation, Configuration & DEPLOYMENT] - hot deployment issue with Axis
jimmymani
do-not-reply at jboss.com
Tue Aug 28 06:17:05 EDT 2007
Hi
i am getting some exception if I run my axis client from Jboss after hot deplyment.
service = new Service(WsdlUtil.retrieveWsdlInputStream(wsdlUrl),
WsdlUtil.getServiceQName( wsdl ));
2007-08-28 04:15:10,655 INFO [org.apache.catalina.loader.WebappClassLoader] Illegal access: this web application instance has been stopped already. Could not load META-INF/services/org.apache.axis.EngineConfigurationFactory. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
2007-08-28 04:15:10,657 INFO [STDOUT] [WARN ] DiscoverResources - -getNextResources: Ignoring Exception <java.io.IOException: Invalid use of destroyed classloader, UCL destroyed at:>
2007-08-28 04:15:10,658 ERROR [STDERR] java.io.IOException: Invalid use of destroyed classloader, UCL destroyed at:
2007-08-28 04:15:10,661 ERROR [STDERR] at org.jboss.mx.loading.RepositoryClassLoader.findResources(RepositoryClassLoader.java:585)
2007-08-28 04:15:10,661 ERROR [STDERR] at java.lang.ClassLoader.getResources(ClassLoader.java:1015)
2007-08-28 04:15:10,662 ERROR [STDERR] at java.lang.ClassLoader.getResources(ClassLoader.java:1011)
2007-08-28 04:15:10,663 ERROR [STDERR] at java.lang.ClassLoader.getResources(ClassLoader.java:1011)
2
am i missing some configuraion in Jboss.
i am using ejb3 and Jboss-4.0.5GA
please help me in solving this issue
jimmy
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078678#4078678
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078678
More information about the jboss-user
mailing list