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

joerghoh
Employee
February 9, 2019

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

chirran414
New Participant
February 9, 2019

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

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.

New Participant
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.

New Participant
July 25, 2016

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

Ashokkumar_TA
New Participant
May 10, 2016

We had the same issue and found that when 6.1 is installed with nosamplecontent runmode, activate tree functionality is missing. We can package these nodes from another instance (without nosamplecontent runmode) and install it to get it working.

New Participant
May 10, 2016

I've just found the solutoin in another post.

I've created a new node in crx/de with its properties & it works..

 

kind regards

leeaslingAuthorAccepted solution
New Participant
May 10, 2016

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.

New Participant
May 10, 2016

Hi,

 

were you able to resolve your problem ? I also have an Author instance in AEM 6.1 SP1 with cq-6.1.0-hotfix-8651-1.2, cq-6.1.0-hotfix-8651-1.2 & cq-6.1.0-hotfix-9104-1.0

the link Activation Tree doesn't appear. 

In crxde, under replication, there isn't the link..

If I try to copy/paste the url of the replication tree page from another AEM 6.0, it doesn't work...

 

Kind regards

 

Yannick 

New Participant
October 16, 2015

Hi Lee,

From miscadmin console, select replication. Once it is expanded double click on "Activate tree" option.

From their we can activate entire tree structure.