Content Fragment Models - not displaying few fields | Community
Skip to main content
New Participant
December 28, 2023
Solved

Content Fragment Models - not displaying few fields

  • December 28, 2023
  • 1 reply
  • 525 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aanchal-sikka

@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.

 

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

1 reply

aanchal-sikka
aanchal-sikkaAccepted solution
New Participant
December 28, 2023

@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.

 

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