RMI Connection Reset
843793Oct 19 2005 — edited Oct 21 2005HI ppl,
I have RMI application which works fine for 1-2days and after that client throws an exception.
Error unmarshaling return header; nested exception is:
java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read
and then
Connection refused to host: 192.168.100.80; nested exception is:
java.net.ConnectException: Connection refused: c
Now when I restart the server everything starts to work fine again.
Please advise what can cause this problem.
Thanks in advance