Hello Team, I am having a multimodule maven project. I am getting the error, while installing the ui.content module(which has /etc/tags and acs-aem-commons defined as follows) with in the project.Main pom.xml plugin.<plugin><groupId>com.day.jcr.vault</groupId><artifactId>content-package-maven-plugin...
The reason why you are seeing only in local might be you might have the total components count is exceeding 1000. (custom components, geometrixx components and lib components). you can see the analysis in this ticket http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-...
I debugged further and figured out that too many calls exception is coming when the number of components are more than 1000. When I debugged, total number of components are 1026. That includes my custom components, geometrixx components and libs components. when it reached 1000, due to sling.max.ca...
As Feike suggested, mostly its do with the nodes under /system/sling/installer/jcr/pauseInstallation, that prevents auto Installation of bundles.Hotfix 9336 you can request from the day care.--Durga
One quick observation, I want to share is when I uninstall our code packages and tested the geometrixx, its not hitting the TooManyCalls exception..I'm believing.. its to do with one of our components.. but not knowing how to debug this further..From the exception.. we are seeing this exception gets...
yes, it is happening with even the geometrixx pages in edit mode with http://localhost:4502/editor.html/content/geometrixx/en/services.html and http://localhost:4502/editor.html/content/geometrixx/en/products.html, I am getting the same exception.I have attached the debug screenshot for your referen...
I debugged it further and see that I am getting too many API calls, when com.day.cq.wcm.core.impl.components.ComponentServlet calling the /libs/cq/gui/components/authoring/componentbrowser/component/component.jspAttaching the screenshot for your reference.
Hello Team,I'm working on the upgrade project from 5.6.1 to 6.2. Initially I had the issue of Too many Sling api calls exception and my components are not getting loaded in the edit mode. Only when I increase the value of sling.max.calls to higher value, my components gets loaded.Any pointers/sugges...