Project Specific Folders Not Visible on Templates Page at /libs/wcm/core/content/sites/templates.html/conf | Community
Skip to main content
Level 2
September 6, 2022
Solved

Project Specific Folders Not Visible on Templates Page at /libs/wcm/core/content/sites/templates.html/conf

  • September 6, 2022
  • 2 replies
  • 631 views

In Adobe as cloud Services, we are unable to see the project folder for editing templates using the following URL:

 
As per the below support article, it seems that the issue is probably due to some Lucene indexes. 
So, we tried the solution suggested in this article and set reindex -> true in cqPageLucene & similar custom indexes. 
We are able to reproduce the issue in all adobe cloud environments as well as local. Please find the screenshot below:
 
 
It is observed that the folder is available in CRX and we are able to navigate to the templates by changing the URL.
Templates Parent Path: /conf/XXXXXXXXXX/settings/wcm/templates
 
Please help me to fix it.
 
Thanks
 
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 SrikanthPo3

Hi @s_k_agarwal , after setting reindex=true for index, I believe you need to initiate PropertyIndexAsyncReindex for folders to show up. You can start re indexing by clicking on startPropertyIndexAsyncReindex() in JMX console http://localhost:4502/system/console/jmx/org.apache.jackrabbit.oak%3Aname%3Dasync%2Ctype%3DPropertyIndexAsyncReindex.

error.log has log statements mentioning re indexing progress in percentage, once it is 100%, reindexCount value gets increased and reindex gets updated to false.

We tried this when we were not able to find tag references(pages).

2 replies

arunpatidar
Community Advisor
Community Advisor
September 6, 2022

Hi @s_k_agarwal 

Please raise this with Adobe with the steps to reproduce, if this is a product bug then Adobe can suggest something.

Arun Patidar
SrikanthPo3Accepted solution
Level 5
September 6, 2022

Hi @s_k_agarwal , after setting reindex=true for index, I believe you need to initiate PropertyIndexAsyncReindex for folders to show up. You can start re indexing by clicking on startPropertyIndexAsyncReindex() in JMX console http://localhost:4502/system/console/jmx/org.apache.jackrabbit.oak%3Aname%3Dasync%2Ctype%3DPropertyIndexAsyncReindex.

error.log has log statements mentioning re indexing progress in percentage, once it is 100%, reindexCount value gets increased and reindex gets updated to false.

We tried this when we were not able to find tag references(pages).