Expand my Community achievements bar.

Push on modify is not working

Avatar

Level 4

Hi,

I have a very weird behavior on my AEM 6.3.0.1 instance. I created a live copy with push on modify as rollout configuration. However, when I modify the master copy, the changes are not pushed to the copy. This is what I found in the logs, for some reason AEM is not able to find relations for my live copy:

05.12.2017 14:57:39.950 *DEBUG* [172.28.46.134 [1512482259949] GET /content/websites/livecopy/data-source/interest-config/actual/jcr:content.msm.conf HTTP/1.1] com.day.cq.wcm.msm.impl.LiveRelationshipManagerImpl no relation for /content/websites/livecopy/data-source/interest-config/actual/jcr:content found.

I tried to troubleshoot the issue following these instructions: Adobe CQ Help | Troubleshooting AEM MSM issues

I can find the property cq:LiveRelationship set on the live copy /content/websites/livecopy/data-source/interest-config/actual/jcr:content and I can find a parent node of the live copy page with cq:LiveSync mixinType (/content/websites/livecopy/data-source/interest-config/jcr:content) with subnode cq:LiveSyncConfig with the following configurations

cq:isDeep

Boolean

true

cq:master

String

/content/websites/master/data-source/interest-config

cq:rolloutConfigs

String[]

/etc/msm/rolloutconfigs/pushonmodify, /etc/msm/rolloutconfigs/activate

jcr:primaryType

Name

cq:LiveCopy

Do you have any idea why push on modified is not working properly?

Thanks for your help!

1 Reply

Avatar

Level 10

Checking with internal ppl. You should be able to perform this use case following the docs.