Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Rakesh 11 posts 91 karma points
    Dec 20, 2021 @ 12:11
    Rakesh
    0

    Issue : System.AggregateException: Exceptions were thrown by listed actions. ---> System.IO.IOException

    Hello,

    We are trying to save the content which we have entered for the article but we are getting error message as below.

    "Server error : Contact administrator, see log for full details. Exceptions were thrown by listed actions. "

    If we see logs we are getting as below.

    System.AggregateException: Exceptions were thrown by listed actions. ---> System.IO.IOException: read past EOF at Lucene.Net.Index.SegmentInfos.FindSegmentsFile.Run(IndexCommit commit) in d:\Lucene.Net\FullRepo\trunk\src\core\Index\SegmentInfos.cs:line 736 at Lucene.Net.Index.SegmentInfos.Read(Directory directory) in d:\Lucene.Net\FullRepo\trunk\src\core\Index\SegmentInfos.cs:line 367 at Lucene.Net.Index.IndexWriter.Init(Directory d, Analyzer a, Boolean create, IndexDeletionPolicy deletionPolicy, Int32 maxFieldLength, IndexingChain indexingChain, IndexCommit commit) in d:\Lucene.Net\FullRepo\trunk\src\core\Index\IndexWriter.cs:line 1275 at Lucene.Net.Index.IndexWriter..ctor(Directory d, Analyzer a, Boolean create, MaxFieldLength mfl) in d:\Lucene.Net\FullRepo\trunk\src\core\Index\IndexWriter.cs:line 1019 at Examine.LuceneEngine.Providers.LuceneIndex.WriterFactory(Directory d) in C:\projects\examine-qvx04\src\Examine\LuceneEngine\Providers\LuceneIndex.cs:line 1118 at System.Collections.Concurrent.ConcurrentDictionary2.GetOrAdd(TKey key, Func2 valueFactory) at Examine.LuceneEngine.Providers.LuceneIndex.GetIndexWriter() in C:\projects\examine-qvx04\src\Examine\LuceneEngine\Providers\LuceneIndex.cs:line 1134 at Examine.LuceneEngine.Providers.LuceneIndex.CreateSearcher() in C:\projects\examine-qvx04\src\Examine\LuceneEngine\Providers\LuceneIndex.cs:line 1164 at System.Lazy1.CreateValue() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Lazy1.getValue() at Umbraco.Examine.UmbracoContentIndex.PerformDeleteFromIndex(IEnumerable1 itemIds, Action1 onComplete) in D:\a\1\s\src\Umbraco.Examine\UmbracoContentIndex.cs:line 131 at Umbraco.Web.Search.ExamineComponent.DeferedDeleteIndex.Execute(ExamineComponent examineComponent, Int32 id, Boolean keepIfUnpublished) in D:\a\1\s\src\Umbraco.Web\Search\ExamineComponent.cs:line 699 at Umbraco.Web.Search.ExamineComponent.DeferedActions.Execute() in D:\a\1\s\src\Umbraco.Web\Search\ExamineComponent.cs:line 572 at Umbraco.Web.Search.ExamineComponent.DeferedActions.<>c.1(Boolean completed, DeferedActions actions) in D:\a\1\s\src\Umbraco.Web\Search\ExamineComponent.cs:line 562 at Umbraco.Core.Scoping.ScopeContext.ScopeExit(Boolean completed) in D:\a\1\s\src\Umbraco.Core\Scoping\ScopeContext.cs:line 26 --- End of inner exception stack trace --- at Umbraco.Core.Scoping.ScopeContext.ScopeExit(Boolean completed) in D:\a\1\s\src\Umbraco.Core\Scoping\ScopeContext.cs:line 38 at Umbraco.Core.Scoping.Scope.<>cDisplayClass710.method(Closure , Object , Object[] ) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>cDisplayClass62.1(Boolean completed, DeferedActions actions) in D:\a\1\s\src\Umbraco.Web\Search\ExamineComponent.cs:line 562 at Umbraco.Core.Scoping.ScopeContext.ScopeExit(Boolean completed) in D:\a\1\s\src\Umbraco.Core\Scoping\ScopeContext.cs:line 26<---

    Request anyone to help us in resolving this issue.

    Thanks in advance.

    Regards, Rakesh Balasubramanya

Please Sign in or register to post replies

Write your reply to:

Draft