Please try to svn up again. You are not using the latest revision. HTH, Trustin
On Dec 14, 2007 2:37 AM, Saurabh Jain <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using mina-core-2.0.0-M1-SNAPSHOT which i compiled from trunk from > revision number 581243 (This is the highest reviosion number of the files on > my machine) > > Thanks > Saurabh > > > > > Trustin Lee wrote: > > > > Could you let us know the version number of MINA you are using? > > > > Trustin > > > > On Dec 12, 2007 4:18 AM, Saurabh Jain <[EMAIL PROTECTED]> wrote: > >> > >> Hi All, > >> > >> I have written an Client/Server application. When my server is trying to > >> send a big chink of data, i am getting the following exception > >> > >> javax.net.ssl.SSLException: SSLEngine error during encrypt: > >> BUFFER_OVERFLOW > >> src: java.nio.HeapByteBuffer[pos=16384 lim=16418 cap=16418]outNetBuffer: > >> java.nio.HeapByteBuffer[pos=16421 lim=32836 cap=32836] > >> at > >> org.apache.mina.filter.ssl.SslHandler.encrypt(SslHandler.java:380) > >> at > >> org.apache.mina.filter.ssl.SslFilter.filterWrite(SslFilter.java:506) > >> at > >> org.apache.mina.common.DefaultIoFilterChain.callPreviousFilterWrite(DefaultIoFilterChain.java:421) > >> at > >> org.apache.mina.common.DefaultIoFilterChain.access$1400(DefaultIoFilterChain.java:38) > >> at > >> org.apache.mina.common.DefaultIoFilterChain$EntryImpl$1.filterWrite(DefaultIoFilterChain.java:745) > >> at > >> org.apache.mina.filter.codec.ProtocolCodecFilter$ProtocolEncoderOutputImpl.flush(ProtocolCodecFilter.java:384) > >> at > >> org.apache.mina.filter.codec.ProtocolCodecFilter.filterWrite(ProtocolCodecFilter.java:210) > >> at > >> org.apache.mina.common.DefaultIoFilterChain.callPreviousFilterWrite(DefaultIoFilterChain.java:421) > >> at > >> org.apache.mina.common.DefaultIoFilterChain.access$1400(DefaultIoFilterChain.java:38) > >> at > >> org.apache.mina.common.DefaultIoFilterChain$EntryImpl$1.filterWrite(DefaultIoFilterChain.java:745) > >> at > >> org.apache.mina.common.DefaultIoFilterChain$TailFilter.filterWrite(DefaultIoFilterChain.java:671) > >> at > >> org.apache.mina.common.DefaultIoFilterChain.callPreviousFilterWrite(DefaultIoFilterChain.java:421) > >> at > >> org.apache.mina.common.DefaultIoFilterChain.fireFilterWrite(DefaultIoFilterChain.java:415) > >> at > >> org.apache.mina.common.AbstractIoSession.write(AbstractIoSession.java:241) > >> at > >> org.apache.mina.common.AbstractIoSession.write(AbstractIoSession.java:200) > >> > >> I get this problem in my office network ( Tested on 3 different machines) > >> but i am not able to reproduce it in my home network ( tried on 2 > >> different > >> machines). > >> > >> is it related to https://issues.apache.org/jira/browse/DIRMINA-471 ? > >> > >> Saurabh > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/BUFFER_OVERFLOW-tp14281194s16868p14281194.html > >> Sent from the Apache MINA Support Forum mailing list archive at > >> Nabble.com. > >> > >> > > > > > > > > -- > > what we call human nature is actually human habit > > -- > > http://gleamynode.net/ > > -- > > PGP Key ID: 0x0255ECA6 > > > > > > -- > View this message in context: > http://www.nabble.com/BUFFER_OVERFLOW-tp14281194s16868p14320888.html > > Sent from the Apache MINA Support Forum mailing list archive at Nabble.com. > > -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
