내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
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.