AEM Cloud sdk servlet issue
Hi All,
I have created the sling servlet in AMS Cloud Version SDK, For that i am facing servlet hit issue as it is in satisfied state and not getting into Active state.
I've checked following basic steps for servlet properly registered or not.
-Bundle is active.
-Servlet is registered i.e, i am able to see at system/console/components
I've seen some fixes for it as below but still the issue is not resolved
-I was trying to resolve the path at /system/console/servletresolver. Even /bin also not resolved.
-I was trying a bunch of different paths like /bin, /bin/test , /bin/groupServlet and those paths are already whitelisted at Apache Sling Servlet/Script Resolver and Error Handler.
-I have tried with resource base servlet and facing same issue not resolved error.
- tried with empty servlet as well with only sysout message post removing service reference.
Does anyone have any ideas or other things I can check for as to why this would not work?
