Hi Vidula!

You'd get this error if your server side crashed, for instance.  It just means that 
the connection was dropped and the client doesn't know why.  Can't really tell you 
much more than that - were you running against an Axis server?

--Glen

> -----Original Message-----
> From: Vidula Pant [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 17, 2002 11:57 PM
> To: [EMAIL PROTECTED]
> Subject: Urgent!!
> 
> 
> Why would I get an error like this??
> 
> java.net.SocketException: Connection reset by peer: JVM_recv in socket
> input str
> eam read
>         at org.apache.axis.AxisFault.makeFault(Unknown Source)
>         at org.apache.axis.transport.http.HTTPSender.invoke(Unknown
> Source)
>         at org.apache.axis.strategies.InvocationStrategy.visit(Unknown
> Source)
>         at org.apache.axis.SimpleChain.doVisiting(Unknown Source)
>         at org.apache.axis.SimpleChain.invoke(Unknown Source)
>         at org.apache.axis.client.AxisClient.invoke(Unknown Source)
>         at org.apache.axis.client.Call.invoke(Unknown Source)
>         at org.apache.axis.client.Call.invoke(Unknown Source)
>         at org.apache.axis.client.Call.invoke(Unknown Source)
>         at org.apache.axis.client.Call.invoke(Unknown Source)
>         at samples.image.Client.main(Client.java:37)
> Caused by: java.net.SocketException: Connection reset by 
> peer: JVM_recv in
> socke
> t input stream read
>         at java.net.SocketInputStream.socketRead0(Native Method)
>         at java.net.SocketInputStream.read(SocketInputStream.java:116)
>         at 
> java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
>         at 
> java.io.BufferedInputStream.read(BufferedInputStream.java:201)
>         ... 10 more
> 
> 
> Any help is more than welcome!
> -Vidula
> 

Reply via email to