Unable to start AEM with errors like mentioned in the subject and repository service unregistering
org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate@395786be with name Registered Service.351 and config SINGLE.
10.05.2017 10:45:26.521 *ERROR* [pool-6-thread-3] org.apache.sling.commons.scheduler.impl.QuartzScheduler No discovery available, therefore not executing job org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate@395786be with name Registered Service.351 and config SINGLE.
10.05.2017 10:45:31.521 *ERROR* [pool-6-thread-5] org.apache.sling.commons.scheduler.impl.QuartzScheduler No discovery available, therefore not executing job org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate@395786be with name Registered Service.351 and config SINGLE.
10.05.2017 10:45:36.520 *ERROR* [pool-6-thread-3] org.apache.sling.commons.scheduler.impl.QuartzScheduler No discovery available, therefore not executing job org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate@395786be with name Registered Service.351 and config SINGLE.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Ronny,
java -Xmx4096m -jar oak-run-1.1.8.jar console crx-quickstart/repository/segmentstore
In the console tool shell, run these commands:
:load rmNode.groovy
rmNode(session, "/:async")
rmNode(session, "/oak:index/damAssetLucene/:data")
#....Add all async index :data ......
:exit
Thanks,
Views
Replies
Total Likes
Has someone removed bunldes from AEM? Looks like something was removed from the AEM service container. Did this just start happening?
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi Ronny,
Symptoms indicates reindex issue. If you are familiar with oak console then remove :data on index def and start the instance otherwise Get official support help.
Thanks,
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi Ronny,
java -Xmx4096m -jar oak-run-1.1.8.jar console crx-quickstart/repository/segmentstore
In the console tool shell, run these commands:
:load rmNode.groovy
rmNode(session, "/:async")
rmNode(session, "/oak:index/damAssetLucene/:data")
#....Add all async index :data ......
:exit
Thanks,
Views
Replies
Total Likes
Hi,
Do we need run only below commands or do we need to run the command which mentioned in url(https://gist.githubusercontent.com/stillalex/43c49af065e3dd1fd… )
:load rmNode.groovy
rmNode(session, "/:async")
rmNode(session, "/oak:index/damAssetLucene/:data")
#....Add all async index :data ......
:exit
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies