You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by itsvasu <va...@hotmail.com> on 2009/06/04 14:00:34 UTC

addressing-1.41.mar module, which is not valid, caused org.apache.axis2.handlers.addressing.AddressingInHandler

Hi, 
I am using Axis2 and configured addressing-1.41.mar 
JDK1.5._14 
Deployed in weblogic10 server. 

Using Axis2 for webservice client to connect to remote server. 
Around 100 webservice calls are triggering from my client and only couple of
times in a month is getting following excepiton. I couldnt find much
details. 

[ERROR] [org.apache.axis2.deployment.ModuleDeployer deploy()] The
addressing-1.41.mar module, which is not valid, caused
org.apache.axis2.handlers.addressing.AddressingInHandler 
org.apache.axis2.AxisFault:
org.apache.axis2.handlers.addressing.AddressingInHandler 
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) 
at org.apache.axis2.deployment.util.Utils.getHandlerClass(Utils.java:427) 
at org.apache.axis2.deployment.util.Utils.addFlowHandlers(Utils.java:122) 
at
org.apache.axis2.deployment.DeploymentEngine.addNewModule(DeploymentEngine.java:469) 
at org.apache.axis2.deployment.ModuleDeployer.deploy(ModuleDeployer.java:74) 
at
org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136) 
at
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:597) 
at
org.apache.axis2.deployment.RepositoryListener.init(RepositoryListener.java:237) 
at
org.apache.axis2.deployment.RepositoryListener.init2(RepositoryListener.java:68) 
at
org.apache.axis2.deployment.RepositoryListener.<init>(RepositoryListener.java:63) 
at
org.apache.axis2.deployment.DeploymentEngine.loadRepository(DeploymentEngine.java:147) 
at
org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:133) 
at
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) 
at
org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) 
at
sg.gov.lta.vitas.ejb.session.VtBatchSessionEJB.calUpdateVACDetails(VtBatchSessionEJB.java:6398) 
at
sg.gov.lta.vitas.ejb.session.VtBatchSessionEJB.updateVACDetils_UPDTac(VtBatchSessionEJB.java:5903) 
at
sg.gov.lta.vitas.ejb.session.VtBatchSessionEJB_fcfdeo_EOImpl.updateVACDetils_UPDTac(VtBatchSessionEJB_fcfdeo_EOImpl.java:108) 
at
sg.gov.lta.vitas.ejb.session.VtBatchSessionEJB_fcfdeo_EOImpl_WLSkel.invoke(Unknown
Source) 
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589) 
at
weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224) 
at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479) 
at
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) 
at weblogic.security.service.SecurityManager.runAs(Unknown Source) 
at
weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475) 
at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59) 
at
weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016) 
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200) 
at weblogic.work.ExecuteThread.run(ExecuteThread.java:172) 
Caused by: java.lang.ClassNotFoundException:
org.apache.axis2.handlers.addressing.AddressingInHandler 
at java.net.URLClassLoader$1.run(URLClassLoader.java:200) 
at java.security.AccessController.doPrivileged(Native Method) 
at java.net.URLClassLoader.findClass(URLClassLoader.java:188) 
at java.lang.ClassLoader.loadClass(ClassLoader.java:306) 
at java.lang.ClassLoader.loadClass(ClassLoader.java:251) 
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) 
at java.lang.Class.forName0(Native Method) 
at java.lang.Class.forName(Class.java:164) 
at org.apache.axis2.util.Loader.loadClass(Loader.java:261) 
at org.apache.axis2.util.Loader.loadClass(Loader.java:229) 
at org.apache.axis2.deployment.util.Utils.getHandlerClass(Utils.java:425) 
... 26 more 

Any help or guide to resource is highly appreciated. 
Thanks a lot 
Vs
-- 
View this message in context: http://www.nabble.com/addressing-1.41.mar-module%2C-which-is-not-valid%2C-caused-org.apache.axis2.handlers.addressing.AddressingInHandler-tp23868547p23868547.html
Sent from the Axis - User mailing list archive at Nabble.com.