Hello,
i would try to launch AEM 6.5. But when i try i see this error:
How can i to fix it? Help me please.
Java is OK, MAVEN is OK, NODEJS is OK.
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
Hello,
I solved the problem.
I had the crx folders that were installed on another pc. I proceeded as follows:
Installed MAVEN
Installed NODEJS
Installed JAVA
deleted the author and publish folders.
Copied and pasted the original jile jar.
Named the jar file "aem-author-p4502"
Inside the crx-quickstart folder, in the bin folder, I ran the batch file "start" and then "quickstart".
AEM started on port 4502.
Thanks for your effort
Did you check the similar issue in the below community post
It seems related to the archetype . They have provided suggestions to either change the version or add the fix.
Other causes could be due to repository initialization error in case if the first one doesn't fix look at the below article and another community post solution
https://cqdump.joerghoh.de/2022/03/17/how-to-analyze-authentication-support-missing/
Hello @FrancoBarresi
There can be many reasons, please have a look at following threads, to check whats applicable
Solved: AEM restart issue. AuthenticationSupport service m... - Adobe Experience League Community - ...
Solved: 503 error - AuthenticationSupport service missing... - Adobe Experience League Community - 1...
Hello @FrancoBarresi ,
1st investigate you can access the http://localhost:4502/system/console/bundles
and all the bundles are active.
If not find the inactive bundles and why. Again try to deploy the correct architecture version of AEM.
Otherwise, somehow your instance is corrupted Please check this: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/authenticationsupport-serv...
As others pointed out, there could be many reasons why you are seeing this error. Please take a look at this blog post to see if you are also into any of these scenarios.
@FrancoBarresi Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
表示
返信
いいね!の合計
Hello,
I solved the problem.
I had the crx folders that were installed on another pc. I proceeded as follows:
Installed MAVEN
Installed NODEJS
Installed JAVA
deleted the author and publish folders.
Copied and pasted the original jile jar.
Named the jar file "aem-author-p4502"
Inside the crx-quickstart folder, in the bin folder, I ran the batch file "start" and then "quickstart".
AEM started on port 4502.
Thanks for your effort