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

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

Mark Solution

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

해결됨

Resource at '/sites.html/content' not found: No resource found

Avatar

Level 1

When I built wknd site from github using maven, I was able to successfully build it and obtain all the artifacts. However, in the AEM UI when I click on Navigation->Sites, it gives the errors attached in the screenshots. 

P.S. I haven't made any changes to any default config files.

Screen Shot 2022-05-01 at 10.40.52 PM.pngScreen Shot 2022-05-01 at 10.41.31 PM.png

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 2

Just go to folder when you have aem instance, delete everything, leave only aem-author-p4502.jar, build again and it will work. 

Screenshot 2022-05-02 113923.png

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Community Advisor

Hi,

This looks like a permission issue, are you accessing using admin user?

Arun Patidar

AEM LinksLinkedIn

Avatar

정확한 답변 작성자:
Level 2

Just go to folder when you have aem instance, delete everything, leave only aem-author-p4502.jar, build again and it will work. 

Screenshot 2022-05-02 113923.png

Avatar

Community Advisor and Adobe Champion

Hi @Ab30 ,

 

Please try below troubleshooting steps

 

1. Check whether the core bundle is activated or not. If it is not active then check is there any dependency causing the issue?

    check here  ->  http://localhost:4502/system/console/bundles

 

2. Try to build core-bundle first using mvn clean install -PautoInstallBundle and then deploy your complete package.

 

3. Open the same project in IntelliJ and reload the maven. IntelliJ will resolve missing dependencies. 

 

MayurSatav_2-1651495132328.png

 

If you are still facing the same issue then please share that project repo URL. Will try to replicate it.

 

 

 

Avatar

Employee Advisor

On author /sites.html/content should display the siteadmin and the navigation tree.

 

Can you check on "/system/console/jcrresolver" and enter "/sites.html" into the field below "configuration test"? It should result in something like this:

 

Jrg_Hoh_0-1651507156378.png