Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 51907 invoked from network); 19 Oct 2006 09:06:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 09:06:56 -0000 Received: (qmail 30602 invoked by uid 500); 19 Oct 2006 09:06:55 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 30473 invoked by uid 500); 19 Oct 2006 09:06:55 -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 30464 invoked by uid 99); 19 Oct 2006 09:06:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 02:06:55 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rajdavies@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 02:06:53 -0700 Received: by ug-out-1314.google.com with SMTP id 29so434840ugc for ; Thu, 19 Oct 2006 02:06:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=s1VmeHyJ5kdFnlNe5BbZAb0ID2nMkq4L2k9auE/s1K74Ith6+cXv4aWGrhE4HPkBqTDBi3m4M1vTTpCSRMgQu6YyOM00i2eIyqU3IWRI9P2XfNOKWCVkkVNabb896zEpJG8IEj2EIF1bKxDKN0ghwpG7EEBDFpwEcvlscQHlPLs= Received: by 10.66.221.6 with SMTP id t6mr5519462ugg; Thu, 19 Oct 2006 02:06:32 -0700 (PDT) Received: from ?192.168.15.102? ( [86.133.81.80]) by mx.google.com with ESMTP id y1sm1938978uge.2006.10.19.02.06.31; Thu, 19 Oct 2006 02:06:32 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <6892576.post@talk.nabble.com> References: <6873028.post@talk.nabble.com> <5477F12C-F232-4374-937E-7758ECFE83B4@gmail.com> <6892576.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4FAFC318-0F30-462C-BDC6-2B587D591BE2@gmail.com> Content-Transfer-Encoding: 7bit From: Rob Davies Subject: Re: ActiveMQ 4.1 hangs when using kaha persistence Date: Thu, 19 Oct 2006 10:06:17 +0100 To: activemq-users@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N have you removed the kaha database before this run ? On 19 Oct 2006, at 09:29, ojs wrote: > > > rajdavies wrote: >> >> This is now fixed in SVN head >> > > I still have the same problem with this version. Just the log > output changed > a bit: > > First run ends with: > > [Thread-2] DEBUG > org.springframework.beans.factory.support.DisposableBeanAdapter - > Applying > DestructionAwareBeanPostProcessors to bean with name > 'org.apache.activemq.xbean.XBeanBrokerService' > [Thread-2] DEBUG > org.springframework.beans.factory.support.DisposableBeanAdapter - > Invoking > destroy() on bean with name > 'org.apache.activemq.xbean.XBeanBrokerService' > [Thread-2] INFO org.apache.activemq.broker.BrokerService - ActiveMQ > Message Broker (localhost, ID:dev1-45326-1161240040538-1:0) is > shutting down > [Thread-2] DEBUG org.apache.activemq.broker.region.AbstractRegion - > Removing consumer: ID:dev1-45326-1161240040538-3:0:-1:1 > [Thread-2] INFO org.apache.activemq.broker.TransportConnector - > Connector > vm://localhost Stopped > [Thread-2] INFO org.apache.activemq.broker.BrokerService - > ActiveMQ JMS > Message Broker (localhost, ID:dev1-45326-1161240040538-1:0) stopped > > > > Second run hangs with: > > [main] INFO org.apache.activemq.broker.BrokerService - ActiveMQ > null JMS > Message Broker (localhost) is starting > [main] INFO org.apache.activemq.broker.BrokerService - For help > or more > information please see: http://incubator.apache.org/activemq/ > [main] INFO org.apache.activemq.kaha.impl.KahaStore - Kaha Store > using > data directory /tmp/kahastore/kaha.db > [main] DEBUG org.apache.activemq.kaha.impl.data.DataManager - End > of data > file reached at (header was invalid): offset = 384, file = 1, size > = 261 > [main] DEBUG org.apache.activemq.kaha.impl.data.DataManager - End > of data > file reached at (header was invalid): offset = 30992, file = 1, > size = 260 > > > > I'd like to provide a stack trace, but I don't know how. I run this > test > using the JUnit-Eclipse plugin. > > > > Best > > Oliver > -- > View this message in context: http://www.nabble.com/ActiveMQ-4.1- > hangs-when-using-kaha-persistence-tf2465546.html#a6892576 > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >