Jarek Bogusz created LUCENENET-646:
--------------------------------------

             Summary: Application pool crashes due to missing index file
                 Key: LUCENENET-646
                 URL: https://issues.apache.org/jira/browse/LUCENENET-646
             Project: Lucene.Net
          Issue Type: Bug
          Components: Lucene.Net Core
    Affects Versions: Lucene.Net 3.0.3
         Environment: Windows Server 2016, vers 1607.

.net version (Release value in regedit: 460805).
            Reporter: Jarek Bogusz
         Attachments: CUNY_GC.DummyIndex.crashes.zip, e1.jpg, e1.txt, e2.jpg, 
e2.txt, e3.jpg, e3.txt, prod.net.vers.jpg

This problem is critical because when it happens the application pool crashes 
and the entire website stops working with 503 error code.

Errors are visible in Windows Event Log (Application), attached.

When index files are deleted and index is rebuilt the problem goes away.

I was not able to reproduce the problem by copying corrupted index files (also 
attached) to another server.

By googling the error message it looks like it's coming from file 
CompoundFileReader.cs, method OpenInput.

if (entry == null)
 throw new System.IO.IOException("No sub-file with id " + id + " found");



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to