I am trying to do AEM setup in my local device. I am using AEM 6.5 jar along with java 8, node 22, and maven 3.9.8
I start my instance, and as soon as I install the service pack the AEM crashes with error 503, authentication service missing.
Initially I was trying to use service pack 6.5.17, I thought it could be some compatibility issue so I tried with 6.5.15 but still facing same issue.
I tried checking error logs but I don't see any error.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello @kautuk_sahni. Yeah this issue is resolved. I tried out all the solutions given by users and those were really insightful but unfortunately none of them seemed to resolve the issue.
I also am not sure what was exactly happening but I just tried to change the order of steps I generally follow while setting up an instance and it seemed to work for me.
So generally we follow the below process to setup an instance -
1. Get a jar and license file.
2. Initiate the instance with either command or double click.
3. Once the instance is on upload appropriate SP and restart instance.
4. Create a project/Deploy the code to instance.
I just swapped step3 and step4 i.e. I first deployed an already available project on the instance and then updated the SP.
Not sure if this has anything to do with my issue as I never used this before as a solution, whenever my instance would crash I would set it up again and it generally starts up fine.
If you believe this could actually resolve the issue, can you please help me with knowing how this works internally?
Check the logs to see if the SP was actually installed and everything properly started.
You should be able to access pages.
Always stop AEM gracefully, before restarting your system
You can delete the repoint directory under crx-quickstart/launchpad/config/org/apache/sling/jcr/repoinit . Sometimes custom repoint causes this issue
@Manasi29 Did you find the suggestions from users helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
Hello @kautuk_sahni. Yeah this issue is resolved. I tried out all the solutions given by users and those were really insightful but unfortunately none of them seemed to resolve the issue.
I also am not sure what was exactly happening but I just tried to change the order of steps I generally follow while setting up an instance and it seemed to work for me.
So generally we follow the below process to setup an instance -
1. Get a jar and license file.
2. Initiate the instance with either command or double click.
3. Once the instance is on upload appropriate SP and restart instance.
4. Create a project/Deploy the code to instance.
I just swapped step3 and step4 i.e. I first deployed an already available project on the instance and then updated the SP.
Not sure if this has anything to do with my issue as I never used this before as a solution, whenever my instance would crash I would set it up again and it generally starts up fine.
If you believe this could actually resolve the issue, can you please help me with knowing how this works internally?
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies