Rollout failed
I'm experiencing the following problem: I have a blueprint for mySite and a liveCopy myLiveCopySite. I try to do a rollout of a page in mySite that contains a node myList. That node exists at the corresponding path in myLiveCopySite. From what I understand, in that case the live action contentCopy should not be applied for that node since it already exists in the live copy.
However, even though I can see the node in crx, the handles method of ContentCopyAction is called with a null target and in the end the copy fails with an ItemNotFoundException. I created a custom live action that has the exact same source as ContentCopyActionFactory in order to debug this. I modified it to skip the node that causes the problem. After this the rollout suceeds and in the live copy the node is now called myList_msm_moved.
Did anyone encounter this also? What does _msm_moved mean?
I'm using Adobe CQ 5.6.1