Hi all,
We have observed thousands of WARNs in error log with following patterns. Has anyone observed these kind of warnings if so could you please advise how to get rid of these warnings?
WARN:
com.day.cq.wcm.core.impl.components.ComponentCacheImpl No component node found at /apps/granite/ui/components/coral/foundation/form/radiogroup
08.05.2023 02:22:44.176 *WARN* GET /editor.html/content/abc.html HTTP/1.1] com.day.cq.wcm.core.impl.components.ComponentCacheImpl No component node found at /apps/granite/ui/components/coral/foundation/form/pathfield
08.05.2023 02:22:44.178 *WARN* GET /editor.html/content/ac.html HTTP/1.1] com.day.cq.wcm.core.impl.components.ComponentCacheImpl No component node found at /apps/granite/ui/components/coral/foundation/form/select
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
The WARN messages indicate that certain component nodes are missing in the specified paths. To address this, verify the existence and registration of the components, perform a package deployment if necessary, and clear the component cache in your AEM instance. These steps should help resolve the WARN messages and ensure the component nodes are found correctly.
Hi,
The WARN messages indicate that certain component nodes are missing in the specified paths. To address this, verify the existence and registration of the components, perform a package deployment if necessary, and clear the component cache in your AEM instance. These steps should help resolve the WARN messages and ensure the component nodes are found correctly.
Thanks for the response @ManviSharma
But none of the components included on the page or pointing to /apps/granite/ui/components/coral/foundation/form/pathfield - so wondering from where these errors are triggered.
When you say clear component cache, are you talking about client libs cache clear? http://localhost:4502/libs/granite/ui/content/dumplibs.rebuild.html
OR Please advise how we can clear component cache.
Views
Replies
Total Likes