I am trying to migrate our appplication from JBoss 3.0.8 to JBoss 3.2.5.  

After lots of changes, the JBoss 3.2.5 boots up successfully and web application works 
fine. However, following exception occurs when I try to shut down the JBoss server 
from windows console:

ERROR [org.apache.commons.modeler.BaseModelMBean] Exception invoking method destroy
  | java.lang.NoSuchMethodError: 
org.apache.commons.logging.LogFactory.release(Ljava/lang/ClassLoader;)V
  |     at org.jboss.web.tomcat.tc5.WebCtxLoader.stop(WebCtxLoader.java:109)
  |     at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4517)
  |     at org.apache.catalina.core.ContainerBase.destroy(ContainerBase.java:1213)
  |     at org.apache.catalina.core.StandardContext.destroy(StandardContext.java:4573)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

This exception results in the undeployment failure of the web application. Although it 
doesn't really affect the running of application under test environment, I do worry 
about it if I switch it to production server.

Any suggestion will be appreciated.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843339#3843339

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843339


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to