You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Aleh Drazdou (JIRA)" <ji...@apache.org> on 2010/05/25 12:30:27 UTC

[jira] Created: (JCR-2639) consistencyCheck doesn't fix bad childnode

consistencyCheck   doesn't fix bad childnode
--------------------------------------------

                 Key: JCR-2639
                 URL: https://issues.apache.org/jira/browse/JCR-2639
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-core
    Affects Versions: 1.6.1
         Environment: WIN XP
SAP SP8

            Reporter: Aleh Drazdou


The following issue:

15:16:41,945 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
15:16:41,992 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
15:16:41,992 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')

and every time you start the application 

17:32:57,376 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
17:32:57,517 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')

This error appears when i add 

			<param name="consistencyCheck" value="true"/>
			<param name="consistencyFix" value="true"/>
in reposiory.xml и workspace.xml

For ideas Fix and Check may have resolved this problem...


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


[jira] Commented: (JCR-2639) consistencyCheck doesn't fix bad childnode

Posted by "Aleh Drazdou (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871619#action_12871619 ] 

Aleh Drazdou commented on JCR-2639:
-----------------------------------

Hi Bart.
i have applied this patch, but nothing has changed.
Maybe this patch fixing another problem.
In java code we have:

if (!cp.equals(id)) {
             log.error("ChildNode has invalid parent uuid: '" + cp + "' (instead of '" + id + "')");
}

and this patch fixed 
 if (!existsBundle(parentId)) {
                    log.error("NodeState '" + id + "' references inexistent parent uuid '" + parentId + "'");
                    if (fix) {
                        orphans.add(bundle);
                    }
}

Maybe it's solution not for my problem?

jackrabbit.log again:

 13:23:02,518 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:23:02,658 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:23:02,658 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:23:02,674 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:23:02,674 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:23:02,674 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:23:02,674 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:23:02,690 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:23:02,690 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:23:03,315 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '62c288da-32cf-4c3e-b8ed-926c35ce8c53' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:38:11,588 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:38:11,604 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:38:11,604 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:38:11,619 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:38:11,619 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:38:11,619 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:38:11,635 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:38:11,635 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:38:11,635 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
13:38:12,104 ERROR BundleDbPersistenceManager:723 - ChildNode has invalid parent uuid: '62c288da-32cf-4c3e-b8ed-926c35ce8c53' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')

Do you have some another solutions?
Thanks.


> consistencyCheck   doesn't fix bad childnode
> --------------------------------------------
>
>                 Key: JCR-2639
>                 URL: https://issues.apache.org/jira/browse/JCR-2639
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 1.6.1
>         Environment: WIN XP
> SAP SP8
>            Reporter: Aleh Drazdou
>         Attachments: orphan-fix.patch
>
>
> The following issue:
> 15:16:41,945 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,992 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,992 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> and every time you start the application 
> 17:32:57,376 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,517 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> This error appears when i add 
> 			<param name="consistencyCheck" value="true"/>
> 			<param name="consistencyFix" value="true"/>
> in reposiory.xml и workspace.xml
> For ideas Fix and Check may have resolved this problem...

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


[jira] Updated: (JCR-2639) consistencyCheck doesn't fix bad childnode

Posted by "Bart van der Schans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bart van der Schans updated JCR-2639:
-------------------------------------

    Attachment: orphan-fix.patch

> consistencyCheck   doesn't fix bad childnode
> --------------------------------------------
>
>                 Key: JCR-2639
>                 URL: https://issues.apache.org/jira/browse/JCR-2639
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 1.6.1
>         Environment: WIN XP
> SAP SP8
>            Reporter: Aleh Drazdou
>         Attachments: orphan-fix.patch
>
>
> The following issue:
> 15:16:41,945 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,992 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,992 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> and every time you start the application 
> 17:32:57,376 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,517 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> This error appears when i add 
> 			<param name="consistencyCheck" value="true"/>
> 			<param name="consistencyFix" value="true"/>
> in reposiory.xml и workspace.xml
> For ideas Fix and Check may have resolved this problem...

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


[jira] Commented: (JCR-2639) consistencyCheck doesn't fix bad childnode

Posted by "Bart van der Schans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12872985#action_12872985 ] 

Bart van der Schans commented on JCR-2639:
------------------------------------------

There are two possible options:
- remove those nodes
- set the "correct" parentId as suggested by the log message

Both options should be quite easy to implement, but I'm not sure what the best solution is in the case. Maybe somebody that's more knowledgeable than me can comment on that? 

Bart



> consistencyCheck   doesn't fix bad childnode
> --------------------------------------------
>
>                 Key: JCR-2639
>                 URL: https://issues.apache.org/jira/browse/JCR-2639
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 1.6.1
>         Environment: WIN XP
> SAP SP8
>            Reporter: Aleh Drazdou
>         Attachments: orphan-fix.patch
>
>
> The following issue:
> 15:16:41,945 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,992 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,992 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> and every time you start the application 
> 17:32:57,376 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,517 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> This error appears when i add 
> 			<param name="consistencyCheck" value="true"/>
> 			<param name="consistencyFix" value="true"/>
> in reposiory.xml и workspace.xml
> For ideas Fix and Check may have resolved this problem...

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


[jira] Commented: (JCR-2639) consistencyCheck doesn't fix bad childnode

Posted by "Bart van der Schans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871092#action_12871092 ] 

Bart van der Schans commented on JCR-2639:
------------------------------------------

Hi Aleh,

We had the same problem a while ago. The attached patch is originally for 1.5, but should work fine with 1.6 as well. It "fixes" the orphan nodes by removing them. 

Regards,
Bart


> consistencyCheck   doesn't fix bad childnode
> --------------------------------------------
>
>                 Key: JCR-2639
>                 URL: https://issues.apache.org/jira/browse/JCR-2639
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 1.6.1
>         Environment: WIN XP
> SAP SP8
>            Reporter: Aleh Drazdou
>         Attachments: orphan-fix.patch
>
>
> The following issue:
> 15:16:41,945 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,961 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,976 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,992 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 15:16:41,992 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> and every time you start the application 
> 17:32:57,376 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,486 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,501 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> 17:32:57,517 ERROR BundleDbPersistenceManager:771 - ChildNode has invalid parent uuid: '65e8e419-da25-4b10-9b04-8d09c1937efd' (instead of 'd67ff96c-d4bb-46c8-b424-8c1432ea025a')
> This error appears when i add 
> 			<param name="consistencyCheck" value="true"/>
> 			<param name="consistencyFix" value="true"/>
> in reposiory.xml и workspace.xml
> For ideas Fix and Check may have resolved this problem...

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