Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 34978 invoked from network); 22 Feb 2009 14:53:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2009 14:53:04 -0000 Received: (qmail 5488 invoked by uid 500); 22 Feb 2009 14:53:03 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 5458 invoked by uid 500); 22 Feb 2009 14:53:02 -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 5447 invoked by uid 99); 22 Feb 2009 14:53:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Feb 2009 06:53:02 -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; Sun, 22 Feb 2009 14:52:55 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LbFh3-000799-TV for users@activemq.apache.org; Sun, 22 Feb 2009 06:52:33 -0800 Message-ID: <22147570.post@talk.nabble.com> Date: Sun, 22 Feb 2009 06:52:33 -0800 (PST) From: Scouser To: users@activemq.apache.org Subject: Usage Manager Store is Full - Root Cause? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: mq@gmav.demon.co.uk X-Virus-Checked: Checked by ClamAV on apache.org I'm fairly new to activeMQ and have become stuck on an error. I don't seem to be able to find much out about the root cause. I have a small example which send messages to a couple of queues and reads the messages out. I'm using Spring's JMS template etc to do most of the hard work. Eventually I get the following crash: ... SEVERE: Usage Manager Store is Full; nested exception is javax.jms.ResourceAllocationException: Usage Manager Store is Full org.springframework.jms.ResourceAllocationException: Usage Manager Store is Full; nested exception is javax.jms.ResourceAllocationException: Usage Manager Store is Full at org.springframework.jms.support.JmsUtils.convertJmsAccessException(JmsUtils.java:298) at org.springframework.jms.support.JmsAccessor.convertJmsAccessException(JmsAccessor.java:168) at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:474) ... Caused by: javax.jms.ResourceAllocationException: Usage Manager Store is Full at org.apache.activemq.broker.region.Queue.doMessageSend(Queue.java:430) at org.apache.activemq.broker.region.Queue.send(Queue.java:417) at org.apache.activemq.broker.region.AbstractRegion.send(AbstractRegion.java:354) ... So, what is the 'Usage Manager' ?, any ideas what I may have done wrong?, any and all help appreciated! -- View this message in context: http://www.nabble.com/Usage-Manager-Store-is-Full---Root-Cause--tp22147570p22147570.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.