Too many warning in error log | Community
Skip to main content
May 15, 2023
Solved

Too many warning in error log

  • May 15, 2023
  • 2 replies
  • 1031 views

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

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 ManviSharma

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.

2 replies

ManviSharma
Adobe Employee
ManviSharmaAdobe EmployeeAccepted solution
Adobe Employee
May 16, 2023

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.

SonuR1Author
May 17, 2023

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.