AEM 6.5, Service pack installed , getting error - HTTP ERROR 503 ServletResolver service missing, cannot service requests
HI
Please see below error i am getting while starting up my AEM 6.5 instance
Refer Screenshot

Command I am using to start - java -Xdebug -Xnoagent -Djava.compiler=NONE -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=30303 -XX:+HeapDumpOnOutOfMemoryError -XX:MaxPermSize=256M -Xmx4096m -Dorg.apache.sling.commons.log.level=INFO -jar aem-author-p4502.jar -p 4502 -verbose -nofork
Have tried these things but not worked for me 😞 -
deleted these -
crx-quickstart/repository/segmentstore/repo.lock
crx-quickstart/launchpad/felix/cache.lock
crx-quickstart/repository/index
crx-quickstart/launchpad/config/org/apache/sling/jcr/repoinit
Also, deleted repository folder under .m2 folder
Please find below error logs -
23.12.2023 18:55:20.765 *ERROR* [qtp192556687-70] org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModule No IDP found with name 0654f74c177ec80b60f7922a9a6195cf. Will not be used for login.
23.12.2023 18:55:20.770 *ERROR* [[0:0:0:0:0:0:0:1] [1703337920770] GET /libs/granite/core/content/login.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl ServletResolver service missing, cannot service requests , sending status 503
23.12.2023 18:55:20.793 *INFO* [qtp192556687-71] org.apache.sling.auth.core.impl.SlingAuthenticator getAnonymousResolver: Anonymous access not allowed by configuration - requesting credentials
23.12.2023 18:55:20.804 *ERR\OR* [qtp192556687-70] org.apache.jackrabbit.oak.spi.security.authentication.external.impl.ExternalLoginModule No IDP found with name 0654f74c177ec80b60f7922a9a6195cf. Will not be used for login.
23.12.2023 18:55:20.806 *ERROR* [[0:0:0:0:0:0:0:1] [1703337920806] GET /libs/granite/core/content/login.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl ServletResolver service missing, cannot service requests , sending status 503


