I get the following exceptions:

java.lang.IllegalStateException: Already released buffer.  You released the
buffer too many times.
        at
org.apache.mina.common.PooledByteBufferAllocator$PooledByteBuffer.release(PooledByteBufferAllocator.java:310)
        at
org.apache.mina.common.ByteBufferProxy.release(ByteBufferProxy.java:69)
        at
org.apache.mina.transport.socket.nio.SocketIoProcessor.releaseWriteBuffers(SocketIoProcessor.java:392)
        at
org.apache.mina.transport.socket.nio.SocketIoProcessor.doRemove(SocketIoProcessor.java:209)
        at
org.apache.mina.transport.socket.nio.SocketIoProcessor.access$700(SocketIoProcessor.java:44)
        at
org.apache.mina.transport.socket.nio.SocketIoProcessor$Worker.run(SocketIoProcessor.java:528)
        at
org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:39)
        at java.lang.Thread.run(Thread.java:595)

when running application in jboss clustered environment. Mina-core version
1.0.5.
-- 
View this message in context: 
http://www.nabble.com/java.lang.IllegalStateException%3A-Already-released-buffer.--You-released-the-buffer-too-many-times.-tf4534734s16868.html#a12941234
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to