2 messages in org.apache.jackrabbit.usersRe: Some errors - Could you explain?
FromSent OnAttachments
Andrea K.Oct 1, 2007 3:20 am 
Jukka ZittingOct 2, 2007 4:34 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Some errors - Could you explain?Actions...
From:Jukka Zitting (jukk@gmail.com)
Date:Oct 2, 2007 4:34:48 pm
List:org.apache.jackrabbit.users

Hi,

On 10/1/07, Andrea K. <akre@alteanet.it> wrote:

WARN SessionItemStateManager:419 - inconsistent hierarchy state javax.jcr.InvalidItemStateException: 027d0333-352f-46a6-9417-e933279fdf9a: the item seems to have been removed externally.

ERROR ItemManager:661 - c058975a-a38a-4f55-a9b2-d35633c11878: failed to determine path to

SharedItemStateManager:928 - Unable to retrieve state: 8af33c94-8bca-4f84-82ee-cc5363d8ca90, ignored.

Can you describe what you are trying to do, and perhaps send a small code snippet that causes the above problems? Also, what Jackrabbit version are you using and what configuration?

The simplest explanation of the above problem is that you have another session concurrently accessing the repository and removing a node or a subtree that the other session is still accessing.

BR,