Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 81837 invoked from network); 26 Oct 2006 14:41:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 14:41:39 -0000 Received: (qmail 19333 invoked by uid 500); 26 Oct 2006 14:41:47 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 19316 invoked by uid 500); 26 Oct 2006 14:41:47 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 19296 invoked by uid 99); 26 Oct 2006 14:41:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 07:41:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Oct 2006 07:41:31 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Gd6Pu-00031Q-So for activemq-users@geronimo.apache.org; Thu, 26 Oct 2006 07:41:10 -0700 Message-ID: <7012416.post@talk.nabble.com> Date: Thu, 26 Oct 2006 07:41:10 -0700 (PDT) From: shital To: activemq-users@geronimo.apache.org Subject: Re: active MQ does not accept connections after a while In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: shitalbpatel@optonline.net References: <6999120.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org thanks for help. i will sure update to version 4.0.2. but this system is in production, so takes time, meanwhile can you please tell me how do i increase usageManager settings. what should i set as recommanded limit. the machine on which server is running has 4 GB RAm. Thanks James.Strachan wrote: > > I'd recommend you upgrade to 4.0.2. Though a common cause of 'hangs' > is the broker running out of memory (particularly for non-pesistent > messaging) - try increase the usageManager setting to something large. > > > On 10/25/06, shital wrote: >> >> i start active MQ and it runs fine for some time. and after sometime if i >> try >> to connect client just hangs and server does not respond. >> >> below is the log from server.log ( I am using activeMq 4.0) >> is there any settings i am missing in activeMQ.xml ( i just use default >> one >> but using port 80 instead of default port) >> basically i get Socket closed error. >> >> Please help.. >> >> >> >> >> >> 2006-10-25 05:02:46,567 [main ] INFO BrokerService >> - ActiveMQ 4.0.1 JMS Message Broker (localhost) is starting >> 2006-10-25 05:02:46,568 [main ] INFO BrokerService >> - For help or more information please see: >> http://incubator.apache.org/activemq/ >> 2006-10-25 05:02:47,368 [main ] INFO JDBCPersistenceAdapter >> - Database driver recognized: [apache_derby_embedded_jdbc_driver] >> 2006-10-25 05:02:48,280 [main ] INFO JournalPersistenceAdapter >> - Journal Recovery Started from: Active Journal: using 5 x 20.0 Megs at: >> /home/spatel/activemq-4.0.1/activemq-data/journal >> 2006-10-25 05:02:48,353 [main ] INFO JournalPersistenceAdapter >> - Journal Recovered: 1 message(s) in transactions recovered. >> 2006-10-25 05:02:48,532 [main ] INFO >> TransportServerThreadSupport >> - Listening for connections at: tcp://jms2:80 >> 2006-10-25 05:02:48,539 [main ] WARN MulticastDiscoveryAgent >> - brokerName not set >> 2006-10-25 05:02:48,559 [main ] INFO TransportConnector >> - Connector default Started >> 2006-10-25 05:02:48,567 [main ] INFO >> TransportServerThreadSupport >> - Listening for connections at: tcp://jms2:61613?wireFormat=stomp >> 2006-10-25 05:02:48,568 [main ] INFO TransportConnector >> - Connector stomp Started >> 2006-10-25 05:02:48,568 [main ] INFO BrokerService >> - ActiveMQ JMS Message Broker (localhost, ID:jms2-1209-1161766965098-1:0) >> started >> 2006-10-25 06:50:47,317 [: tcp://jms2:80] WARN >> ManagedTransportConnection >> - Failed to unregister mbean: >> org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=68 >> 2006-10-25 08:11:54,279 [: tcp://jms2:80] WARN >> ManagedTransportConnection >> - Failed to unregister mbean: >> org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=92 >> 2006-10-25 08:31:43,245 [: tcp://jms2:80] WARN >> ManagedTransportConnection >> - Failed to unregister mbean: >> org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=default,Connection=99 >> 2006-10-25 08:48:03,214 [: tcp://jms2:80] ERROR TransportConnector >> - Could not accept connection: java.net.SocketException: Socket closed >> java.net.SocketException: Socket closed >> at >> java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:99) >> >> 8016,1-8 99% >> >> -- >> View this message in context: >> http://www.nabble.com/active-MQ-does-not-accept-connections-after-a-while-tf2509787.html#a6999120 >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> >> > > > -- > > James > ------- > http://radio.weblogs.com/0112098/ > > -- View this message in context: http://www.nabble.com/active-MQ-does-not-accept-connections-after-a-while-tf2509787.html#a7012416 Sent from the ActiveMQ - User mailing list archive at Nabble.com.