Software caused connection abort: socket write error

Hi all,

I am getting the below error while saving the code using developer. Please help me understand wht could be the reason for getting this error.

Error:
java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:105)
at com.wm.net.HttpOutputStream.write(HttpOutputStream.java:60)
at com.wm.util.ByteOutputBuffer.writeToStream(ByteOutputBuffer.java:132)
at com.wm.net.HttpPostBufferStream.writeToStream(HttpPostBufferStream.java:106)
at com.wm.net.NetURLConnection.getInputStream(NetURLConnection.java:183)
at com.wm.driver.comm.b2b.http.SessionHTTPLink.transportMsg(SessionHTTPLink.java:102)
at com.wm.driver.comm.b2b.http.HTTPLink$HTTPSendReceive.run(HTTPLink.java:459)
at java.lang.Thread.run(Thread.java:595)

Thanks,
SM

Hi,

I am not sure what causes this error, but, restarting the server has helped to resolve it.
Recently we’ve migrated from wM 6.5 to 8.0 and are often encountering this issue.

  • Hari