siddupatil
17-07-2020
Team,
I am unable to open any edit dialog for aem components.Please let me know if there any service pack needs to installed for AEM 6.5 instance.
1)Clicked configure icon
2)Displayed JS Error in browser console.
Thank your help in advance.
berliant
Employee
It could be many different reasons for a scenario when you can not edit a component.
One of many reasons is related to the failure of a pageinfo servlet. Please check a call similar to
http://localhost:4502/libs/wcm/core/content/pageinfo.json?path=%2Fcontent%2Fwe-retail%2Fus%2Fen%2Fus...
Study the JSON output for any "wrong" output of workflows, launchers etc.
Another checkpoint is to increase Max JSON results. Access Sling GET Servlet and increase "JSON Max results" from OOTB 1000 to 100000
http://localhost:4502/system/console/configMgr/org.apache.sling.servlets.get.DefaultGetServlet
Do the same for the Sling Main Servlet:
http://localhost:4502/system/console/configMgr/org.apache.sling.engine.impl.SlingMainServlet
Increase the value of "Number of Calls per Request" from OOTB 1000 to 100000
Anurag_06
@siddupatil Have you tried other components on the same page or this component on different page? From the screen shot it seems that the component is extending other component as well. So could you please check for that component also.
BrianKasingli
MVP
@siddupatil
Let's debug this problem, as this may not be a service pack issue.
Please can you answer: