Error while Debugging in AEM Wknd: URL Not hitting the servlet
- December 14, 2023
- 2 replies
- 902 views
I was trying to run aem as a cloud service in debug mode in local
I followed the below steps
1) started aem using: java -Xmx2048M -agentlib:jdwp=transport=dt_socket,address=8888,server=y,suspend=n -jar aem-author-p4502.jar
2) built the project using : mvn clean install -PautoInstallPackage
3) Ran the aem debug remote config
4) hit the url : http://localhost:4502/content/wknd/us/en.newavailability.json?vegId=9
5) Was getting exception as in the attached document 'Invalid_Recursion_Selector.txt'
6) hit the url: http://localhost:4502/content/wknd/us/en/newavailability.json?vegId=9
7) Was getting exception as in the attached document 'AEM_ResourceNotFound.txt'
The github link is: https://github.com/vineetham123/aem-guides-wknd
Attaching relevant screenshots as well


