On Tue, Jun 2, 2009 at 8:54 AM, conrad_ <[email protected]> wrote: > > Thankyou for your reply, but are you sure?
pretty much. The stack trace is clear about it. "Connection remote by peer" > > My server used the QuickServer framework before using MINA and this > exception never occurred with QS. > > The client(s) have not changed, as they connect and behave the same way as > always (always keeps the connection), but when they connect to the server > that uses MINA, the IOException occurs, but with QS the exception never > occured. This is what has lead me to believe that it is a MINA problem. > > Could the client had closed the socket because of something happening on the > MINA side (something not enabling the client to continue so forcing to close > the socket)? This is an option. Many application will simply close the connection if they receive something wrong. In this case, I would suggest you check what's sent to the client before the connection is closed. Wireshark could help. You would also like to use MINA 1.1.7 version, which is much mature, unless you are stuck with an old version of JDK. Give a try to MINA 2.0.0 too. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
