From dev-return-10318-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Mon Apr 14 16:15:50 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 41208 invoked from network); 14 Apr 2008 16:15:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Apr 2008 16:15:50 -0000 Received: (qmail 97307 invoked by uid 500); 14 Apr 2008 16:15:47 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 97284 invoked by uid 500); 14 Apr 2008 16:15:47 -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 97259 invoked by uid 99); 14 Apr 2008 16:15:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 09:15:47 -0700 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; Mon, 14 Apr 2008 16:15:03 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C1D96234C0D4 for ; Mon, 14 Apr 2008 09:12:43 -0700 (PDT) Message-ID: <829077319.1208189563792.JavaMail.jira@brutus> Date: Mon, 14 Apr 2008 09:12:43 -0700 (PDT) From: "Rob Davies (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=42277#action_42277 ] Rob Davies commented on AMQ-1482: --------------------------------- I can't reproduce this on the latest 5.1 snapshot - please provide a junit test case. There's been a lot of work in this area recently - so I'm keen to verify that it is fixed or still an issue > 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.1.0 > Environment: Windows XP, Eclipse, OSGi > Reporter: Kevin W Edwards > Assignee: Rob Davies > Priority: Critical > > 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.