Expand my Community achievements bar.

SOLVED

YAML File Failing in publisher

Avatar

Level 3

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?

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @sateeshreddy 

 

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

View solution in original post

2 Replies

Avatar

Employee

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...)

Avatar

Correct answer by
Community Advisor

Hello @sateeshreddy 

 

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