Can I use more than two AEM cloud SDK for different POCs?
Hi!
I am trying to create two different and separate POC for some clients for AEMaaCS using Java 11. For the first POC I just need AEM. For the second one I need AEM + Forms.
I had created separate folders for each of those POCs and the problem I am facing is that if I start one quickstart, work for some time, shut it down and later I try to init the other POC quickstart the second POC fails to init showing the following error message:
"HTTP ERROR 503 AuthenticationSupport service missing. Cannot authenticate request."
If I tail the error.log I get the following warn and info messages:
"
18.02.2022 10:38:46.919 *WARN* [sling-default-1-health-com.adobe.granite.queries.impl.hc.QueryLimitsHealthCheck] com.adobe.granite.queries.impl.hc.QueryLimitsHealthCheck Could not retrieve QueryEngineSettings MBean.
18.02.2022 10:38:46.950 *INFO* [sling-default-9-health-com.adobe.granite.queries.impl.hc.QueriesStatusHealthCheck] com.adobe.granite.queries.impl.hc.QueriesStatusHealthCheck Could not retrieve QueryStats MBean.
"
I have tried the steps provided in the following solutions with no success:
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/http-error-503-authenticationsupport-service-missing-cannot/td-p/415600
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-restart-issue-authenticationsupport-service-missing-cannot/td-p/385769
So my question is. Can I work in two separate POCs with AEMaaCS sdk or this is only possible with the classic 6.5 version?
Thanks a lot.