Hi,
Trying to copy pasting page from local path(en-uk) to eng master, but we are getting some exception and its not copy pasting but we are able copy paste from en-us to en master.
Exception is
Exception in internalCopy: javax.jcr.InvalidItemStateException: This item [/content/abc-demo/en/products/gas-generation/nitrogen/membrane3/jcr:content/root/container_1817183998/container/tabs/item_1689792824964_msm_moved] does not exist
Membrane3 itself isn't there in crxd.
we have multiple msm moved nodes If I remove those nodes and do copy paste its working, Also if I again copy page from en-us to en(2nd time) facing same exception.
Content structure of en-us and en-uk is same
Please help us
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
As you must be aware that "_msm_moved" is created when the a rollout action is triggered and content is being rolled out to a livecopy where an identically named node is located .
And copying content from live copy to master copy is not a good idea, other then msm_moved nodes, you need to clean other properties also, otherwise it will create issue.
Hi @Vani1012
It looks like there is some issue while setting up the live copy and language copy in the project. Will you be able to recreate the copy from scratch and try if the issue persists?
Thanks,
Asutosh
Hi
As you must be aware that "_msm_moved" is created when the a rollout action is triggered and content is being rolled out to a livecopy where an identically named node is located .
And copying content from live copy to master copy is not a good idea, other then msm_moved nodes, you need to clean other properties also, otherwise it will create issue.