You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Manas Kumar Maji (Jira)" <ji...@apache.org> on 2022/08/25 13:57:00 UTC

[jira] [Created] (SLING-11560) Vault error when importing a node with the same name and UUID as a pre-existing non-sibling node

Manas Kumar Maji created SLING-11560:
----------------------------------------

             Summary: Vault error when importing a node with the same name and UUID as a pre-existing non-sibling node
                 Key: SLING-11560
                 URL: https://issues.apache.org/jira/browse/SLING-11560
             Project: Sling
          Issue Type: Bug
          Components: Content Distribution
            Reporter: Manas Kumar Maji


The latest version of _org.apache.jackrabbit.vault_ (3.6.1.T20220805092633-0b8a2641) is throwing an exception when trying to install a content package which has a node with the same name and UUID as a pre-existing non-sibling node.

{noformat}
Caused by: javax.jcr.ReferentialIntegrityException: Node identifier Optional[df89c4d9-6d47-480a-af2d-1bffa49bc5d1] already taken by node /content/dam/test/SYEW0105.JPG
    at org.apache.jackrabbit.vault.fs.impl.io.DocViewImporter.addNode(DocViewImporter.java:862) [org.apache.jackrabbit.vault:3.6.1.T20220805092633-0b8a2641]
    at org.apache.jackrabbit.vault.fs.impl.io.DocViewImporter.startDocViewNode(DocViewImporter.java:405) [org.apache.jackrabbit.vault:3.6.1.T20220805092633-0b8a2641]
    at org.apache.jackrabbit.vault.fs.impl.io.DocViewSAXHandler.startElement(DocViewSAXHandler.java:348) [org.apache.jackrabbit.vault:3.6.1.T20220805092633-0b8a2641]
{noformat}

From the author logs, it seems that the osgi config having the _IdConflictPolicy.LEGACY_ is not being respected by SCD:
{noformat}
24.08.2022 15:10:45.799 *WARN* [qtp1859723769-86] org.apache.jackrabbit.vault.fs.impl.io.DocViewImporter Node Collision: To-be imported node /content/dam/hunting/SYEW0105.JPG uses a node identifier Optional[df89c4d9-6d47-480a-af2d-1bffa49bc5d1] which is already taken by /content/dam/test/SYEW0105.JPG, trying to resolve conflict according to policy FAIL
{noformat}

In the older version of jackrabbit vault (3.4.6), an new UUID would be created for the new asset:
{noformat}
17.08.2022 17:37:00.739 *WARN* [qtp1778855870-1811] org.apache.jackrabbit.vault.fs.impl.io.DocViewSAXImporter Packaged node at /content/dam/hunting/SYEW0105.JPG is referenceable and collides with existing node at /content/dam/test/SYEW0105.JPG. Will create new UUID.
{noformat}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)