While trying to move a site from a dev environment to test I get the following error when I click on the developer section and it doesn't load the dashboard.
Can anyone help please?
Server Error in '/' Application.
doc counts differ for segment _1y: fieldsReader shows 8 but segmentInfo shows 2
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: Lucene.Net.Index.CorruptIndexException: doc counts differ for segment _1y: fieldsReader shows 8 but segmentInfo shows 2
Source Error:
Line 396: </td>
Line 397: <td id="<%# ((ProviderSettings)Container.DataItem).Name %>NumberOfDocuments" class="numberOfDocuments <%# ((ProviderSettings)Container.DataItem).Name %>">
Line 398: <%# NumberOfDocuments(((ProviderSettings)Container.DataItem).Name)%>
Line 399: </td>
Line 400: </tr>
It's 2020, still getting the same issue while during editting of a post. Deleted cache and TEMP directory but nothing seems to work, whole site down, HELP !!!
FYI: I have created a new thread with a project and a demo site showcase here to put some more focus on the subject - and hopefully someone helps with a solution:
Lucene.Net.Index.CorruptIndexException
While trying to move a site from a dev environment to test I get the following error when I click on the developer section and it doesn't load the dashboard.
Can anyone help please?
Server Error in '/' Application.
doc counts differ for segment _1y: fieldsReader shows 8 but segmentInfo shows 2
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: Lucene.Net.Index.CorruptIndexException: doc counts differ for segment _1y: fieldsReader shows 8 but segmentInfo shows 2
Source Error:
Line 396: </td> Line 397: <td id="<%# ((ProviderSettings)Container.DataItem).Name %>NumberOfDocuments" class="numberOfDocuments <%# ((ProviderSettings)Container.DataItem).Name %>"> Line 398: <%# NumberOfDocuments(((ProviderSettings)Container.DataItem).Name)%> Line 399: </td> Line 400: </tr>
Source File: c:\Web\Gordon House\usercontrols\IndexStatus.ascx Line: 398
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034
following!
It's 2020, still getting the same issue while during editting of a post. Deleted cache and TEMP directory but nothing seems to work, whole site down, HELP !!!
Please, anyone - having the same issue here in Umbraco 8 running multiple domains :-/
FYI: I have created a new thread with a project and a demo site showcase here to put some more focus on the subject - and hopefully someone helps with a solution:
https://our.umbraco.com/forum/using-umbraco-and-getting-started//103281-unhandled-exception-in-appdomain-terminating-an-examine-index-and-lucene-errors-showcase
is working on a reply...