Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
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.
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
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,
Zugriffe
Antworten
Likes gesamt
Has someone removed bunldes from AEM? Looks like something was removed from the AEM service container. Did this just start happening?
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
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,
Zugriffe
Antworten
Likes gesamt
Zugriffe
Antworten
Likes gesamt
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,
Zugriffe
Antworten
Likes gesamt
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
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten