Closed mt33 closed 2 years ago
Hi @mt33, we had face same issue here. when we created a new repository on cloud manager and run it on local AEM, it broken and stoped work. The solution was create a org.apache.sling.jcr.repoinit.RepositoryInitializer-
I can confirm this issue is also happening with the Cloud-SDK. Issue appeared on 2021.12.6151.20211217T120950Z-211100
Deleting the .cfg.json or replacing it's script into a -.config as @otavio-sousa-gauge suggests does resolve the issue
thanks for the fix !
For anyone trying to search for this error message in the future.
HTTP ERROR 503 AuthenticationSupport service missing. Cannot authenticate request.
URI: /
STATUS: 503
MESSAGE: AuthenticationSupport service missing. Cannot authenticate request.
SERVLET: org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5fa1be91
Expected Behaviour
After deploying a new project, AEM can restart normally
Actual Behaviour
After deploying a new project, AEM restarts with a nasty error:
Reproduce Scenario (including but not limited to)
Building a project with
and deploying to a clean 6.5.11 instance with
clean install -P autoInstallSinglePackage
Stop AEM
Start AEM
Steps to Reproduce
Remove file
/apps/spa/osgiconfig/config/org.apache.sling.jcr.repoinit.RepositoryInitializer~spa.cfg.json
Re-deploy. AEM starts normally.
Config contents:
Platform and Version
Archetype 32 AEM 6.5.11
Sample Code that illustrates the problem
Logs taken while reproducing problem