Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

java.net.SocketException: Connection aborted by peer:

0 views
Skip to first unread message

mandiie

unread,
Oct 22, 2001, 5:35:44 AM10/22/01
to
My object is serialized and I can write it out to a file
string with ObjectOutputStream but when sending over the wire
to the RMI server I get this exeception. I searched and haven't
seen any errors like this before. Running Jdk1.3/Win2000.
I have suceeded talking to the server with other objects but this
one I can't figure out the problem. Is there a way to get more
debugging output.

java.rmi.MarshalException: error marshalling arguments; nested
exception is:
java.net.SocketException: Connection aborted by peer:
socket write error
java.net.SocketException: Connection aborted by peer: socket write error
at java.net.SocketOutputStream.socketWrite(Native Method)
at java.net.SocketOutputStream.write(SocketOutputStream.java:83)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:112)
at java.io.ObjectOutputStream.drain(ObjectOutputStream.java:1463)
at java.io.ObjectOutputStream.setBlockData(ObjectOutputStream.java:1486)

at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:407)
Best Regards,
Changolden

0 new messages