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
Here is the complete error log:
https://docs.google.com/document/d/1gL1skzwNTojXbuj-o5aexB7KnRMgo1SXNnJSzPqxha8/edit?usp=sharing
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies