Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 3005 invoked from network); 29 Aug 2008 10:42:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Aug 2008 10:42:26 -0000 Received: (qmail 17140 invoked by uid 500); 29 Aug 2008 10:42:24 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 16937 invoked by uid 500); 29 Aug 2008 10:42:22 -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 16919 invoked by uid 99); 29 Aug 2008 10:42:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2008 03:42:22 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gary.tully@gmail.com designates 74.125.46.155 as permitted sender) Received: from [74.125.46.155] (HELO yw-out-1718.google.com) (74.125.46.155) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2008 10:41:21 +0000 Received: by yw-out-1718.google.com with SMTP id 6so61425ywa.86 for ; Fri, 29 Aug 2008 03:41:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=EBTmbJYhy8DkmjHibYvgPpBGD9SS+2/eF2bDSAiZukc=; b=cge3FfowM7DRSPs2GOiCaVNP3womonnpIkfP2WJbDVw2lHwWkHNIFobyvHwibGyN3L 3VneWwEK7LbqkQZ4rA68OTTFDuRbDP9iKozyewkoQ31tFN8o8jDNlALWQ3MwkicEH2Yz 2trua/4LZkeZUjdzZKBtm03GbGCyMunDqgqtE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=AcWxpqU1DigJ5qVqh/AG5O6Q640TewpGWRE6/ev3vP40/aADJ8GgYd6A8YhPEnh2++ MmQd/XTmt4mfRHhqkpYGAhDmNfthl5WI8FRrWMB0kt5plFMVKz6TKEm7/iVabQeJHizq ie14ETsKp22ipPlEsitFeL4dgE4ImDNUt3i+s= Received: by 10.151.111.15 with SMTP id o15mr3953826ybm.93.1220006511226; Fri, 29 Aug 2008 03:41:51 -0700 (PDT) Received: by 10.150.138.18 with HTTP; Fri, 29 Aug 2008 03:41:51 -0700 (PDT) Message-ID: <3a73c17c0808290341h57e5bd0dm6dc983a73a75e30b@mail.gmail.com> Date: Fri, 29 Aug 2008 11:41:51 +0100 From: "Gary Tully" To: users@activemq.apache.org Subject: Re: Journal Problem In-Reply-To: <19217158.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18887348.post@talk.nabble.com> <19010564.post@talk.nabble.com> <19217158.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org best to thing to do is build a junit test case with an embedded derby datastore ([1] may be a good starting point), open a jira[2] and attach your test case. [1] http://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/ft/JDBCQueueMasterSlaveTest.java [2] https://issues.apache.org/activemq/secure/CreateIssue!default.jspa 2008/8/29 Fuzzo : > > I think it is not a journal problem: it happens also with non-journaled JDBC > persistence adapter with MySQL datasource. > > I've tried both AUTO and CLIENT acnowledge methods in session's consumer but > after about ten minutes... infinite resends :( > > I've also downloaded the 5.2-...-39 SNAPSHOT: same thing :( > > In log (DEBUG level), nothing to say... > > How i can resolve this? Note that with 2 topic consumer, this problem > appears more quickly rather than only one consumer. > > Please help me! > > > > > > > Fuzzo wrote: >> >> >> I'm using version 5.1.0 >> >> >> Hiram Chirino wrote: >>> >>> What version you using? >>> >>> On Fri, Aug 8, 2008 at 3:51 AM, Fuzzo wrote: >>>> >>>> Hi all! >>>> The scenario is the following: >>>> - one producer to topic >>>> - two consumer >>>> >>>> Sometimes i get the following error: >>>> >>>> ERROR JournalPersistenceAdapter - Failed to mark the Journal: >>>> org.apache.activeio.journal.InvalidRecordLocationException: The location >>>> is >>>> less than the last mark. >>>> >>>> This cause one or more consumer to receive the same packets a lot of >>>> times!!! >>>> I think AMQ can't mark packets as consumed in the journal, causing >>>> infinite >>>> resends!!! >>>> >>>> The configuration is: >>>> >>>> >>>> >>> dataDirectory="\\nasname.hidden.domain.it\sharename$\journal" /> >>>> >>>> >>>> Please help me: this make AMQ unusable for me... :( >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Journal-Problem-tp18887348p18887348.html >>>> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >>>> >>>> >>> >>> >>> >>> -- >>> Regards, >>> Hiram >>> >>> Blog: http://hiramchirino.com >>> >>> Open Source SOA >>> http://open.iona.com >>> >>> >> >> > > -- > View this message in context: http://www.nabble.com/Journal-Problem-tp18887348p19217158.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >