Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 82332 invoked from network); 10 Apr 2009 17:59:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Apr 2009 17:59:55 -0000 Received: (qmail 8063 invoked by uid 500); 10 Apr 2009 17:59:55 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 7990 invoked by uid 500); 10 Apr 2009 17:59:55 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 7980 invoked by uid 99); 10 Apr 2009 17:59:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2009 17:59:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2009 17:59:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9C503234C051 for ; Fri, 10 Apr 2009 10:59:31 -0700 (PDT) Message-ID: <34922130.1239386371625.JavaMail.jira@brutus> Date: Fri, 10 Apr 2009 10:59:31 -0700 (PDT) From: "Benjamin Darfler (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2204) java.nio.channels.CancelledKeyException thrown by NIO transport MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org 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 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.