Expand my Community achievements bar.

SOLVED

AEM showing http error 503 after upgrading from High Sierra to Mojave

Avatar

Level 1

AEM 6.2 will not start after upgrading to Mojave, I have tried reinstall a fresh copy of AEM but it is still showing the error

Screenshot 2018-09-27 at 1.08.26 PM.png

Here is the complete error log:

https://docs.google.com/document/d/1gL1skzwNTojXbuj-o5aexB7KnRMgo1SXNnJSzPqxha8/edit?usp=sharing

1 Accepted Solution

Avatar

Correct answer by
Employee

Mojave OS is not officially sported for AEM 6.2 - Technical Requirements

The meaning of the error is that the repository is not available, and Authentication Service is just a first service that is going to be called. You should try to run offline compaction along with a full re-indexing.  Also, make sure that teh account that you are using to start AEM has RW permissions to .../crx-quickstart/repository/segmentstore

View solution in original post

4 Replies

Avatar

Administrator

There is a known issue with AEM 6.2 sp1. See 6.2 Service Pack 1 Release Notes

Otherwise,

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.

PS:  make sure you have an adequate amount of space available.



Kautuk Sahni

Avatar

Correct answer by
Employee

Mojave OS is not officially sported for AEM 6.2 - Technical Requirements

The meaning of the error is that the repository is not available, and Authentication Service is just a first service that is going to be called. You should try to run offline compaction along with a full re-indexing.  Also, make sure that teh account that you are using to start AEM has RW permissions to .../crx-quickstart/repository/segmentstore

Avatar

Level 1

Yes Im currently running offline and also have read write permission on the folder but still doesn't work.

Will there be a patch release for this issue in near future? or else I have to revert back to high sierra

Avatar

Employee Advisor

Realistically, this upgrade should not cause any issue. Yes, it's not supported, but on a dev machine you simply wouldn't care.

In your case you either broke your repo (just shutting down the mac without having shut down AEM before), or you are using a different Java version. Never versions than java 8 are causing problems.

Jörg