Hi all,

I have an application EAR file which contains an EJB JAR file and a WAR file.  Under 
JBoss 3.2.2, everything works swimmingly.  When trying to upgrade to JBoss 3.2.4 
however, the EJB JAR file deploys fine but the WAR file will not deploy.  I'm sure 
there must be some configuration or library change I am missing somehow, but I can't 
figure out what.  If anyone has any ideas for me, I'd appreciate hearing them.

This is the top bit of the console with the stack trace.  I can post more if anyone 
needs to see more:

13:17:05,624 INFO  [EJBDeployer] Deployed: file:/F:/jboss-3.2.4/server/myapp/tmp
/deploy/tmp28277myapp.ear-contents/myapp.jar
13:17:06,687 INFO  [TomcatDeployer] deploy, ctxPath=, 
warUrl=file:/F:/jboss-3.2.4/server/myapp/tmp/deploy/tmp28277myapp.ear-contents/myapp.war/
13:17:06,702 ERROR [BaseModelMBean] Exception invoking method destroy
java.lang.NoSuchMethodError
        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 java.lang.reflect.Method.invoke(Native Method)
        at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
        at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:109)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
        at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:140)
        at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:68)

Thanks,

Chuck

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

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


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to