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 @somen-sarkar, Using this I am able to view the report but when I click on download I am getting this error. Can you let me know why this is happens h1>Error during requesting: '/var/acs-commons/mcp/instances/7A538F48479294AD/_jcr_content/report.xlsx'<h3>Error Message:</h3>
<pre>java.lang.NoSuchM...
Hi, yes I am able to download the report. But concern is about the error. Is that fine is it still shows the error. And I have increased the number of request for cal to 30000 but not sure if it's a feasible number to do. When changed to 30k it is not showing error. With and without the error result...
HI @Kamal_Kishor , I dont see anything in error.log when I search for "TooManyCallsException" to know what is causing the issue.How to know the specific reason? And Number of request per calls is currently 5500 so, I have changed to 12000 but still I am getting this error. This is the query I am exe...
Hi, I am trying to fetch pages list using SQL2 query with some conditions while executing report I am facing this error. Exception executing report: org.apache.sling.api.request.ToomanycallsexceptionAnd it shows the results I have checked the Apache sling main servelt config also it is already 5500...
Hi @Peter_Puzanovs Can you please consider the below scenerio I have written the code to deactivate the page and delete. The code is working but the issue is when we are trying to deactivate (through code) multiple pages around thousands of pages in all the publisher it is taking time and instance...
Hi,I have written the code to deactivate the page and delete. The code is working but the issue is when we are trying to deactivate (through code) multiple pages around thousands of pages in all the publisher it is taking time and instance is getting slow. I am trying to figure out is there any poss...
Hi I want to delete multiple pages from author and publisher. can someone suggest how to achieve this through code. I have used pagemanager.delete method but it is deleting only in author not in publishers. Thanks
Hi @sateaswa94 ,Thanks for responding! Actually I don't need which property is updated in the given path.What I actually want is when I rollout from language master to language copies. 2 locale pages are updating and 2 event are getting triggered.On each event I am sending an email (there is some us...