You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Shad Storhaug (Jira)" <ji...@apache.org> on 2021/12/09 17:47:00 UTC

[jira] [Closed] (LUCENENET-646) Application pool crashes due to missing index file

     [ https://issues.apache.org/jira/browse/LUCENENET-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shad Storhaug closed LUCENENET-646.
-----------------------------------
    Resolution: Won't Fix

> 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
>            Priority: Critical
>         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.20.1#820001)