AEM 6.3 -> 6.5.6 In-place upgrade - Issues with Copy/paste pages | Community
Skip to main content
Level 2
September 30, 2020

AEM 6.3 -> 6.5.6 In-place upgrade - Issues with Copy/paste pages

  • September 30, 2020
  • 3 replies
  • 2902 views

Hello peeps

We have been doing an in-place upgrade from AEM 6.3.3.7 to AEM 6.5.6, during testing I have found an issue when I copy/paste a page from one location to another. I get this below error when I try to paste a page

The logs have not been really helpful even in debug mode. The same issue happens when I try copy/paste assets from one location to another

 

When I start up a standalone AEM 6.5.6 instance and upload all my content to it, then copy/paste page/asset works well.

I have seen all the bundles and they are all in Active state, not sure what the issue is with the in-place upgrade.

 

Thanks in advance

3 replies

arunpatidar
Community Advisor
Community Advisor
October 1, 2020

Can you check reference-service-user user and its permission?

Arun Patidar
aaykay22Author
Level 2
October 2, 2020
Hi Arun
aaykay22Author
Level 2
October 5, 2020

Hello guys, any help here would be greatly appreciated.

aaykay22Author
Level 2
October 8, 2020

Hello @arunpatidar ,

 

Thanks for the pointer, it seems that the reference-search-service is a subservice which is bounded by service user content-reader-service.

com.day.cq.wcm.cq-command:reference-search-service=[content-reader-service]",

 

When checked from system/console/configMgr and compared this against a standalone AEM 6.5 instance, the below mapper was missing:

Mapping: com.day.cq.dam.cq-scene7-core:ips-jobs-journal-service=[workflow-process-service,dynamicmedia-config-service], com.day.cq.wcm.cq-command:reference-search-service=[content-reader-service]

 

The move and copy/paste functionality started working correctly after we added this configuration.

 

Thanks again 🙏