Re: Connection reset by peer

2010-01-23 Thread Ted Yu
The version we use is 2.0.0-RC1 On Sat, Jan 23, 2010 at 4:27 AM, Ted Yu yuzhih...@gmail.com wrote: Hi, I saw this snippet in our server log many times: 2010-01-22 14:01:53,006 INFO [net.kindsight.rpc.server.impl.RpcIoHandler] session is opened: (0x00B1: nio socket, server,

Re: Connection reset by peer

2010-01-23 Thread Ashish
This problem is not specific to MINA. This occurs when the peer client resets the connection in middle of conversation. Its best to clean resources in this scenario, if you have kept any stuff related to the Client there. If you have worked with Servlets, as a beginner, you can see bunch of these

Re: Connection reset by peer

2010-01-23 Thread Emmanuel Lecharny
Ted Yu a écrit : Hi, I saw this snippet in our server log many times: snip/ java.io.IOException: Connection reset by peer /snip If someone has seen such stack trace, please share how to fix the problem. Very simple : stop accepting clients who evily disconnect without notice !