On 11/23/11 8:21 AM, pinus wrote:


Emmanuel Lecharny wrote:
Even if you implement the exceptionCaught() event in your handler ?

I implemented a org.apache.mina.core.service.IoHandlerAdapter with:

@Override
public void exceptionCaught(IoSession session, Throwable throwable)
{
     getLogger().log(Level.WARNING, "Exception during message processing",
throwable);
     session.close(true);
     this.acknowleger.sessionClosed(session);
}

Is there another error handler to overwrite to get some more information
from MINA?

no, it's ok. Did you get any logs ?


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Reply via email to