Hey Trustin, Nice timing. :) In our forums the following thread was posted about this problem with a little more information.
http://www.igniterealtime.org/forum/thread.jspa?threadID=25313&tstart=0 We still don't have a way to reproduce it but as you can see the problem is quite frequent (under some unknown special case). Thanks for your help. -- Gato -----Original Message----- From: Trustin Lee [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 7:28 PM To: [email protected] Subject: Re: Sporadic error when using SSL Hi Gaston, Are you still getting SSL-related exceptions? I've never experienced such an exception. Trustin On 1/26/07, Gaston Dombiak <[EMAIL PROTECTED]> wrote: > Hey guys, > > > > I'm seeing the following errors in our log files and was wondering if > you have any idea what is causing it. > > > > java.lang.IllegalArgumentException > > at java.nio.Buffer.position(Buffer.java:218) > > at > org.apache.mina.filter.support.SSLHandler.messageReceived(SSLHandler.jav > a:303) > > at > org.apache.mina.filter.SSLFilter.messageReceived(SSLFilter.java:392) > > at > org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageRece > ived(AbstractIoFilterChain.java:362) > > at > org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abstrac > tIoFilterChain.java:54) > > at > org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.message > Received(AbstractIoFilterChain.java:800) > > at > org.apache.mina.common.support.AbstractIoFilterChain$HeadFilter.messageR > eceived(AbstractIoFilterChain.java:617) > > at > org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageRece > ived(AbstractIoFilterChain.java:362) > > at > org.apache.mina.common.support.AbstractIoFilterChain.fireMessageReceived > (AbstractIoFilterChain.java:353) > > at > org.apache.mina.transport.socket.nio.SocketIoProcessor.read(SocketIoProc > essor.java:246) > > at > org.apache.mina.transport.socket.nio.SocketIoProcessor.process(SocketIoP > rocessor.java:206) > > at > org.apache.mina.transport.socket.nio.SocketIoProcessor.access$500(Socket > IoProcessor.java:44) > > at > org.apache.mina.transport.socket.nio.SocketIoProcessor$Worker.run(Socket > IoProcessor.java:502) > > at > org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.j > ava:43) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecuto > r.java:650) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja > va:675) > > at java.lang.Thread.run(Thread.java:595) > > > > We are using MINA branch 1.1 and the SSLFilter is added when using > StartTLS. So far I'm not able to find a way to reproduce it. Any help is > greatly appreciated. > > > > Thanks, > > > > -- Gato > > -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
