初次使用AEM,环境搭建起来后,由于在http://localhost:4502/system/console/bundles中增加了aem-api-6.0.0.1.jar,就导致com.adobe.cq.social.cq-social-as-provider这个bundle出现了com.adobe.cq.social.srp.config,version=1.1.18 -- Cannot be resolved错误 无法启动AEM Server了,报如下错误
error 503 authenticationsupport service missing. cannot authenticate request
访问本地AEM报如下错误:(http://localhost:4502/)
HTTP ERROR: 503
Problem accessing /. Reason:
AuthenticationSupport service missing. Cannot authenticate request.
Powered by Jetty://
在Eclipse中启动AEM Server报如下错误:
我在google上搜索了好多答案总结为两种原因:
1.>bundles(http://localhost:4502/system/console/bundles/)中存在非Active状态的bundle。
2.> Stop the AEM instance -- Go to folder crx-quickstart\repository\ remove folder index ---- Start the AEM
3> Another possible cause can be your lucene indexes can be corrupt.
Yogesh was kind enough to post a solution here:
http://www.wemblog.com/2011/12/how-to-rebuild-index-in-cq5-wem.html
我的解决方案是使用的第一种,把aem-api-6.0.0.1.jar这个包从Bundle中移除就可以正常Start了。