Export to GitHub

ksoap2-android - issue #129

SocketException: Connection reset by peer


Posted on Jul 19, 2012 by Grumpy Horse

What steps will reproduce the problem? 1. android use ksoap2 to invoke CXF webservice method 2. the first response is ok 3. got exception when invoke CXF webservice method again

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

07-19 16:30:52.990: W/System.err(17354): java.net.SocketException: Connection reset by peer 07-19 16:30:52.995: W/System.err(17354): at org.apache.harmony.luni.platform.OSNetworkSystem.read(Native Method) 07-19 16:30:52.995: W/System.err(17354): at dalvik.system.BlockGuard$WrappedNetworkSystem.read(BlockGuard.java:280) 07-19 16:30:52.995: W/System.err(17354): at org.apache.harmony.luni.net.PlainSocketImpl.read(PlainSocketImpl.java:448) 07-19 16:30:52.995: W/System.err(17354): at org.apache.harmony.luni.net.SocketInputStream.read(SocketInputStream.java:75) 07-19 16:30:52.995: W/System.err(17354): at org.apache.harmony.luni.net.SocketInputStream.read(SocketInputStream.java:66) 07-19 16:30:53.000: W/System.err(17354): at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:142) 07-19 16:30:53.000: W/System.err(17354): at java.io.BufferedInputStream.read(BufferedInputStream.java:227) 07-19 16:30:53.000: W/System.err(17354): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.readLine(HttpURLConnectionImpl.java:671) 07-19 16:30:53.000: W/System.err(17354): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.readResponseHeaders(HttpURLConnectionImpl.java:699)

Comment #1

Posted on Aug 21, 2012 by Swift Hippo

I can not do anything with this. IT does not even seem to be ksoap2 code that fails. I will close this issue

Status: Invalid

Labels:
Type-Defect Priority-Medium