java.lang.IllegalStateException: doFlush must return future.
------------------------------------------------------------
Key: DIRMINA-151
URL: http://issues.apache.org/jira/browse/DIRMINA-151
Project: Directory MINA
Type: Bug
Versions: 0.9
Reporter: Trustin Lee
Assigned to: Trustin Lee
Fix For: 0.9.1
2005-12-23 10:51:34,095 [IoThreadPool-1] ERROR ESMonitorProtocol MAIN -
Exception :
java.lang.IllegalStateException: doFlush must return future.
at
org.apache.mina.filter.codec.support.SimpleProtocolEncoderOutput.flush(SimpleProtocolEncoderOutput.java:97)
at
org.apache.mina.filter.codec.ProtocolCodecFilter.filterWrite(ProtocolCodecFilter.java:158)
at
org.apache.mina.common.support.AbstractIoFilterChain.callPreviousFilterWrite(AbstractIoFilterChain.java:556)
at
org.apache.mina.common.support.AbstractIoFilterChain.access$7(AbstractIoFilterChain.java:550)
at
org.apache.mina.common.support.AbstractIoFilterChain$1.filterWrite(AbstractIoFilterChain.java:773)
at
org.apache.mina.common.support.AbstractIoFilterChain$3.filterWrite(AbstractIoFilterChain.java:213)
at
org.apache.mina.common.support.AbstractIoFilterChain.callPreviousFilterWrite(AbstractIoFilterChain.java:556)
at
org.apache.mina.common.support.AbstractIoFilterChain.filterWrite(AbstractIoFilterChain.java:547)
at
org.apache.mina.transport.socket.nio.support.SocketSessionImpl.write0(SocketSessionImpl.java:130)
at org.apache.mina.common.support.BaseIoSession.write(BaseIoSession.java:134)
This exception should not be thrown in normal state. I checked the code, and
its logic didn't have any problem. The possible reasons are:
* Messages are being sent from multiple threads at the same time. (It can be a
problem because there's no synchronization code in SimpleProtocolEncoderOutput)
* User might have implemented his ProtocolEncoder to write *null* to
ProtocolEncoderOutput. SimpleProtocolEncoderOutput doesn't prohibit for now.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira