Hi!
We are using CQ 5.4 and cannot do a rollout for some parts of our content. This is what the log says:
12.09.2012 10:31:40.191 *INFO* [10.62.45.75 [1347438700176] POST /bin/wcmcommand HTTP/1.1] com.day.cq.wcm.msm.impl.RolloutManagerImpl Rolling out page content for /content/hm/AboutSection/en/About/Investor-Relations
12.09.2012 10:31:40.191 *ERROR* [10.62.45.75 [1347438700176] POST /bin/wcmcommand HTTP/1.1] com.day.cq.wcm.msm.impl.commands.RolloutCommand Error during rollout. com.day.cq.wcm.api.WCMException: Unable to order children
<long stacktrace...>
Caused by: javax.jcr.AccessDeniedException: Not allowed to reorder child node /content/hm/AboutSection/zh/About/Investor-Relations/rep:policy.
The problem seems to be that there is a rep:policy node in the target language tree, which is correct, because we don't want local editors to edit this part of the content. If I removed that node (which wasn't that easy before I found out that I could rename it, and then remove it) the rollout was successful. But we really want to set access rights here, so this is not a solution. Is this a bug in CQ5?
Best regards
Fredrik Tarberg