Wondering where I can find Tree Activation within AEM 6.1?
Solved! Go to Solution.
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.
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.
Views
Replies
Total Likes
Verify using crxde that the following renderer JSP is present & not blank:
/libs/cq/replication/components/treeactivation/treeactivation.jsp
Sometimes cleaning up /var/classes may also help. Because tree activation is at the same place as in earlier AEM versions:
https://docs.adobe.com/docs/en/aem/6-1/author/page-authoring/publishing-pages.html#Activating a complete section (tree) of your website
Views
Replies
Total Likes
Agreed in every other version, however, in 6.1 the option isn't available. See attached screen.
[img]NoTreeActivation.jpg[/img]
Views
Replies
Total Likes
I can able to see activate tree option in 6.1.
Once you posted in forum , i started my AEM6.1 instance and opened activate tree console, performed few dry run.Everything is working fine,Then i posted in forum.
Anyhow , are you logged with ADMIN id?>
Views
Replies
Total Likes
Yes, I am logged in as admin.
I have 3 author instances with all hot fixes installed for 6.1 and none of them have Tree Activation.
Views
Replies
Total Likes
Hi Lee,
in my 6.1 local instance I just opened: http://localhost:4502/miscadmin#/etc/replication and "Activate Tree" is present.
I take it you can't see it at http://localhost:4502/crx/de/index.jsp#/etc/replication/treeactivation
What version of AEM is shown in the welcome screen?
Regards,
Opkar
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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.
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
Views
Replies
Total Likes
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.
Hi Ashok,Could you please share the list of filters that need to make this available?
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Does anybody have a complete solution/know that this issue got solved in later versions (AEM 6.3.3) ?
localhost:4502/libs/replication/treeactivation.html is available on my local AEM 6.4 SP2
Views
Replies
Total Likes
Views
Likes
Replies