Issue Details (XML | Word | Printable)

Key: DIRMINA-91
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Trustin Lee
Reporter: Trustin Lee
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MINA

BufferUnderflowException while calling ProtocolViolationException.getMessage()

Created: 22/Sep/05 01:27 AM   Updated: 22/Sep/05 01:35 AM
Return to search
Component/s: None
Affects Version/s: 0.7.0
Fix Version/s: 0.8.0

Time Tracking:
Not Specified

Resolution Date: 22/Sep/05 01:35 AM


 Description  « Hide
This issues has been posted to MINA forum by Thomas:

http://gleamynode.net/dev/forum/read.php?1,146

Posted by: Thomas (aurorum10-0.aurorum.se)
Date: September 21, 2005 11:00PM

Hi. I'm running a server with mina 0.7.4 on linux and somtimes I get a BufferUnderflowException in my server. It dosn't seem to affect the server however.

java.nio.BufferUnderflowException
at java.nio.Buffer.nextGetIndex(Buffer.java:398)
at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:205)
at org.apache.mina.common.ByteBuffer$DefaultByteBuffer.get(ByteBuffer.java:720)
at org.apache.mina.common.ByteBufferHexDumper.getHexdump(ByteBufferHexDumper.java:78)
at org.apache.mina.common.ByteBuffer$DefaultByteBuffer.getHexDump(ByteBuffer.java:1029)
at org.apache.mina.protocol.ProtocolViolationException.getMessage(ProtocolViolationException.java:84)
at com.agency9.network.masterserver.A9MasterProtocolHandler.exceptionCaught(A9MasterProtocolHandler.java:41)
at org.apache.mina.protocol.AbstractProtocolFilterChain$2.exceptionCaught(AbstractProtocolFilterChain.java:142)
at org.apache.mina.protocol.AbstractProtocolFilterChain.callNextExceptionCaught(AbstractProtocolFilterChain.java:405)
at org.apache.mina.protocol.AbstractProtocolFilterChain.access$900(AbstractProtocolFilterChain.java:50)
at org.apache.mina.protocol.AbstractProtocolFilterChain$Entry$1.exceptionCaught(AbstractProtocolFilterChain.java:518)
at org.apache.mina.protocol.AbstractProtocolFilterChain$1.exceptionCaught(AbstractProtocolFilterChain.java:93)
at org.apache.mina.protocol.AbstractProtocolFilterChain.callNextExceptionCaught(AbstractProtocolFilterChain.java:405)
at org.apache.mina.protocol.AbstractProtocolFilterChain.exceptionCaught(AbstractProtocolFilterChain.java:396)
at org.apache.mina.protocol.ProtocolSessionManagerFilterChain$1.exceptionCaught(ProtocolSessionManagerFilterChain.java:71)
at org.apache.mina.protocol.AbstractProtocolFilterChain.callNextExceptionCaught(AbstractProtocolFilterChain.java:405)
at org.apache.mina.protocol.AbstractProtocolFilterChain.access$900(AbstractProtocolFilterChain.java:50)
at org.apache.mina.protocol.AbstractProtocolFilterChain$Entry$1.exceptionCaught(AbstractProtocolFilterChain.java:518)
at org.apache.mina.protocol.filter.ProtocolThreadPoolFilter.processEvent(ProtocolThreadPoolFilter.java:116)
at org.apache.mina.util.BaseThreadPool$Worker.processEvents(BaseThreadPool.java:393)
at org.apache.mina.util.BaseThreadPool$Worker.run(BaseThreadPool.java:333)

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Trustin Lee made changes - 22/Sep/05 01:35 AM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]