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

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

Error during include of slingrequestpathinfo:

Avatar

Level 3

Hi All

I recently set up AEM project. I created a template with base page. so I didn't see any content on the template like container, and parasys on both structure and Initail content mode. I found the below error in error.log


ERROR: GET /conf/aem-bootcamp/settings/wcm/templates/home-page/structure.html HTTP/1.1] com.day.cq.wcm.core.impl.WCMDeveloperModeFilter Error during include of SlingRequestPathInfo: path='/conf/aem-bootcamp/settings/wcm/templates/home-page/structure/jcr:content', selectorString='null', extension='html', suffix='null'

can anyone help me to resolve this?

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 3
3 답변 개

Avatar

Community Advisor and Adobe Champion

@Anilkumar9 

The error indicates that the Java compiler is unable to find or resolve the "HelloWorldModel" class referenced in the component's Java code.

Try checking your bundles are installed or not. Sometimes if the dependencies are not installed or active this error might happen.

If the bundles are properly installed and active, try deleting your bundle in OSGi and install it again.

Avatar

정확한 답변 작성자:
Level 3

Hi @Anilkumar9 
Try to clear cache http://localhost:4502/system/console/scriptcache and click “clear cache” 

Avatar

Administrator

@Anilkumar9 Did you find the helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni