NPE in WriteoutTimer with nio - add support for soWriteTimeout to nio transport
-------------------------------------------------------------------------------
Key: AMQ-2737
URL: https://issues.apache.org/activemq/browse/AMQ-2737
Project: ActiveMQ
Issue Type: Improvement
Components: Transport
Affects Versions: 5.3.2
Reporter: Gary Tully
Assignee: Gary Tully
Fix For: 5.4.0
>From the logs:
2010-04-12 18:17:03,159 ERROR
org.apache.activemq.transport.WriteTimeoutFilter$TimeoutThread.run(WriteTimeoutFilter.java:177)
[WriteTimeoutFilter-Timeout-1] - WriteTimeout thread unable validate existing
sockets.
java.lang.NullPointerException: null
Issue is nio transport doe not support narrow to a
TcpBufferedOutputStream.class, a little refactor and implementation is needed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.