Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Not able to move content using VLT-RCP in AEM 6.3

Avatar

Level 2

Hi,

I am getting following error:

org.apache.jackrabbit.vault.util.RepositoryCopier Error while retrieving src node /content/we-retail-vlt: javax.jcr.PathNotFoundException: /content/we-retail-vlt

we-retail-vlt is the content folder I am trying to move from one author environment to another author environment. I have org.apache.jackrabbit.vault.rcp 3.1.40 bundle activated.

1 Accepted Solution

Avatar

Correct answer by
Employee

Please provide the exact copy command.

Here is an example of working command:

vlt rcp -b 100 -e -r -q -u http://admin:admin@localhost:4522/crx/-/jcr:root/content/geometrixx0 http://admin:admin@localhost:4509/crx/-/jcr:root/content/geometrixx0

Just try once with VLT RCP tool created by ACS Commons [1].

[1] http://adobe-consulting-services.github.io/acs-aem-tools/features/vlt-rcp/index.html

Regards,

Vishu

View solution in original post

3 Replies

Avatar

Employee Advisor

Can you check the following:

- Which user are you using for the transfer? Try using "admin" user and check if you get the same issue.

- Setup a DEBUG logger on "org.apache.jackrabbit.vault" to get more details about the failure.

Avatar

Level 1

Hi,

-  User is admin only.

- In have Setup Debug logger and getting below error:

  1. 05.12.2019 07:08:33.621 *INFO* [Vault RCP Task - task6] org.apache.jackrabbit.vault.rcp.impl.RcpTask Starting repository copy task id=t

ask6. From <https://*****:4502/crx/server/crx.default/jcr:root/content/we-retail-vlt to /content/we-retail-vlt>.

  1. 05.12.2019 07:08:33.628 *ERROR* [Vault RCP Task - task6] org.apache.jackrabbit.vault.util.RepositoryCopier Error while retrieving src n

ode /content/we-retail-vlt: javax.jcr.PathNotFoundException: /content/we-retail-vlt

Avatar

Correct answer by
Employee

Please provide the exact copy command.

Here is an example of working command:

vlt rcp -b 100 -e -r -q -u http://admin:admin@localhost:4522/crx/-/jcr:root/content/geometrixx0 http://admin:admin@localhost:4509/crx/-/jcr:root/content/geometrixx0

Just try once with VLT RCP tool created by ACS Commons [1].

[1] http://adobe-consulting-services.github.io/acs-aem-tools/features/vlt-rcp/index.html

Regards,

Vishu