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 Deng Ruijie <de...@scs.com.sg> on 2001/10/19 10:07:54 UTC

error occurred on client testing for soap v2.2 with tomcat v3.3

Hi,

I need your help on this test.

The soap and tomcat are installed properly. The server test with
'http://ruijie:8080/soap/servlet/rpcrouter' is done successfully.

But I encountered error message as follows when doing client side test:

=============================================
(C) Copyright 1985-1999 Microsoft Corp.

C:\>set classpath
classpath=e:\utils\common\xerces.jar;e:\utils\common\xml4j.jar;e:\utils\comm
on\m
ail.jar;e:\utils\common\activation.jar;e:\utils\common\bsf.jar;e:\utils\comm
on\j
s.jar;e:\utils\common\smtp.jar;e:\utils\common\pop3.jar;e:\utils\common\xmis
oap.
jar;E:\Utils\soap-2_2\lib\soap.jar;e:\Utils\soap-2_2\lib;.;

C:\>java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/
servlet/rpcrouter list
Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client;
msg=Connec
tion aborted by peer: JVM_recv in socket input stream read;
targetException=java
.net.SocketException: Connection aborted by peer: JVM_recv in socket input
strea
m 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.list(ServiceManagerClient
.java:151)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
.java:237)

C:\>
=============================

Thank a lot & best regard,

Richard Deng