Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 45186 invoked from network); 22 Feb 2008 15:53:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2008 15:53:07 -0000 Received: (qmail 64102 invoked by uid 500); 22 Feb 2008 15:53:02 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 64082 invoked by uid 500); 22 Feb 2008 15:53:01 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 64073 invoked by uid 99); 22 Feb 2008 15:53:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2008 07:53:01 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2008 15:52:27 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JSaCS-0000mw-Cu for users@activemq.apache.org; Fri, 22 Feb 2008 07:52:36 -0800 Message-ID: <15634456.post@talk.nabble.com> Date: Fri, 22 Feb 2008 07:52:36 -0800 (PST) From: sparky2708 To: users@activemq.apache.org Subject: Re: Inactivity monitor exception is closing connection. In-Reply-To: <44502F19-6947-4018-A330-11B8F36E4E88@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: daa82@columbia.edu References: <15404620.post@talk.nabble.com> <15611505.post@talk.nabble.com> <15622035.post@talk.nabble.com> <44502F19-6947-4018-A330-11B8F36E4E88@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Would love to know how to do that. Can you give me an example of a test case or where I would find out how to write a test case? rajdavies wrote: > > Could you please provide a test case ? > > cheers, > > Rob > On 21 Feb 2008, at 22:52, sparky2708 wrote: > >> >> This started happening since we upgraded from 4.1.0. 4.1.0 doesn't >> seem to >> have this problem. >> >> >> sparky2708 wrote: >>> >>> I am getting the same error with SNAPSHOT-5.1: >>> >>> 21/02/2008 08:03:34,335 ERROR [ActiveMQ Connection Worker: >>> tcp://puccell/10.0.55.197:61616] (MessageManager.java:439) - >>> com.company_name.messaging.MessageManager::onException >>> javax.jms.JMSException: Channel was inactive for too long: >>> puccell/10.0.55.197:61616 >>> at >>> org >>> .apache >>> .activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java: >>> 49) >>> at >>> org >>> .apache >>> .activemq >>> .ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1649) >>> at >>> org >>> .apache >>> .activemq.ActiveMQConnection.onException(ActiveMQConnection.java: >>> 1666) >>> at >>> org >>> .apache >>> .activemq >>> .transport.TransportFilter.onException(TransportFilter.java:99) >>> at >>> org >>> .apache >>> .activemq >>> .transport.ResponseCorrelator.onException(ResponseCorrelator.java: >>> 116) >>> at >>> org >>> .apache >>> .activemq >>> .transport.TransportFilter.onException(TransportFilter.java:99) >>> at >>> org >>> .apache >>> .activemq >>> .transport.TransportFilter.onException(TransportFilter.java:99) >>> at >>> org >>> .apache >>> .activemq >>> .transport >>> .WireFormatNegotiator.onException(WireFormatNegotiator.java:143) >>> at >>> org >>> .apache >>> .activemq >>> .transport.InactivityMonitor.onException(InactivityMonitor.java:204) >>> at >>> org.apache.activemq.transport.InactivityMonitor >>> $4.run(InactivityMonitor.java:142) >>> at >>> java.util.concurrent.ThreadPoolExecutor >>> $Worker.runTask(ThreadPoolExecutor.java:650) >>> at >>> java.util.concurrent.ThreadPoolExecutor >>> $Worker.run(ThreadPoolExecutor.java:675) >>> at java.lang.Thread.run(Thread.java:595) >>> Caused by: org.apache.activemq.transport.InactivityIOException: >>> Channel >>> was inactive for too long: puccell/10.0.55.197:61616 >>> ... 4 more >>> 21/02/2008 08:03:35,098 ERROR [ActiveMQ Connection Worker: >>> tcp://puccell/10.0.55.197:61616] (MessageManager.java:439) - >>> com.company_name.messaging.MessageManager::onException >>> javax.jms.JMSException: Channel was inactive for too long: >>> puccell/10.0.55.197:61616 >>> at >>> org >>> .apache >>> .activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java: >>> 49) >>> at >>> org >>> .apache >>> .activemq >>> .ActiveMQConnection.onAsyncException(ActiveMQConnection.java:1649) >>> at >>> org >>> .apache >>> .activemq.ActiveMQConnection.onException(ActiveMQConnection.java: >>> 1666) >>> at >>> org >>> .apache >>> .activemq >>> .transport.TransportFilter.onException(TransportFilter.java:99) >>> at >>> org >>> .apache >>> .activemq >>> .transport.ResponseCorrelator.onException(ResponseCorrelator.java: >>> 116) >>> at >>> org >>> .apache >>> .activemq >>> .transport.TransportFilter.onException(TransportFilter.java:99) >>> at >>> org >>> .apache >>> .activemq >>> .transport.TransportFilter.onException(TransportFilter.java:99) >>> at >>> org >>> .apache >>> .activemq >>> .transport >>> .WireFormatNegotiator.onException(WireFormatNegotiator.java:143) >>> at >>> org >>> .apache >>> .activemq >>> .transport.InactivityMonitor.onException(InactivityMonitor.java:204) >>> at >>> org.apache.activemq.transport.InactivityMonitor >>> $4.run(InactivityMonitor.java:142) >>> at >>> java.util.concurrent.ThreadPoolExecutor >>> $Worker.runTask(ThreadPoolExecutor.java:650) >>> at >>> java.util.concurrent.ThreadPoolExecutor >>> $Worker.run(ThreadPoolExecutor.java:675) >>> at java.lang.Thread.run(Thread.java:595) >>> Caused by: org.apache.activemq.transport.InactivityIOException: >>> Channel >>> was inactive for too long: puccell/10.0.55.197:61616 >>> ... 4 more >>> >>> Anybody have a workaround? I am having problems using this version >>> because >>> it just kicks off all of my services after awhile! >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Inactivity-monitor-exception-is-closing-connection.-tp15404620s2354p15622035.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/Inactivity-monitor-exception-is-closing-connection.-tp15404620s2354p15634456.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.