Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 3296 invoked from network); 31 Mar 2009 11:27:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2009 11:27:51 -0000 Received: (qmail 58681 invoked by uid 500); 31 Mar 2009 11:27:50 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 58655 invoked by uid 500); 31 Mar 2009 11:27:50 -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 58645 invoked by uid 99); 31 Mar 2009 11:27:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 11:27:50 +0000 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 (nike.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; Tue, 31 Mar 2009 11:27:42 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Loc7k-0006ec-UQ for users@activemq.apache.org; Tue, 31 Mar 2009 04:27:20 -0700 Message-ID: <22803162.post@talk.nabble.com> Date: Tue, 31 Mar 2009 04:27:20 -0700 (PDT) From: andymorris To: users@activemq.apache.org Subject: Re: ActiveMQ 5.2 too many open files exception In-Reply-To: <22797720.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: andymorris81@gmail.com References: <22797720.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi I experienced a problem like this with when we tried an HA setup with master/slave but it only happened when running on RedHat Linux with Java 5 and the older 4.1 version of ActiveMQ. There was no problem with the above config when running on Windows but when we upgraded to Java 6 AND ActiveMQ 5.1 then the problem on RedHat went away. Perhaps there's some clues to your problem? What is your setup? deathemperor wrote: > > I'm running AMQ 5.2.0 and keep getting the error: > > 2009-03-31 08:41:28,674 [or@0.0.0.0:8161] WARN log > - EXCEPTION > java.io.IOException: Too many open files > at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) > at sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source) > at > org.mortbay.jetty.nio.SelectChannelConnector$1.acceptChannel(SelectChannelConnector.java:75) > at > org.mortbay.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:475) > at org.mortbay.io.nio.SelectorManager.doSelect(SelectorManager.java:166) > at > org.mortbay.jetty.nio.SelectChannelConnector.accept(SelectChannelConnector.java:124) > at > org.mortbay.jetty.AbstractConnector$Acceptor.run(AbstractConnector.java:537) > at > org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450) > > This cause either of these problem: > > - ActiveMQ process hangs on Apache, no messages can be sent or received, > the AMQ admin is not responding at the time either. > - AMQ & AMQ admin running but no messages can be sent although > receiver/consumer can still connect and check for message. > > > The pre-procedure is to start AMQ as background service, running message > up to 18-20k and the above occurs. > > Some of my conf: > - maxFileLength: 1gb > - ulimit -n: 10240 > - cealnupInterval: 1000 (ms) > > > My another concern is why cealnupInterval doesn't work. Nothing get > cleaned up as I expect the data file of the queue does. > > Please anyone help. > -- View this message in context: http://www.nabble.com/ActiveMQ-5.2-too-many-open-files-exception-tp22797720p22803162.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.