AEM 6.1 Tree Activation | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by leeasling

We still see the issue with every new instance of AEM 6.1 we start.  I have a package that i took from another instance that contains the tree activation page.  If you shoot me a private message, i can forward the package over to you.

15 replies

Level 4
July 25, 2016

Hi Ashok,Could you please share the list of filters that need to make this available?

September 15, 2016

Just to confirm the solution explicitly to those who are seeing this (as I did) - the root cause is that /etc/replication is missing the 'treeactivation" folder. If you export/import from a working 6.1 instance (or simply recreate the folder in CRX with correct props), the problem goes away.  See attached screenshot for desired state in JCR.

Adobe Employee
September 16, 2016

You are right in observing this. Apologies for hitting a known issue.

CQ-45211 - "Activate Tree" is not shown on the instance with nosamplecontent run mode

Workaround is pretty straightforward for it: manually create the missing node at /etc/replication/treeactivation:
{
jcr:primaryType: "sling:Folder",
jcr:title: "Activate Tree",
title: "Activate Tree",
sling:resourceType: "cq/replication/components/treeactivation"
}


This will solve the problem.

chirran414
Level 4
February 9, 2019

Does anybody have a complete solution/know that this issue got solved in later versions (AEM 6.3.3) ?

joerghoh
Adobe Employee
Adobe Employee
February 9, 2019

localhost:4502/libs/replication/treeactivation.html is available on my local AEM 6.4 SP2