You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by 单宝松 <sh...@hotmail.com> on 2001/11/27 16:47:52 UTC

error message is "broken pipe"

I have installed Apache, Tomcat3.2.4, Javamail, Jaf, jdk, soap according to the instructions on http://xml.apache.org/soap/docs/index.html. I can get the page which is "
  SOAP (RPC|Message) Router
  Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me. "

But when I run

java org.apache.soap.server.ServiceManagerClient http://192.168.6.250:8080/soap/servlet/rpcrouter list 

I can't get the proper result. Instead, I get error message like the following:

Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=Broken
 pipe: Broken pipe; targetException=java.net.SocketException: Broken pipe: Broke
n pipe]
        at org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnec
tion.java:328)
        at org.apache.soap.rpc.Call.invoke(Call.java:205)
        at org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManag
erClient.java:129)
        at org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient
.java:151)
        at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
.java:237)

Please help me!! Thanks.

Baosong Shan

Beijing University of Aeronautics and Astranautics