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.
Solved! Go to Solution.
Just go to folder when you have aem instance, delete everything, leave only aem-author-p4502.jar, build again and it will work.
Hi,
This looks like a permission issue, are you accessing using admin user?
Just go to folder when you have aem instance, delete everything, leave only aem-author-p4502.jar, build again and it will work.
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.
If you are still facing the same issue then please share that project repo URL. Will try to replicate it.
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:
Views
Likes
Replies