Hi All,
I deployed the service Axis2SampleDocLitPortType successfully as
mentioned in the use-guide.But when I tried to access this service through
client I got the following exceptions.I would appreciate if someone could tell
me the cause of this error.Below is the output that I got after running the
client:
[EMAIL PROTECTED]:~/Desktop/softwares/axis2-0.93-bin/samples/src$ java
-classpath $CLASSPATH org/apache/axis2/userguide/TestClient
- Module validation failed
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler
org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler
at
org.apache.axis2.context.ConfigurationContextFactory.buildClientConfigurationContext(ConfigurationContextFactory.java:68)
at
org.apache.axis2.userguide.Axis2SampleDocLitPortTypeStub.<init>(Axis2SampleDocLitPortTypeStub.java:53)
at org.apache.axis2.userguide.TestClient.foo(TestClient.java:35)
at org.apache.axis2.userguide.TestClient.main(TestClient.java:21)
Caused by: org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler
at
org.apache.axis2.deployment.DeploymentEngine.loadClient(DeploymentEngine.java:272)
at
org.apache.axis2.context.ConfigurationContextFactory.buildClientConfigurationContext(ConfigurationContextFactory.java:60)
... 3 more
Caused by: org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler
at
org.apache.axis2.deployment.DeploymentEngine.buildModule(DeploymentEngine.java:743)
at
org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:433)
at
org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:329)
at
org.apache.axis2.deployment.DeploymentEngine.loadClient(DeploymentEngine.java:269)
... 4 more
Caused by: org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler
at
org.apache.axis2.deployment.util.Utils.getHandlerClass(Utils.java:136)
at
org.apache.axis2.deployment.util.Utils.addFlowHandlers(Utils.java:116)
at
org.apache.axis2.deployment.DeploymentEngine.buildModule(DeploymentEngine.java:727)
... 7 more
[EMAIL PROTECTED]:~/Desktop/softwares/axis2-0.93-bin/samples/src$ javac
-classpath
$CLASSPATH:org/apache/axis2/userguide/databinding/org/apache/axis2/userguide/.*:org/apache/axis2/userguide/databinding/org/apache/axis2/userguide/impl/.*:org/apache/axis2/userguide/databinding/org/w3/www/.*:org/apache/axis2/userguide/databinding/org/w3/www/impl/.*:org/apache/axis2/userguide/databinding/org/xmlsoap/schemas/.*
org/apache/axis2/userguide/TestClient.java
[EMAIL PROTECTED]:~/Desktop/softwares/axis2-0.93-bin/samples/src$ java
-classpath
$CLASSPATH:org/apache/axis2/userguide/databinding/org/apache/axis2/userguide/.*:org/apache/axis2/userguide/databinding/org/apache/axis2/userguide/impl/.*:org/apache/axis2/userguide/databinding/org/w3/www/.*:org/apache/axis2/userguide/databinding/org/w3/www/impl/.*:org/apache/axis2/userguide/databinding/org/xmlsoap/schemas/.*
org/apache/axis2/userguide/TestClient
- Module validation failed
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler
org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler
at
org.apache.axis2.context.ConfigurationContextFactory.buildClientConfigurationContext(ConfigurationContextFactory.java:68)
at
org.apache.axis2.userguide.Axis2SampleDocLitPortTypeStub.<init>(Axis2SampleDocLitPortTypeStub.java:53)
at org.apache.axis2.userguide.TestClient.foo(TestClient.java:35)
at org.apache.axis2.userguide.TestClient.main(TestClient.java:21)
Caused by: org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler
at
org.apache.axis2.deployment.DeploymentEngine.loadClient(DeploymentEngine.java:272)
at
org.apache.axis2.context.ConfigurationContextFactory.buildClientConfigurationContext(ConfigurationContextFactory.java:60)
... 3 more
Caused by: org.apache.axis2.deployment.DeploymentException:
org.apache.axis.handlers.addressing.AddressingInHandler; nested exception is:
org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler
at
org.apache.axis2.deployment.DeploymentEngine.buildModule(DeploymentEngine.java:743)
at
org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java:433)
at
org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:329)
at
org.apache.axis2.deployment.DeploymentEngine.loadClient(DeploymentEngine.java:269)
... 4 more
Caused by: org.apache.axis2.AxisFault:
org.apache.axis.handlers.addressing.AddressingInHandler
at
org.apache.axis2.deployment.util.Utils.getHandlerClass(Utils.java:136)
at
org.apache.axis2.deployment.util.Utils.addFlowHandlers(Utils.java:116)
at
org.apache.axis2.deployment.DeploymentEngine.buildModule(DeploymentEngine.java:727)
... 7 more
Kind Regards
Kashif Saleem