You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Martijn Hendriks (JIRA)" <ji...@apache.org> on 2010/02/22 10:14:27 UTC

[jira] Commented: (JCR-2503) inconsistent session and persistent state after ReferentialIntegrityException

    [ https://issues.apache.org/jira/browse/JCR-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836553#action_12836553 ] 

Martijn Hendriks commented on JCR-2503:
---------------------------------------

We regularly encounter inconsistent Jackrabbit repositories and the problems look very much like the one generated by the attached code. Any help on this is very much appreciated!

>  inconsistent session and persistent state after ReferentialIntegrityException
> ------------------------------------------------------------------------------
>
>                 Key: JCR-2503
>                 URL: https://issues.apache.org/jira/browse/JCR-2503
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 1.5.8, 1.6.2, 2.1.0
>         Environment: win7  / jdk 1.6.0_17 / mvn 2.0.10
>            Reporter: Bram de Kruijff
>            Priority: Critical
>         Attachments: CorruptionTest.java, JR-inconsistencies-1.5.txt
>
>
> When a ReferentialIntegrityException occurs in a session it seems that subsequent actions on that session may result in a inconsistent session state AND even inconsistent persistent state. The latter will even make jackrabbit fail to bootstrap an index from that persistent state.
> Typical rootcause:
> Caused by: org.apache.jackrabbit.core.state.NoSuchItemStateException: ddb9d3ea-59c1-4eb4-a83e-332f646d4f40
>         at org.apache.jackrabbit.core.state.SharedItemStateManager.getItemState(SharedItemStateManager.java:270)
>         at org.apache.jackrabbit.core.query.lucene.MultiIndex.createIndex(MultiIndex.java:1082)
>         at org.apache.jackrabbit.core.query.lucene.MultiIndex.createIndex(MultiIndex.java:1088)
>         at org.apache.jackrabbit.core.query.lucene.MultiIndex.createInitialIndex(MultiIndex.java:395)
> Bootstrap failure:
> java.io.IOException: Error indexing workspace
>         at org.apache.jackrabbit.core.query.lucene.MultiIndex.createInitialIndex(MultiIndex.java:402)
>         at org.apache.jackrabbit.core.query.lucene.SearchIndex.doInit(SearchIndex.java:465)
>         at org.apache.jackrabbit.core.query.AbstractQueryHandler.init(AbstractQueryHandler.java:59)
>         at org.apache.jackrabbit.core.SearchManager.initializeQueryHandler(SearchManager.java:553)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.