You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by "Andrea K." <ak...@alteanet.it> on 2007/10/01 12:21:13 UTC

Some errors - Could you explain?

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.

Thanks a lot...
BR.
-- 
View this message in context: http://www.nabble.com/Some-errors---Could-you-explain--tf4547417.html#a12976558
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.


Re: Some errors - Could you explain?

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On 10/1/07, Andrea K. <ak...@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,

Jukka Zitting