I downloaded the official 1.5.2 WAR distribution (axis2-1.5.2-war.zip) and the WAR does contain this JAR. However, I know that in 1.5.1 there were issues with this JAR. IIRC, it was not a real Maven artifact but built using the antrun plugin and then included in the WAR using a relative path to the target directory of the mex module. That caused lots of issues, and in 1.5.2 I attempted to fix this. If you got an axis2.war that doesn't include the JAR, then there is still an issue somewhere. Therefore it is important that you let us know how exactly you got the WAR, so that we can try to identify the root cause of the issue.
Andreas On Tue, Nov 2, 2010 at 10:20, Dennis Sosnoski <[email protected]> wrote: > No, don't have that. Since that jar doesn't appear to be present in > either the Axis2 1.5.2 or Rampart 1.5 distribution, I'm not sure where I > would have gotten it. Was it supposed to be included in the Axis2 > distribution? > > - Dennis > > > On 11/02/2010 09:35 PM, Andreas Veithen wrote: >> Dennis, >> >> Can you check that you have WEB-INF/lib/mex-1.5.2-impl.jar and that >> this JAR contains MexException? >> >> Andreas >> >> On Tue, Nov 2, 2010 at 08:54, Dennis Sosnoski <[email protected]> wrote: >> >>> When I try this combination I get server errors: >>> >>> INFO: Deploying web application archive axis2.war >>> [INFO] Clustering has been disabled >>> [INFO] Deploying module: soapmonitor-1.5.2 - >>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/soapmonitor-1.5.2.mar >>> [INFO] Deploying module: rahas-1.5 - >>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rahas-1.5.mar >>> [INFO] Deploying module: script-1.5.2 - >>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/scripting-1.5.2.mar >>> [INFO] Deploying module: addressing-1.5.2 - >>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/addressing-1.5.2.mar >>> [INFO] Deploying module: ping-1.5.2 - >>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/ping-1.5.2.mar >>> [INFO] Deploying module: metadataExchange-1.5.2 - >>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mex-1.5.2.mar >>> [INFO] Deploying module: rampart-1.5 - >>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/rampart-1.5.mar >>> [INFO] Deploying module: mtompolicy-1.5.2 - >>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/modules/mtompolicy-1.5.2.mar >>> [INFO] Deploying Web service: version.aar - >>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/version.aar >>> [INFO] Deploying Web service: library-effective1.aar - >>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-effective1.aar >>> Oct 25, 2010 11:13:28 PM org.apache.coyote.http11.Http11Protocol start >>> INFO: Starting Coyote HTTP/1.1 on http-8080 >>> Oct 25, 2010 11:13:28 PM org.apache.catalina.startup.Catalina start >>> INFO: Server startup in 2171 ms >>> [INFO] Deploying Web service: library-granular.aar - >>> file:/home/dennis/tools/apache-tomcat-6.0.20/webapps/axis2/WEB-INF/services/library-granular.aar >>> [ERROR] org/apache/axis2/mex/MexException >>> java.lang.NoClassDefFoundError: org/apache/axis2/mex/MexException >>> at >>> org.apache.rampart.RampartMessageData.<init>(RampartMessageData.java:280) >>> at org.apache.rampart.RampartEngine.process(RampartEngine.java:68) >>> at >>> org.apache.rampart.handler.RampartReceiver.invoke(RampartReceiver.java:92) >>> at org.apache.axis2.engine.Phase.invoke(Phase.java:318) >>> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251) >>> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160) >>> at >>> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:167) >>> at >>> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:142) >>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) >>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) >>> ... >>> >>> Is this working for anyone else? >>> >>> - Dennis >>> >>> -- >>> Dennis M. Sosnoski >>> Java XML and Web Services >>> Axis2/CXF/Metro Training and Consulting >>> http://www.sosnoski.com - http://www.sosnoski.co.nz >>> Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 >>> >>> >>> On 09/28/2010 07:23 PM, Prabath Siriwardana wrote: >>> >>>> On Tue, Sep 28, 2010 at 11:35 AM, gerhard presser <[email protected]> >>>> wrote: >>>> >>>> >>>>> hi all, >>>>> are there any known compatibility issues? >>>>> >>>>> >>>> We have tested Rampart 1.5 with Axis2 1.5.2 and they do work together >>>> fine... >>>> >>>> Thanks & regards, >>>> -Prabath >>>> >>>> >>>> >>>>> regards >>>>> gerhard >>>>> -- >>>>> View this message in context: >>>>> http://old.nabble.com/axis2-1.5.2---rampart-1.5-tp29825559p29825559.html >>>>> Sent from the Axis - User mailing list archive at Nabble.com. >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: [email protected] >>>>> For additional commands, e-mail: [email protected] >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
