The first time I ran the PingClient test, I got exceptions. However, then when I ran the echoBlockingClient, it showed

- Deploying module : addressing
- Starting to process SOAP 1.1 message
<example1:echo xmlns:example1="http://example1.org/example1"><example1:Text>Axis2 Echo String </example1:Text></example1:echo>

And I ran the PingClient, everything was OK.

What I got the first time running PingClient is

- Module validation failed  org.apache.axis2.handlers.addressing.AddressingInHandler; nested exception is:
        org.apache.axis2.AxisFault: org.apache.axis2.handlers.addressing.AddressingInHandler
org.apache.axis2.deployment.DeploymentException : org.apache.axis2.handlers.addressing.AddressingInHandler; nested exception is:
        org.apache.axis2.AxisFault: org.apache.axis2.handlers.addressing.AddressingInHandler; nested exception is:
        org.apache.axis2.deployment.DeploymentException : org.apache.axis2.handlers.addressing.AddressingInHandler; nested exception is:
        org.apache.axis2.AxisFault: org.apache.axis2.handlers.addressing.AddressingInHandler
        at org.apache.axis2.deployment.DeploymentEngine.load (DeploymentEngine.java:542)
        at org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:56)
        at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext (ConfigurationContextFactory.java:39)
        at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:53)
        at org.apache.axis2.client.ServiceClient .<init>(ServiceClient.java:86)
        at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.java:148)
        at userguide.clients.PingClient.main(PingClient.java:34)
Caused by: org.apache.axis2.deployment.DeploymentException : org.apache.axis2.handlers.addressing.AddressingInHandler; nested exception is:
        org.apache.axis2.AxisFault: org.apache.axis2.handlers.addressing.AddressingInHandler
        at org.apache.axis2.deployment.DeploymentEngine.buildModule (DeploymentEngine.java:313)
        at org.apache.axis2.engine.AxisConfiguration.loadModulefromResources(AxisConfiguration.java:387)
        at org.apache.axis2.engine.AxisConfiguration.engageModule(AxisConfiguration.java :328)
        at org.apache.axis2.deployment.DeploymentEngine.engageModules(DeploymentEngine.java:502)
        at org.apache.axis2.deployment.DeploymentEngine.load(DeploymentEngine.java:537)
        ... 6 more
Caused by: org.apache.axis2.AxisFault: org.apache.axis2.handlers.addressing.AddressingInHandler
        at org.apache.axis2.deployment.util.Utils.getHandlerClass(Utils.java:159)
        at org.apache.axis2.deployment.util.Utils.addFlowHandlers (Utils.java:55)
        at org.apache.axis2.deployment.DeploymentEngine.buildModule(DeploymentEngine.java:284)
        ... 10 more

Reply via email to