[
https://issues.apache.org/jira/browse/JCRVLT-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17374894#comment-17374894
]
Konrad Windszus commented on JCRVLT-534:
----------------------------------------
Actually those errors should not break. They are emitted by
https://github.com/apache/jackrabbit-filevault/blob/30d4932f33be608de757e4c4e103a2d615b6dc82/vault-core/src/main/java/org/apache/jackrabbit/vault/util/RepositoryCopier.java#L497
and usually are transient.
Only in case the final save is not working
(https://github.com/apache/jackrabbit-filevault/blob/11ad6ba33f2106dcf918c36079e654cc54225190/vault-core/src/main/java/org/apache/jackrabbit/vault/util/RepositoryCopier.java#L270),
this may lead to partial copies.
[~sreinhardt] Which nodes are missing in your case? Do you a package with which
this can be reproduced?
> Allow for skipping items that error.
> ------------------------------------
>
> Key: JCRVLT-534
> URL: https://issues.apache.org/jira/browse/JCRVLT-534
> Project: Jackrabbit FileVault
> Issue Type: New Feature
> Components: vlt
> Reporter: Scott Reinhardt
> Priority: Minor
>
> When doing a vlt rcp with the --update flag I am running into these two
> errors:
> [ERROR] Error during intermediate save (1047); try again later:
> javax.jcr.InvalidItemStateException
> [ERROR] Error during intermediate save (4566); try again later:
> javax.jcr.ItemExistsException
>
> These crash the copy and I have to manually exclude them. A flag that
> allows for skipping items that error and continue on would be very helpful.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)