java.net.SocketException: Connection reset by peer: socket write error
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
before running my test in debug mode, i open the debug view, and remove some breakpoints (such as some remaining on NullPointersExceptions, and Sockets)
Try removing all the breakpoints (even if breakpoints are disabled the problem still occurs, yes even if both disabled entirely and piecewise).
Solutions on the web
via Oracle Community by 807554, 1 year ago
via Oracle Community by 843797, 1 year ago
via hivmr.com by Unknown author, 1 year ago
via websina.com by Unknown author, 1 year ago
via Oracle Community by 3004, 9 months ago
via Oracle Community by 843811, 2 years ago
java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite(Native Method)
at java.net.SocketOutputStream.write(SocketOutputStream.java:96)
at java.io.ObjectOutputStream.drain(ObjectOutputStream.java:1463)
at java.io.ObjectOutputStream.setBlockData(ObjectOutputStream.java:1486)
at java.io.ObjectOutputStream.resetStream(ObjectOutputStream.java:566)
at java.io.ObjectOutputStream.
(ObjectOutputStream.java:160)