You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Bruce Snyder (JIRA)" <ji...@apache.org> on 2010/09/18 18:44:12 UTC

[jira] Updated: (AMQ-2204) java.nio.channels.CancelledKeyException thrown by NIO transport

     [ https://issues.apache.org/activemq/browse/AMQ-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder updated AMQ-2204:
------------------------------

    Fix Version/s: 5.5.0
                       (was: 5.4.1)

> java.nio.channels.CancelledKeyException thrown by NIO transport
> ---------------------------------------------------------------
>
>                 Key: AMQ-2204
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2204
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: 5.2.0
>         Environment: AMQ 5.2 Linux 64 bit Ubuntu
>            Reporter: Benjamin Darfler
>             Fix For: 5.5.0
>
>
> INFO   | jvm 1    | 2009/04/10 16:51:59 | ERROR NIOTransport                   - Could not stop service: tcp:///10.1.10.3:38494. Reason: java.nio.channels.CancelledKeyException
> INFO   | jvm 1    | 2009/04/10 16:51:59 | java.nio.channels.CancelledKeyException
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:55)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at sun.nio.ch.SelectionKeyImpl.interestOps(SelectionKeyImpl.java:64)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.transport.nio.SelectorSelection.disable(SelectorSelection.java:52)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.transport.nio.NIOTransport.doStop(NIOTransport.java:152)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.util.ServiceSupport.stop(ServiceSupport.java:69)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.transport.tcp.TcpTransport.stop(TcpTransport.java:499)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.transport.TransportFilter.stop(TransportFilter.java:64)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.transport.WriteTimeoutFilter.stop(WriteTimeoutFilter.java:113)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.transport.InactivityMonitor.stop(InactivityMonitor.java:113)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.transport.TransportFilter.stop(TransportFilter.java:64)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.transport.WireFormatNegotiator.stop(WireFormatNegotiator.java:87)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.transport.TransportFilter.stop(TransportFilter.java:64)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.broker.TransportConnection.doStop(TransportConnection.java:960)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.broker.jmx.ManagedTransportConnection.doStop(ManagedTransportConnection.java:74)
> INFO   | jvm 1    | 2009/04/10 16:51:59 | 	at org.apache.activemq.broker.TransportConnection$3.run(TransportConnection.java:925)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.