Server Error in '/' Application.
Could not find file 'd:\web\localuser\domain.dk\public_html\App_Data\TEMP\ExamineIndexes\External\_2s.fnm'.
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: System.IO.FileNotFoundException: Could not find file 'd:\web\localuser\domain.dk\public_html\App_Data\TEMP\ExamineIndexes\External\_2s.fnm'.
Source Error:
Line 77: eventNode.SetValue("senderEmail", senderEmail);
Line 78: eventNode.SetValue("comment", comment);
Line 79: contentService.Save(eventNode);
When I empty all files in each subfolder of \App_Data\TEMP\ExamineIndexes\ and restarts site (touches web.config) the index comes up again and the above contentService job runs perfectly again. Just untill the index breaks down again after some few hours.
Extra info that might be relevant: I have multiple sites on different domains running in the solution so I have added this in web.config in
Examine indexes keep breaking down
Hi,
Umbraco v8.13.0. I keep getting this error:
When I empty all files in each subfolder of \App_Data\TEMP\ExamineIndexes\ and restarts site (touches web.config) the index comes up again and the above contentService job runs perfectly again. Just untill the index breaks down again after some few hours.
Extra info that might be relevant: I have multiple sites on different domains running in the solution so I have added this in web.config in
Hello Martin,
Try to delete the index folder and then backoffice rebuild will work.
App_Data might not included during a publish, it seems like exists in your project locally so check that too.
Thanks. If I have understood you correctly I should delete the folder App_Data/TEMP/ExamineIndexes
I have now done that and touched the web.config. Things work now and I will wait and see if the continue to do so. :)
is working on a reply...