Skip to content

Instantly share code, notes, and snippets.

@hemanth415
Created April 20, 2023 08:36
Show Gist options
  • Save hemanth415/7f9ee3d040f3f00955364c6a20b128f8 to your computer and use it in GitHub Desktop.
Save hemanth415/7f9ee3d040f3f00955364c6a20b128f8 to your computer and use it in GitHub Desktop.
Content Fragment Modal Editing Errors
  • Unable load CF modal editor with the error, The query read or traversed more than 100000 nodes.
    Create index for the query mentioned, using http://oakutils.appspot.com/generate/index
  • Modal not loading all the fields that were added previously, due to the error\
20.04.2023 13:47:53.780 *ERROR* [[0:0:0:0:0:0:0:1] [1681978673159] GET /mnt/overlay/dam/cfm/models/editor/content/editor.html/conf/project/settings/dam/cfm/models/location HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException
org.apache.sling.api.request.TooManyCallsException: /libs/granite/ui/components/coral/foundation/form/field/field.jsp
	at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:558) [org.apache.sling.engine:2.7.10.B0002]
	at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:45) [org.apache.sling.engine:2.7.10.B0002]
	at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:88) [org.apache.sling.engine:2.7.10.B0002]
	at com.day.cq.wcm.core.impl.WCMDeveloperModeFilter.doFilter(WCMDeveloperModeFilter.java:119) [com.day.cq.wcm.cq-wcm-core:5.12.206]
	at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:78) [org.apache.sling.engine:2.7.10.B0002]
	at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:156) [com.day.cq.wcm.cq-wcm-core:5.12.206]
	at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:78) [org.apache.sling.engine:2.7.10.B0002]

Resolution - Increase Number of request per calls to 10000 for the config - Apache Sling Main Servlet

References: \

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment