[
https://issues.apache.org/jira/browse/LUCENENET-546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16554069#comment-16554069
]
Himanshu commented on LUCENENET-546:
------------------------------------
Not able to add screenshot, but This comes when some segment file is locked and
Lucene is not able to overwrite this file.
System.IO.IOException: Cannot overwrite: C:\P2P\SearchIndex\SupplierIndex\_3.tis
at Lucene.Net.Index.IndexWriter.HandleMergeException(Exception t, OneMerge
merge)
at Lucene.Net.Index.IndexWriter.Merge(OneMerge merge)
at Lucene.Net.Index.ConcurrentMergeScheduler.MergeThread.Run()
--- End of inner exception stack trace ---
at Lucene.Net.Index.ConcurrentMergeScheduler.HandleMergeException(Exception
exc)
at Lucene.Net.Index.ConcurrentMergeScheduler.MergeThread.Run()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()$$$
> Exception Info: Lucene.Net.Index.MergePolicy+MergeException
> ------------------------------------------------------------
>
> Key: LUCENENET-546
> URL: https://issues.apache.org/jira/browse/LUCENENET-546
> Project: Lucene.Net
> Issue Type: Bug
> Affects Versions: Lucene.Net 3.0.3
> Environment: Windows 7 32 bit
> 4 GB Ram
> Reporter: Pravin Thokal
> Priority: Critical
>
> I got following exception in my project
> Application: SysToolsBatchIndexer.exe
> Framework Version: v4.0.30319
> Description: The process was terminated due to an unhandled exception.
> Exception Info: Lucene.Net.Index.MergePolicy+MergeException
> Stack:
> at
> Lucene.Net.Index.ConcurrentMergeScheduler.HandleMergeException(System.Exception)
> at Lucene.Net.Index.ConcurrentMergeScheduler+MergeThread.Run()
> at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
> at
> System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext,
> System.Threading.ContextCallback, System.Object, Boolean)
> at
> System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
> System.Threading.ContextCallback, System.Object, Boolean)
> at
> System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
> System.Threading.ContextCallback, System.Object)
> at System.Threading.ThreadHelper.ThreadStart()
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)