Expand my Community achievements bar.

SOLVED

Unable to start AEM - equestLogin=1 10.05.2017 10:43:46.521 *ERROR* [pool-6-thread-1] org.apache.sling.commons.scheduler.impl.QuartzScheduler No discovery avail

Avatar

Level 4

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.

1 Accepted Solution

Avatar

Correct answer by
Level 9

Hi Ronny,

https://gist.githubusercontent.com/stillalex/43c49af065e3dd1fd5bf/raw/9e726a59f75b46e7b474f7ac763b08...

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,

View solution in original post

6 Replies

Avatar

Level 10

Has someone removed bunldes from AEM? Looks like something was removed from the AEM service container. Did this just start happening? 

Avatar

Level 4
        Any sucess? Facing same error since a couple of days ago. Not sure what happened. I already tried by deleting /repository/index. No luck, same result. The instance, eventually starts up, but after some time it is unresponsive.

Avatar

Level 9

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,

Avatar

Level 4
        ¿Do you mean running a command via oak-run-*.jar? Do you have a sample command for that? Thanks.

Avatar

Correct answer by
Level 9

Hi Ronny,

https://gist.githubusercontent.com/stillalex/43c49af065e3dd1fd5bf/raw/9e726a59f75b46e7b474f7ac763b08...

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,

Avatar

Level 3

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