Expand my Community achievements bar.

Getting AuthenticationSupport Service Missing Error

Avatar

Level 1

Hi,

    After I run the quickstart.bat file and try to hit http://localhost:4502/ , instead of getting the login screen I get the below error. Any help is appreciated.

HTTP ERROR: 503

Problem accessing /. Reason:

    AuthenticationSupport service missing. Cannot authenticate request.

Powered by Jetty://

Thanks,

Sajid

2 Replies

Avatar

Administrator

You get that error when the authentication bundles haven't started yet. In some cases this is just a matter of time - the start up may still be progress. If it isn't just time then there are any number of reasons why the authentication bundles might not have started. There are two steps you need to take to troubleshoot the issues:

  • Look at your error.log during start up and look for exceptions and error messages. These exceptions and error messages will clue you into what the problem is.
  • If you don't see error messages log into felix and see if you have any bundles that aren't starting and try to manually start them and watch the error logs while you are manually starting them.

1) Re-index repository -: Stop your AEM instance then rename/delete "index" folder present under "auhor\crx-quickstart\repository"

2) Restart AEM instance.



Kautuk Sahni