[ 
https://issues.apache.org/jira/browse/OAK-9541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus updated OAK-9541:
---------------------------------
    Description: 
When trying to import a node via SysViewImportHandler which already exists at 
the same path with a different (but non-referenced UUID) in the repo the 
following exception can be observed:

{code}
 javax.jcr.ItemExistsException: Node with the same UUID 
exists:/tmp/referenceable/child: { jcr:primaryType = nt:unstructured}
        at 
org.apache.jackrabbit.oak.jcr.xml.ImporterImpl.startNode(ImporterImpl.java:426) 
~[oak-jcr-1.40.0.jar:1.40.0]
        at 
org.apache.jackrabbit.oak.jcr.xml.SysViewImportHandler.processNode(SysViewImportHandler.java:81)
 ~[oak-jcr-1.40.0.jar:1.40.0]
        at 
org.apache.jackrabbit.oak.jcr.xml.SysViewImportHandler.endElement(SysViewImportHandler.java:221)
 ~[oak-jcr-1.40.0.jar:1.40.0]
        at 
org.apache.jackrabbit.oak.jcr.xml.ImportHandler.endElement(ImportHandler.java:197)
 ~[oak-jcr-1.40.0.jar:1.40.0]
{code}

  was:
When trying to import a node via SysViewImportHandler which already exists with 
a different (but non-referenced UUID) in the repo the following exception can 
be observed:

{code}
 javax.jcr.ItemExistsException: Node with the same UUID 
exists:/tmp/referenceable/child: { jcr:primaryType = nt:unstructured}
        at 
org.apache.jackrabbit.oak.jcr.xml.ImporterImpl.startNode(ImporterImpl.java:426) 
~[oak-jcr-1.40.0.jar:1.40.0]
        at 
org.apache.jackrabbit.oak.jcr.xml.SysViewImportHandler.processNode(SysViewImportHandler.java:81)
 ~[oak-jcr-1.40.0.jar:1.40.0]
        at 
org.apache.jackrabbit.oak.jcr.xml.SysViewImportHandler.endElement(SysViewImportHandler.java:221)
 ~[oak-jcr-1.40.0.jar:1.40.0]
        at 
org.apache.jackrabbit.oak.jcr.xml.ImportHandler.endElement(ImportHandler.java:197)
 ~[oak-jcr-1.40.0.jar:1.40.0]
{code}


> ItemExistsException thrown during SysView import with 
> ImportUUIDBehavior.IMPORT_UUID_COLLISION_REMOVE_EXISTING
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: OAK-9541
>                 URL: https://issues.apache.org/jira/browse/OAK-9541
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: jcr
>    Affects Versions: 1.40.0
>            Reporter: Konrad Windszus
>            Priority: Major
>
> When trying to import a node via SysViewImportHandler which already exists at 
> the same path with a different (but non-referenced UUID) in the repo the 
> following exception can be observed:
> {code}
>  javax.jcr.ItemExistsException: Node with the same UUID 
> exists:/tmp/referenceable/child: { jcr:primaryType = nt:unstructured}
>       at 
> org.apache.jackrabbit.oak.jcr.xml.ImporterImpl.startNode(ImporterImpl.java:426)
>  ~[oak-jcr-1.40.0.jar:1.40.0]
>       at 
> org.apache.jackrabbit.oak.jcr.xml.SysViewImportHandler.processNode(SysViewImportHandler.java:81)
>  ~[oak-jcr-1.40.0.jar:1.40.0]
>       at 
> org.apache.jackrabbit.oak.jcr.xml.SysViewImportHandler.endElement(SysViewImportHandler.java:221)
>  ~[oak-jcr-1.40.0.jar:1.40.0]
>       at 
> org.apache.jackrabbit.oak.jcr.xml.ImportHandler.endElement(ImportHandler.java:197)
>  ~[oak-jcr-1.40.0.jar:1.40.0]
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to