kvin024 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

SocketException: Connection reset by peer #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.rea
dLine(HttpURLConnectionImpl.java:671)
07-19 16:30:53.000: W/System.err(17354):    at 
org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.rea
dResponseHeaders(HttpURLConnectionImpl.java:699)

Original issue reported on code.google.com by 21fred...@gmail.com on 19 Jul 2012 at 9:15

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

Original comment by mosa...@gmail.com on 21 Aug 2012 at 8:01