Exception executing report: javax.el.ELException: .Using ACS Commons report
Hi,
I am using ACS commons reports to pull the pages report that are deactivated and modified long back, offtime & redirected pages.
While I am trying to run the report based on the above conditions I am facing this error.
Error: Exception executing report: javax.el.ELException: Error reading 'resultsList' on type com.adobe.acs.commons.reports.api.ResultsPage Error reading 'resultsList' on type com.adobe.acs.commons.reports.api.ResultsPage
Query: SELECT * FROM [cq:PageContent] AS s WHERE ISDESCENDANTNODE(s, '{{path}}') AND (s.[cq:lastModified] < CAST("2022-01-01T00:00:00.000Z" AS DATE) OR (s.[cq:lastReplicationAction] = "Deactivate" AND s.[cq:lastModified] < CAST("2022-01-01T00:00:00.000Z" AS DATE)) OR offTime < CAST("2023-12-01T00:00:00.000Z" AS DATE) OR s.[redirectTarget] IS NOT NULL )
This is working for small content locale but not for huge no of pages. Can someone help me here why am i facing this error.
