Hi all, I am setting up an environment using oak 1.12.0 and MondoDB 6 (!). When the repository loads, it all seems fine, but when I create a Lucene index (persisted in file system), the Lucene files are not created and in log I am getting INFO [org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate] (oak-scheduled-executor-3) [async] Initial index update WARN [org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate] (async-index-update-async) [async] The index update failed: org.apache.jackrabbit.oak.api.CommitFailedException: OakAsync0002: Missing index provider detected for type [lucene] on index [/oak:index/LuceneFullText] at deployment.mpEcmEA.ear//org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate$DefaultMissingIndexProviderStrategy.onMissingIndex(AsyncIndexUpdate.java:1369) at deployment.mpEcmEA.ear//org.apache.jackrabbit.oak.plugins.index.IndexUpdate.collectIndexEditors(IndexUpdate.java:291) at deployment.mpEcmEA.ear//org.apache.jackrabbit.oak.plugins.index.IndexUpdate.enter(IndexUpdate.java:164) at deployment.mpEcmEA.ear//org.apache.jackrabbit.oak.spi.commit.VisibleEditor.enter(VisibleEditor.java:53) at deployment.mpEcmEA.ear//org.apache.jackrabbit.oak.spi.commit.EditorDiff.process(EditorDiff.java:48) at deployment.mpEcmEA.ear//org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate.updateIndex(AsyncIndexUpdate.java:731) at deployment.mpEcmEA.ear//org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate.runWhenPermitted(AsyncIndexUpdate.java:573) at deployment.mpEcmEA.ear//org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate.run(AsyncIndexUpdate.java:432) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829)
I haven't had that error before. I do not see any warnings or errors in the log. Am I missing something? Is it because of the MongoDB version? Any help is appreciated. Regards. Jorge
