-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR in Indexing Task #469
Comments
I met same problem.Have you resolved it ? |
This is not a problem with the core Dicoogle project, but with the open Lucene-based plugin, which is not hosted in this repository. With that said, @Peng-Da If you can provide more details about this issue and a list of steps to reproduce it, this may help the Dicoogle team fix it in future versions. |
@Enet4
It happened sometimes,not always. |
@Peng-Da The stack trace appears to suggest that an older version of the Lucene plugin itself is in use. Can you try again using the latest combination of Dicoogle and its filestorage + lucene plugins (3.0.7)? In addition, can you check whether adding the option |
Hi ..@Enet4 i have got same issue, can you help to resolve it, i didn't find -Ddicoogle.index.async=false option in settings |
I am trying to use c-store service, and I used dcm4che toolkit to run command "dcmsnd [email protected]:6666 C:\XXX. The dicom files store in my specified directory successfully, but Index fail.
And this error in the console:
ERROR lucene.LuceneIndexer$2 (LuceneIndexer.java:224) - ERROR in Indexing Task
java.lang.IllegalArgumentException: Directory MMapDirectory@D:\XXX\dicoogle\index\indexed lockFactory=org.apache.lucene.store.NativeFSLockFactory@4bc4f6b1 still has pending deleted files; cannot initialize IndexWriter
at org.apache.lucene.index.IndexWriter.(IndexWriter.java:789) ~[lucene-3.0.1.jar:?]
at dicoogle.lucene.LuceneIndexer.beginTransaction(LuceneIndexer.java:253) ~[lucene-3.0.1.jar:?]
at dicoogle.lucene.LuceneIndexer.access$100(LuceneIndexer.java:71) ~[lucene-3.0.1.jar:?]
at dicoogle.lucene.LuceneIndexer$2.call(LuceneIndexer.java:203) [lucene-3.0.1.jar:?]
at dicoogle.lucene.LuceneIndexer$2.call(LuceneIndexer.java:189) [lucene-3.0.1.jar:?]
at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [?:1.8.0_291]
at java.util.concurrent.FutureTask.run(FutureTask.java) [?:1.8.0_291]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_291]
at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) [?:1.8.0_291]
at java.util.concurrent.FutureTask.run(FutureTask.java) [?:1.8.0_291]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_291]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_291]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
INFO lucene.LuceneIndexer$2 (LuceneIndexer.java:229) - Finished Index Task: 1589912486,IndexReport [nIndexedFiles=0, nErrors=1, elapsedTime=8]
The text was updated successfully, but these errors were encountered: