Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Invalid cq:LiveSyncConfig node is created after save page properties

Avatar

Level 4

Hi all,

I'm having an strange issue with the LiveCopy sync configuration node.

Basically we have a master site (Blueprint) and then we have severals live copies. We also have several custom rollout configurations with their live actions. These rollout configs are configured on the pages under the master site and then are inherited on the live copies.

The synchronization and rollouts config are working fine.

But we are having a strange issue when an author save some changes on the page property in a live copy. For example the author change the page title.

When the change is saved a new cq:LiveSyncConfig node is created with the default rollout config (standard rollout config) and we lost all the custom rollouts configuration.

I can avoid that issue if i manually remove the Live Copy section into the Page Properties Form that is submitted via POST request to save the changes.

I also analysed the com.day.cq.wcm.msm.impl.postprocessing.ConfigPostProcessor the method process where the live sync config is processed after evaluate "("true".equals(request.getParameter("msm:writeLiveCopyConfig")"

And there is a condition

if ((!inheritRolloutConfig) ||  (!LiveRelationshipEditingUtil.isEffective(currentRelation, deepParam, rolloutConfigs)))

and after this condition the live sync config could be created.

On the other hand, I cannot reproduce it locally. I have created a user with the same permissions and I cannot reproduce the problem. The problem exists in the production site, where the author server is accessed by domain name.

Could be a permission issue?

How could I get more information? Has something similar happened to anyone?

Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi everyone, this issue was reported to Adobe and they added a fix on the release 6.3.3.8.

 

below the confirmation on December 23, 2019

 

Ticket Id: 192731  -  Priority: High
 
Update
 
Hello Victor,
 
engineering has confirmed the inclusion of the fix in the next 6.3.3.8 that is planned to be released on March 5th
Regards,
Cedric
 
Sites 
  • When the properties of a page are saved, an incorrect node is created (NPR-31774).
Regards,

View solution in original post

3 Replies

Avatar

Level 1
Did you find any solution to this issue?

Avatar

Correct answer by
Level 4

Hi everyone, this issue was reported to Adobe and they added a fix on the release 6.3.3.8.

 

below the confirmation on December 23, 2019

 

Ticket Id: 192731  -  Priority: High
 
Update
 
Hello Victor,
 
engineering has confirmed the inclusion of the fix in the next 6.3.3.8 that is planned to be released on March 5th
Regards,
Cedric
 
Sites 
  • When the properties of a page are saved, an incorrect node is created (NPR-31774).
Regards,

Avatar

Level 1
value of cq:rolloutConfigs property of cq:LiveSyncConfig not getting removed same is happening for me as well. aem version 6.5. any update on this?