Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 97644 invoked from network); 25 Oct 2007 19:36:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Oct 2007 19:36:06 -0000 Received: (qmail 90150 invoked by uid 500); 25 Oct 2007 19:35:53 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 90120 invoked by uid 500); 25 Oct 2007 19:35:53 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 90111 invoked by uid 99); 25 Oct 2007 19:35:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 12:35:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rajdavies@gmail.com designates 209.85.128.188 as permitted sender) Received: from [209.85.128.188] (HELO fk-out-0910.google.com) (209.85.128.188) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2007 19:35:55 +0000 Received: by fk-out-0910.google.com with SMTP id 18so605998fkq for ; Thu, 25 Oct 2007 12:35:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; bh=dM4Bs5TzVLcNuojWxHRXbr8Aymt4sxuCTD8+HUt9DpM=; b=G4lGc7RmHwYwdx/1R/zEsEU5lWxZDar3/b2g3PrtgnwPG+5uyDel8Pkgpo9X2NLOxN5JZV+xjWzHX8gS8etJxGxTHCuVZNKb+TFz6XyjrQ2Yv6BH/xybybR6hZdJOham3QCwhI0FYmW5KK93LsPOEwLL2ExJFHT/NEhH+/7HPyw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=kI7foIMHEZ1Gzl1mW5IBQ8X8RAMS18P1C3yt51TYiCOXV0+oBaYfG62W70DpYARU6SD8ePGz03OwfqkvNNtoNvE5FXnimAi+tVXO/fr+QNiIKq6O3qOFn8APLNGwXL7N0QVhBxKqDRcjItBrdJu8iq0kLIS0AtAsmjYlOXT/4Y4= Received: by 10.82.183.19 with SMTP id g19mr4666378buf.1193340929229; Thu, 25 Oct 2007 12:35:29 -0700 (PDT) Received: from ?192.168.1.67? ( [81.132.70.11]) by mx.google.com with ESMTPS id f6sm7551897nfh.2007.10.25.12.35.26 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 25 Oct 2007 12:35:27 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <1193339252.2545.6.camel@tbish-laptop.ats.sensis.com> References: <1193339252.2545.6.camel@tbish-laptop.ats.sensis.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <9C4313B3-D419-49D6-9C23-9648C0D19E9E@gmail.com> Content-Transfer-Encoding: 7bit From: Rob Davies Subject: Re: Please help check ActiveMQ 5.0.0 RC2 Date: Thu, 25 Oct 2007 20:35:23 +0100 To: dev@activemq.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi Tim, what does your integration test do ? I would like to try reproduce this in a junit test case cheers, Rob http://rajdavies.blogspot.com/ On Oct 25, 2007, at 8:07 PM, Timothy Bish wrote: > Hiram > > I'm testing out ActiveMQ-CPP against the 50 RC2 binary and when I run > our Durable Consumer Integration test I keep getting the error below > returned from the broker. I'm not sure what this means, any clues. > This test works fine on a 4.1.1 broker. > > > > 1) test: > integration::connector::openwire::OpenwireDurableTest::test (F) > line: > 156 ../../../src/test-integration/integration/connector/openwire/ > OpenwireDurableTest.cpp > assertion failed > - Expression: false > - *** BEGIN SERVER-SIDE STACK TRACE *** > Message: java.io.IOException: Failed to read to journal for: offset = > 2374, file = 1, size = -1, type = 0. Reason: java.io.IOException: > Could > not locate data file data--1 > Cause: 0x31 > Exception Class java.lang.RuntimeException > *** END SERVER-SIDE STACK TRACE *** > > FILE: ../../../src/main/activemq/connector/openwire/ > OpenWireConnector.cpp, LINE: 1358 > > FILE: ../../../src/main/activemq/connector/openwire/ > OpenWireConnector.cpp, LINE: 1372 > > FILE: ../../../src/main/activemq/connector/openwire/ > OpenWireConnector.cpp, LINE: 847 > FILE: ../../../src/main/activemq/core/ActiveMQSession.cpp, > LINE: > 675 > FILE: ../../../src/main/activemq/core/ActiveMQProducer.cpp, > LINE: 194 > FILE: ../../../src/main/activemq/core/ActiveMQProducer.cpp, > LINE: 149 > FILE: ../../../src/main/activemq/core/ActiveMQProducer.cpp, > LINE: 108 > FILE: ../../../src/test-integration/integration/ > TestSupport.cpp, > LINE: 150 > > > On Thu, 2007-10-25 at 12:43 -0400, Hiram Chirino wrote: >> Howdy folks. >> >> First I want to thank all the folks that helped test out the first >> release candidate. Several bugs/issues were identified and resolved. >> Now that things seem to have quieted down a bit, I cut a new release >> candidate. This one should be much more stable. >> >> You can get the binary distributions here: >> http://people.apache.org/~chirino/apache-activemq-5.0.0-RC2/maven2/ >> org/apache/activemq/apache-activemq/5.0.0/ >> maven 2 repo: http://people.apache.org/~chirino/apache- >> activemq-5.0.0-RC2/maven2 >> maven 1 repo: http://people.apache.org/~chirino/apache- >> activemq-5.0.0-RC2/maven1 >> >> Please check out this build and let me know if you see anything >> out of place. >> >> -- >> Regards, >> Hiram >> >> Blog: http://hiramchirino.com