Too many calls Exception while executing acs commons report, | Community
Skip to main content
New Member
December 19, 2023
Solved

Too many calls Exception while executing acs commons report,

  • December 19, 2023
  • 1 reply
  • 781 views

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)

 

  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 

 

 

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

@tusharbh 

 

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

 

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.

1 reply

aanchal-sikka
Community Advisor
aanchal-sikkaCommunity AdvisorAccepted solution
Community Advisor
December 19, 2023

@tusharbh 

 

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

 

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