Expand my Community achievements bar.

SOLVED

ReplicationException occurs: no child definition for jcr:content

Avatar

Level 2

Hi All,

I am facing following problem:

 error: com.day.cq.replication.ReplicationException: Repository error during page import: No child node definition for jcr:content found in node /content/mobile/en/company/navigation/items

Author was activating tree when suddenly this exception occured. After that I am not able to activate any page, even those pages that were successfully replicated one minute ago.

Could you please help me?

BR 

Pawel

1 Accepted Solution

Avatar

Correct answer by
Level 10

The cause of the replication error is the absence of the jcr:content node under the items page, Please try to delete the items node on the publishers directly via CRX Explorer or CRXDE Lite (it will delete also the sub-pages), and then to use tree-activate function of /content/mobile/en/company/navigation/items in order to re-activate the page and all its children. As you know replication is sequential, the first job is stuck & thus blocking the rest of the queue. You can use [1] as reference for future need.

[1] http://dev.day.com/content/kb/home/cq5/CQ5Troubleshooting/replication-stuck.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

The cause of the replication error is the absence of the jcr:content node under the items page, Please try to delete the items node on the publishers directly via CRX Explorer or CRXDE Lite (it will delete also the sub-pages), and then to use tree-activate function of /content/mobile/en/company/navigation/items in order to re-activate the page and all its children. As you know replication is sequential, the first job is stuck & thus blocking the rest of the queue. You can use [1] as reference for future need.

[1] http://dev.day.com/content/kb/home/cq5/CQ5Troubleshooting/replication-stuck.html