Not able to move content using VLT-RCP in AEM 6.3 | Community
Skip to main content
Level 2
December 4, 2019
Solved

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

  • December 4, 2019
  • 3 replies
  • 2322 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vish.dhaliwal

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

3 replies

Adobe Employee
December 4, 2019

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.

December 5, 2019

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

vish.dhaliwalAdobe EmployeeAccepted solution
Adobe Employee
December 5, 2019

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