Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Content Fragment Models - not displaying few fields

Avatar

Level 2

Hello,

 

We have created content fragment model and noticing issue where few fields are not getting displayed. The fields are available in CRXDE. If we delete other fields they start appearing, so not an issue with Config.

 

Error in logs: GET /mnt/overlay/dam/cfm/models/editor/content/editor.html/conf/bts-bluebird/settings/dam/cfm/models/abc HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException
org.apache.sling.api.request.TooManyCallsException: BundledScriptServlet (/libs/granite/ui/components/coral/foundation/form/field/field.jsp)
at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:529) [org.apache.sling.engine:2.15.6]
at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:45) [org.apache.sling.engine:2.15.6]
at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:88) [org.apache.sling.engine:2.15.6]
at com.day.cq.wcm.core.impl.WCMDeveloperModeFilter.doFilter(WCMDeveloperModeFilter.java:119) [com.day.cq.wcm.cq

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@AniketSi 

 

Please refer to : 

How to deal with the “TooManyCallsException” – Things on a content management system (joerghoh.de)

 

It due to large number of get requests from CF.

aanchalsikka_0-1703743442146.png

 

For "Number of calls per request" Increase the number from 1500 to 3000 and check

 

Preferably reduce the number of fields in CFM. Make it more hierarchical or modular


Aanchal Sikka

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@AniketSi 

 

Please refer to : 

How to deal with the “TooManyCallsException” – Things on a content management system (joerghoh.de)

 

It due to large number of get requests from CF.

aanchalsikka_0-1703743442146.png

 

For "Number of calls per request" Increase the number from 1500 to 3000 and check

 

Preferably reduce the number of fields in CFM. Make it more hierarchical or modular


Aanchal Sikka