Hi all, I am trying to upgrade my JBoss installation to 4.0.2, and I am having a problem because my app deploys fine on JBoss 4.0.2RC1, but when I try to deploy the same .ear file in the release version 4.0.2, I get the following Exception:
12:20:10,200 INFO [EARDeployer] Init J2EE application: file:/usr/local/bin/jboss-4.0.2/server/default/deploy/Gtor.ear 12:20:17,658 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=file:/usr/local/bin/jboss-4.0.2/server/default/tmp/deploy/tmp39045Gtor.ear-contents/Gtor.war/ 12:20:18,502 INFO [[/]] Marking servlet Gtor as unavailable 12:20:18,503 ERROR [[/]] Error loading WebappClassLoader delegate: false repositories: ----------> Parent Classloader: [EMAIL PROTECTED] ui.servlets.GtorActionServlet java.lang.ClassNotFoundException: ui.servlets.GtorActionServlet The app is just a servlet based web app, but I am bundling it with a web service each in separate .war files inside the .ear file. I am also putting the jar files that the app is dependent on (this includes a jar file containing the servlet that JBoss can't find) into the root of the ear. I am specifying all these dependent jar files in the META-INF/MANIFEST.MF file my MANIFEST.MF file looks like this: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.5.4 Created-By: 1.4.1_01-b01 (Sun Microsystems Inc.) Class-Path: Gtor.jar activation.jar axis.jar cryptix32.jar jce.jar junit.jar mail.jar standard.jar struts.jar xercesImpl.jar xml-apis.jar xmlParserAPIs.jar xstream-1.1.jar The jar file containing the servlet is Gtor.jar. Does anyone have any idea why this works in 4.0.2RC1, but not in the release version 4.0.2? Any help appreciated! Thanks, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880913#3880913 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880913 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user