YAML File Failing in publisher | Community
Skip to main content
Level 3
October 7, 2023
Solved

YAML File Failing in publisher

  • October 7, 2023
  • 2 replies
  • 808 views

Hello All,

 

We are using the YAML file to manage the permission in AEM. we are using the Netcentric open-source package.

 

It was working fine in all the environments. However, it starts failing in publishers where we have millions of users.

 

Error is something like traversal Exception.

 

Any thoughts here?

 

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 aanchal-sikka

Hello @sateeshkreddy 

 

If these are errors related to query traversal, requesting you to please check following:

- Is there any index able to deal with the query?

- Have you customized the index related to this primaryType? If yes, is the query able to work with OOTB index? (This you would have to check on a local instance with no custom code)

- Consider updating your indexes to deal with the query.

- Netcentric ACL Tool is dependent on https://github.com/Netcentric/accesscontroltool/tree/develop/accesscontroltool-oakindex-package. Please verify if the index is available,

 

Also, please submit the issue on https://github.com/Netcentric/accesscontroltool/issues

2 replies

joerghoh
Adobe Employee
Adobe Employee
October 7, 2023

Hi,

 

I recommend to raise that question on the ACTool github project, and please also include some more details regarding the exception.

(Millions of users in the JCR sounds a bit problematic too me...)

aanchal-sikka
Community Advisor
aanchal-sikkaCommunity AdvisorAccepted solution
Community Advisor
October 8, 2023

Hello @sateeshkreddy 

 

If these are errors related to query traversal, requesting you to please check following:

- Is there any index able to deal with the query?

- Have you customized the index related to this primaryType? If yes, is the query able to work with OOTB index? (This you would have to check on a local instance with no custom code)

- Consider updating your indexes to deal with the query.

- Netcentric ACL Tool is dependent on https://github.com/Netcentric/accesscontroltool/tree/develop/accesscontroltool-oakindex-package. Please verify if the index is available,

 

Also, please submit the issue on https://github.com/Netcentric/accesscontroltool/issues

Aanchal Sikka