Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 9513 invoked from network); 25 May 2006 10:10:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2006 10:10:15 -0000 Received: (qmail 55251 invoked by uid 500); 25 May 2006 10:10:13 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 55218 invoked by uid 500); 25 May 2006 10:10:12 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 55207 invoked by uid 99); 25 May 2006 10:10:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 03:10:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 03:10:11 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4470B7141FA for ; Thu, 25 May 2006 10:09:30 +0000 (GMT) Message-ID: <13863852.1148551770250.JavaMail.jira@brutus> Date: Thu, 25 May 2006 10:09:30 +0000 (GMT+00:00) From: "Tobias Bocanegra (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Closed: (JCR-371) ItemStateException on concurrently committing transactions of versioning operations In-Reply-To: <1432720998.1143125058754.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JCR-371?page=all ] Tobias Bocanegra closed JCR-371: -------------------------------- Resolution: Fixed fixed a major synchronizity problem in verisoning (see JCR-443) which probably solves this problem aswell. Date: Thu May 25 03:04:54 2006 New Revision: 409351 > ItemStateException on concurrently committing transactions of versioning operations > ----------------------------------------------------------------------------------- > > Key: JCR-371 > URL: http://issues.apache.org/jira/browse/JCR-371 > Project: Jackrabbit > Type: Bug > Components: versioning > Versions: 0.9 > Environment: r388178 > Reporter: Tobias Bocanegra > Assignee: Tobias Bocanegra > Fix For: 1.1 > > see tests in JCR-335 > org.apache.jackrabbit.core.state.ItemStateException: Unable to resolve path for item: 69d80165-7ef5-4b6b-8aa9-be9c9be1f994 > at org.apache.jackrabbit.core.observation.EventStateCollection.getPath(EventStateCollection.java:525) > at org.apache.jackrabbit.core.observation.EventStateCollection.createEventStates(EventStateCollection.java:377) > at org.apache.jackrabbit.core.state.SharedItemStateManager$Update.begin(SharedItemStateManager.java:547) > at org.apache.jackrabbit.core.state.SharedItemStateManager.beginUpdate(SharedItemStateManager.java:668) > at org.apache.jackrabbit.core.state.XAItemStateManager.prepare(XAItemStateManager.java:151) > at org.apache.jackrabbit.core.version.XAVersionManager.prepare(XAVersionManager.java:431) > at org.apache.jackrabbit.core.TransactionContext.prepare(TransactionContext.java:129) > at org.apache.jackrabbit.core.XASessionImpl.prepare(XASessionImpl.java:309) > at test.JCRUserTransaction.commit(JCRUserTransaction.java:74) > at org.apache.jackrabbit.JRTestDeadlock.run(JRTestDeadlock.java:110) > Caused by: javax.jcr.ItemNotFoundException: failed to build path of 69d80165-7ef5-4b6b-8aa9-be9c9be1f994: a0ecd4b0-a442-4b1e-a2f6-51441f40d452 has no child entry for 69d80165-7ef5-4b6b-8aa9-be9c9be1f994 > at org.apache.jackrabbit.core.HierarchyManagerImpl.buildPath(HierarchyManagerImpl.java:308) > at org.apache.jackrabbit.core.HierarchyManagerImpl.getPath(HierarchyManagerImpl.java:357) > at org.apache.jackrabbit.core.observation.EventStateCollection.getPath(EventStateCollection.java:520) > ... 9 more -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira