Expand my Community achievements bar.

Applications for the 2024-2025 Adobe Experience Manager Champion Program are open!
SOLVED

Too many calls Exception while executing acs commons report,

Avatar

Level 1

When I try to execute acs commons tool reports, I get this error on UI,

  Exception executing report: org.apache.sling.api.request.TooManyCallsException: BundledScriptServlet (/apps/acs-commons/components/utilities/report-builder/columns/editor/results.jsp) BundledScriptServlet (/apps/acs-commons/components/utilities/report-builder/columns/editor/results.jsp)

tusharbh_1-1702977725681.png

 

  and limited results are shown on UI, but when I download the report then I get all results, 

Query I am using is like below 

tusharbh_2-1702977775360.png

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@tusharbh 

 

Please refer to https://cqdump.joerghoh.de/2022/01/05/how-to-deal-with-the-toomanycallsexception/

 

aanchalsikka_0-1702978242713.png

You might have to update the "Number of Calls per request" to a higher number. This is to avoid too many Get calls hitting the server.
Report generation is a backend job, which might still be completing. But, calls from the UI might be getting restricted from AEM.


Aanchal Sikka

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@tusharbh 

 

Please refer to https://cqdump.joerghoh.de/2022/01/05/how-to-deal-with-the-toomanycallsexception/

 

aanchalsikka_0-1702978242713.png

You might have to update the "Number of Calls per request" to a higher number. This is to avoid too many Get calls hitting the server.
Report generation is a backend job, which might still be completing. But, calls from the UI might be getting restricted from AEM.


Aanchal Sikka