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 Xavier Renard <xa...@ulg.ac.be> on 2001/11/29 17:18:50 UTC

deploy service problem

Hello,


I'm new with SOAP and I do have a problem with deploying a service with
SOAP.
I did install SOAP with Tomcat 3.3 without a problem. Then I did a
deployement descriptor (in fact, I follow the example in the book java &
XML )
and when I did launch this command
java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouteur deploy CDCatalog.xml

I receive this Exception
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client;
msg=Connec
tion shutdown: JVM_recv in socket input stream read;
targetException=java.net.So
cketException: Connection shutdown: JVM_recv in socket input stream read]
        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.deploy(ServiceManagerClie
nt.java:142)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
.java:230)

Can you tell me where is the problem

Thank you

Xavier