Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 81841 invoked from network); 6 May 2009 08:11:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 May 2009 08:11:54 -0000 Received: (qmail 88341 invoked by uid 500); 6 May 2009 08:11:53 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 88312 invoked by uid 500); 6 May 2009 08:11:53 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 88301 invoked by uid 99); 6 May 2009 08:11:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 08:11:53 +0000 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 stefan.guggisberg@gmail.com designates 209.85.218.213 as permitted sender) Received: from [209.85.218.213] (HELO mail-bw0-f213.google.com) (209.85.218.213) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 08:11:43 +0000 Received: by bwz9 with SMTP id 9so5083294bwz.43 for ; Wed, 06 May 2009 01:11:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=c1VuVml9RNwtFJOLsG7ETchzhK4Yaq6gTdvgCAzCzk4=; b=unzNHN/j+vjZUaLgIkoIq4tr3it47EPr6f6Q2eR/1yFabS2ztGA5BwVbHZa80MF3ib 5PznrBv/U+hY5/XoMc1VZrkC/MuIS2+8IcZ4aThTV4wMIaVAfv7NaaFVdPyrlJWSro7s Y9M4zDW/lZ5n9ikCKeFqfet0a9Xg1nXpfM7KI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=RQv5y+OJbMT6+TtV+zBdYHPNONQhSm42vQttmKIKG/NeVTn+Y7vNGsmwfx5NlTjWe8 BIV7iTUmFd+JqX9EYD7NKbQGdIMf0UyVaA4HvwMNqv/DE4byQW1e4r3KyI1bDYjKH70v 7KChn8jXlz6Q8mwCD6bN4YC4qPjblaFMW9X08= MIME-Version: 1.0 Received: by 10.223.105.72 with SMTP id s8mr733109fao.41.1241597481160; Wed, 06 May 2009 01:11:21 -0700 (PDT) In-Reply-To: <23389174.post@talk.nabble.com> References: <23352361.post@talk.nabble.com> <90a8d1c00905040457i5b2b4ab6m8ae9c5e04b5743e9@mail.gmail.com> <23370294.post@talk.nabble.com> <23376919.post@talk.nabble.com> <23377399.post@talk.nabble.com> <23387753.post@talk.nabble.com> <23389174.post@talk.nabble.com> Date: Wed, 6 May 2009 10:11:21 +0200 Message-ID: <90a8d1c00905060111n3027c41ao2f9161a2e365c649@mail.gmail.com> Subject: Re: modified externally: node / when deleting node From: Stefan Guggisberg To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Tue, May 5, 2009 at 4:56 PM, SalmasCM wrote: > > The following errors. > > failed to build path of dd740ff8-5108-40f2-9036-b6c769c86bd5: > cafebabe-cafe-babe-cafe-babecafebabe has no child entry for > dd740ff8-5108-40f2-9036-b6c769c86bd5 > javax.jcr.ItemNotFoundException: failed to build path of > dd740ff8-5108-40f2-9036-b6c769c86bd5: cafebabe-cafe-babe-cafe-babecafebab= e > has no child entry for dd740ff8-5108-40f2-9036-b6c769c86bd5 assuming jcr sessions are used correctly (i.e. not shared among multiple threads) you should never see such an exception in a non-clustered jackrabbit setup. it might be a CachingHierarchyManager bug. please create a jira issue and provide a simple test case for your problem. please also include detailed information about your setup/environment. thanks stefan > =A0 =A0 =A0 =A0at > org.apache.jackrabbit.core.HierarchyManagerImpl.buildPath(HierarchyManage= rImpl.java:289) > =A0 =A0 =A0 =A0at > org.apache.jackrabbit.core.CachingHierarchyManager.buildPath(CachingHiera= rchyManager.java:195) > =A0 =A0 =A0 =A0at > org.apache.jackrabbit.core.HierarchyManagerImpl.buildPath(HierarchyManage= rImpl.java:278) > =A0 =A0 =A0 =A0at > org.apache.jackrabbit.core.CachingHierarchyManager.buildPath(CachingHiera= rchyManager.java:195) > =A0 =A0 =A0 =A0at > org.apache.jackrabbit.core.HierarchyManagerImpl.getPath(HierarchyManagerI= mpl.java:393) > =A0 =A0 =A0 =A0at > org.apache.jackrabbit.core.CachingHierarchyManager.getPath(CachingHierarc= hyManager.java:229) > =A0 =A0 =A0 =A0at > org.apache.jackrabbit.core.ItemImpl.getPrimaryPath(ItemImpl.java:213) > =A0 =A0 =A0 =A0at > org.apache.jackrabbit.core.NodeImpl.getPrimaryPath(NodeImpl.java:3240) > =A0 =A0 =A0 =A0at org.apache.jackrabbit.core.ItemImpl.getPath(ItemImpl.ja= va:1273) > =A0 =A0 =A0 =A0at > com.ashland.valvoline.ui.util.JCRUtil.getNodePath(JCRUtil.java:2353) > > > > Alexander Klimetschek wrote: >> >> On Tue, May 5, 2009 at 4:08 PM, SalmasCM wrote= : >>> >>> The reason I think its the index is because if I: >>> >>> 1. Load a file in from XML import under /nodeA in workspace 1. >>> 2. Clone nodeA to workspace2 >>> 2. Exit my application. >>> 3. Delete nodeA from workspace 1 and 2 >>> 4. Reload a file in from XML import. >>> 5. Do a XPATH query for a node in the imported data I get errors. >> >> What errors? >> >> Regards, >> Alex >> >> -- >> Alexander Klimetschek >> alexander.klimetschek@day.com >> >> > > -- > View this message in context: http://www.nabble.com/modified-externally%3= A-node---when-deleting-node-tp23352361p23389174.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >