From dev-return-9670-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Fri Feb 22 06:18:56 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 47518 invoked from network); 22 Feb 2008 06:18:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2008 06:18:56 -0000 Received: (qmail 80787 invoked by uid 500); 22 Feb 2008 06:18:50 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 80756 invoked by uid 500); 22 Feb 2008 06:18:50 -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 80747 invoked by uid 99); 22 Feb 2008 06:18:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2008 22:18:50 -0800 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, 22 Feb 2008 06:18:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 63487234C04D for ; Thu, 21 Feb 2008 22:18:14 -0800 (PST) Message-ID: <123543890.1203661094405.JavaMail.jira@brutus> Date: Thu, 21 Feb 2008 22:18:14 -0800 (PST) From: "Denis Abramov (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1482) Channel was inactive for too long. In-Reply-To: <25890862.1193841503572.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41367#action_41367 ] Denis Abramov commented on AMQ-1482: ------------------------------------ Not true, I just checked SNAPSHOT 5.1 and issue is still there > Channel was inactive for too long. > ---------------------------------- > > Key: AMQ-1482 > URL: https://issues.apache.org/activemq/browse/AMQ-1482 > Project: ActiveMQ > Issue Type: Bug > Components: Connector > Affects Versions: 5.0.0 > Environment: Windows XP, Eclipse, OSGi > Reporter: Kevin W Edwards > > 603422 [AcitveMQ Connection Worker: tcp://localhost/127.0.0.1:61616] ERROR JMS Connection Service - exception occurred in JMS connection; restarting > javax.jms.JMSException: Channel was inactive for too long. > at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49) > at org.apache.activemq.ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1638) > at org.apache.activemq.ActiveMQConnection.onException(ActiveMQConnection.java:1655) > at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98) > at org.apache.activemq.transport.ResponseCorrelator.onException(ResponseCorrelator.java:116) > at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98) > at org.apache.activemq.transport.TransportFilter.onException(TransportFilter.java:98) > at org.apache.activemq.transport.WireFormatNegotiator.onException(WireFormatNegotiator.java:143) > at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:155) > at org.apache.activemq.transport.InactivityMonitor.readCheck(InactivityMonitor.java:100) > at org.apache.activemq.transport.InactivityMonitor$1.run(InactivityMonitor.java:50) > at org.apache.activemq.thread.Scheduler$SchedulerTimerTask.run(Scheduler.java:36) > at java.util.TimerThread.mainLoop(Unknown Source) > at java.util.TimerThread.run(Unknown Source) > Caused by: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too long. > ... 5 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.