Hi, I am using AEM 6.5.7, in one of the publish instance we are getting the below error continuously due to that few services are in satisfied state.
*ERROR* [sling-oak-3-org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate-fulltext-async] org.apache.sling.commons.scheduler.impl.QuartzScheduler Exception during job execution of job 'org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate@56b99e63' with name 'org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate-fulltext-async' and config LEADER : Could not initialize class javax.crypto.JceSecurity
java.lang.NoClassDefFoundError: Could not initialize class javax.crypto.JceSecurity
But the same issue in not reproducing in local & other DEV & QA instance, so we thought it's because of index has corrupted we have followed the below Adobe recommendations as per the below document but didn't worked for me.
- Did restore from backup
- Removed the index folder under crx-quickstart/repository
- And the re-indexing both Property & Lucene
The 'done' attribute values in JMX console of org.apache.jackrabbit.oak: fulltext-async (IndexStats) is showing as empty
Please let me know if any thoughts on this
Thanks in advance.