Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Too many warning in error log

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

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.

Avatar

Level 3

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.