Hi,
When I startup tomcat on my development box with my webapp containing axis
repo, everything works fine.
My app's WEB-INF contains services/Test.aar
modules/addressing.mar
conf/axis2.xml
When I war the same application and deploy on a test box, tomcat log shows this
error during startup of axis servlet.
Happens both on Linux and Windows environments.
Looks like there are some class loading issues when the webapp is deployed as a
war file.
Are there any known issues here? I am using Axis2 1.1.1.
Below is the snippet from tomcat's log that shows axis startup error.
Thanks,
Sathija.
********************************************************************
SEVERE: Servlet /test-app threw load() exception
org.apache.axis2.AxisFault: The system is attempting to engage a module
that is not available: addressing
at
org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:394)
at
org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:663)
at
org.apache.axis2.deployment.WarBasedAxisConfigurator.engageGlobalModules(WarBasedAxisConfigurator.java:269)
at
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:69)
at
org.apache.axis2.transport.http.AxisServlet.initConfigContext(AxisServlet.java:385)
at
org.apache.axis2.transport.http.AxisServlet.init(AxisServlet.java:335)
at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4225)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]