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 Richard Wild <rw...@weatherbys.co.uk> on 2006/08/21 17:47:45 UTC

[Axis2] TestEchoBlockingClient.bat - Axis2 transport error : Not found;

Hi all,
 
I am trying to work my way through the user guide to familiarise myself with
this utility, and have hit a brick wall when trying to test the example web
service client.  When executing TestEchoBlockingClient.bat, I get this:
 
C:\PROGRA~1\AXIS2-~1.0-B\samples\USERGU~1\src\USERGU~1\clients\bin>TestEchoB
lockingClient.bat
log4j:WARN No appenders could be found for logger
(org.apache.axiom.om.impl.builder.StAXOMBuilder).
log4j:WARN Please initialize the log4j system properly.
org.apache.axis2.AxisFault: Axis2 transport error : Not found; nested
exception is:
        org.apache.axis2.AxisFault: Axis2 transport error : Not found;
nested exception is:
        org.apache.axis2.AxisFault: Axis2 transport error : Not found;
nested exception is:
        org.apache.axis2.AxisFault: Axis2 transport error : Not found
        at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTT
PTransportSender.java:223)
        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:589)
        at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperatio
n.java:328)
        at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOpera
tion.java:279)
        at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:457)
        at
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:399)
        at
userguide.clients.EchoBlockingClient.main(EchoBlockingClient.java:42)
Caused by: org.apache.axis2.AxisFault: Axis2 transport error : Not found;
nested exception is:
        org.apache.axis2.AxisFault: Axis2 transport error : Not found
        at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithC
ommons(CommonsHTTPTransportSender
.java:305)
        at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTT
PTransportSender.java:207)
        ... 6 more
Caused by: org.apache.axis2.AxisFault: Axis2 transport error : Not found
        at
org.apache.axis2.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.j
ava:117)
        at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithC
ommons(CommonsHTTPTransportSender
.java:299)
        ... 7 more
 
The same thing happens if I try the TestEchoBlockingClient target with Ant.
Googling the error message shows me that few people have encountered this
error - and those few seem to have been playing with the Synapse project,
which I am not - so I assume I did something dumb.
 
Any and all suggestions gratefully received.
 
Cheers,
Rich.



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] TestEchoBlockingClient.bat - Axis2 transport error : Not found;

Posted by Davanum Srinivas <da...@gmail.com>.
that's a HTTP 404 from the server.

-- dims

On 8/21/06, Richard Wild <rw...@weatherbys.co.uk> wrote:
> Hi all,
>
> I am trying to work my way through the user guide to familiarise myself with
> this utility, and have hit a brick wall when trying to test the example web
> service client.  When executing TestEchoBlockingClient.bat, I get this:
>
> C:\PROGRA~1\AXIS2-~1.0-B\samples\USERGU~1\src\USERGU~1\clients\bin>TestEchoB
> lockingClient.bat
> log4j:WARN No appenders could be found for logger
> (org.apache.axiom.om.impl.builder.StAXOMBuilder).
> log4j:WARN Please initialize the log4j system properly.
> org.apache.axis2.AxisFault: Axis2 transport error : Not found; nested
> exception is:
>         org.apache.axis2.AxisFault: Axis2 transport error : Not found;
> nested exception is:
>         org.apache.axis2.AxisFault: Axis2 transport error : Not found;
> nested exception is:
>         org.apache.axis2.AxisFault: Axis2 transport error : Not found
>         at
> org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTT
> PTransportSender.java:223)
>         at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:589)
>         at
> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperatio
> n.java:328)
>         at
> org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOpera
> tion.java:279)
>         at
> org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:457)
>         at
> org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:399)
>         at
> userguide.clients.EchoBlockingClient.main(EchoBlockingClient.java:42)
> Caused by: org.apache.axis2.AxisFault: Axis2 transport error : Not found;
> nested exception is:
>         org.apache.axis2.AxisFault: Axis2 transport error : Not found
>         at
> org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithC
> ommons(CommonsHTTPTransportSender
> .java:305)
>         at
> org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTT
> PTransportSender.java:207)
>         ... 6 more
> Caused by: org.apache.axis2.AxisFault: Axis2 transport error : Not found
>         at
> org.apache.axis2.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.j
> ava:117)
>         at
> org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithC
> ommons(CommonsHTTPTransportSender
> .java:299)
>         ... 7 more
>
> The same thing happens if I try the TestEchoBlockingClient target with Ant.
> Googling the error message shows me that few people have encountered this
> error - and those few seem to have been playing with the Synapse project,
> which I am not - so I assume I did something dumb.
>
> Any and all suggestions gratefully received.
>
> Cheers,
> Rich.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org