Given this stack trace snippet
Caused by: java.net.SocketException: Software caused connection abort: socket write error &nbs
For anyone using simple Client Server programms and getting this error, it is a problem of unclosed (or closed to early) Input or Output Streams.