HI All, Does anyone has an idea if there a know metaspace issues in post sp21 upgrade?I dont find anything in adobe release notes but, chatgpt says this is a known issue in sp21.Anyone faced this issue post upgrade? Please let me know. Thanks,
Hi , I am trying to delete AEM page programmatically using pagemanager.delete() OFTB method but for some pages I am facing an exception it states - Error while deleting page & other exception was Error while creating a version. Does anyone has any idea when does these 2 exception comes Note: page t...
HI @HrishikeshKagne , I am already using [cq:PageContent] to filter the nodes as total pages are 19k out of which I am filtering data based on conditions. Can you suggest me how to use pagination in ACS commons report My query: SELECT * FROM [cq:PageContent] AS s WHERE ISDESCENDANTNODE(s, '{{path}}...
Hi @HrishikeshKagne, Thank you! for your detailed explanation. Even with the basic query I am getting error.SELECT * FROM [cq:PageContent] AS s WHERE ISDESCENDANTNODE(s, '{{path}}')In the logs i could see below errororg.apache.jackrabbit.oak.query.RuntimeNodeTraversalException: The query read or tr...
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 'resul...
Hi @EstebanBustamante , I am using ACS commons version 6.6.0 still I am facing this issue. In my scenario single image is referred in multiple pages so exceeding the limit. The link you have shared is for images and tags, they have provided the fix in TagReporter.java https://github.com/Adobe-Consu...
Hi, I am using ACS commons renovator to pull the report of images which has no reference in pages. As our content is very huge, when a single image is referred in multiple pages in multiple locales, "Referred In" column in report each cell it is exceeding 32767 characters and it is throwing below er...
HI Adobe community, I am trying to extract list of images which are not referred in pages. I am able to download the list using ACS commons renovator but the result nodes are saving under this path /var/acs-commons/mcp/instances Is there any possibility to not to save the result set can someone help...
Thank you @EstebanBustamante ,Extracted list is saving under this path /var/acs-commons/mcp/instances which I don't want is there any change to not to save this images list in crx/de Or with latest version it won't happen
Hi, I am trying to extract & download list of dam images which are not references in pages. I have used ACS Commons Renovator tool as shown below but I am able to view the list and when I click on download button it is throwing an error can some one help me why is this happening. h1>Error during req...