Copied to clipboard

Flag this post as spam?

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


  • Ross Ballantine 3 posts 74 karma points
    May 09, 2022 @ 09:26
    Ross Ballantine
    0

    Lucene error on content save, delete and unpublish

    I'm currently runnig Umbraco 9.4.2, when saving, deleting or unpublishing new content, I'm getting the below error - this seems to relate to the re-indexing of the site. Using the 'save and publish' option seems to work fine however. I've tried installing the Lucene.net 4.x.x packages, however the issue still seems to be occurring. Can anyone shed any light on this please?

      Server error: Contact administrator, see log for full details.
    Exceptions were thrown by listed actions. (Could not load type 'Resolution' from assembly 'Lucene.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=85089178b9ac3181'.)
    
        System.AggregateException: Exceptions were thrown by listed actions. (Could not load type 'Resolution' from assembly 'Lucene.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=85089178b9ac3181'.)
         ---> System.TypeLoadException: Could not load type 'Resolution' from assembly 'Lucene.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=85089178b9ac3181'.
           at Examine.Lucene.Search.LuceneSearchQuery..ctor(ISearchContext searchContext, String category, Analyzer analyzer, LuceneSearchOptions searchOptions, BooleanOperation occurance)
           at Examine.Lucene.Providers.BaseLuceneSearcher.CreateQuery(String category, BooleanOperation defaultOperation, Analyzer luceneAnalyzer, LuceneSearchOptions searchOptions)
           at Examine.Lucene.Providers.BaseLuceneSearcher.CreateQuery(String category, BooleanOperation defaultOperation)
           at Umbraco.Cms.Infrastructure.Examine.UmbracoContentIndex.PerformDeleteFromIndex(IEnumerable`1 itemIds, Action`1 onComplete)
           at Umbraco.Cms.Infrastructure.Examine.ExamineUmbracoIndexingHandler.DeferedDeleteIndex.Execute(ExamineUmbracoIndexingHandler examineUmbracoIndexingHandler, Int32 id, Boolean keepIfUnpublished)
           at Umbraco.Cms.Infrastructure.Examine.ExamineUmbracoIndexingHandler.DeferedActions.Execute()
           at Umbraco.Cms.Core.Scoping.ScopeContext.ScopeExit(Boolean completed)
           --- End of inner exception stack trace ---
           at Umbraco.Cms.Core.Scoping.ScopeContext.ScopeExit(Boolean completed)
           at Umbraco.Cms.Core.Scoping.Scope.<>c__DisplayClass106_0.<RobustExit>b__2()
           at Umbraco.Cms.Core.Scoping.Scope.TryFinally(Int32 index, Action[] actions)
           at Umbraco.Cms.Core.Scoping.Scope.TryFinally(Int32 index, Action[] actions)
           at Umbraco.Cms.Core.Scoping.Scope.TryFinally(Int32 index, Action[] actions)
           at Umbraco.Cms.Core.Scoping.Scope.Dispose()
           at Umbraco.Cms.Core.Services.Implement.CacheInstructionService.ProcessInstructions(CacheRefresherCollection cacheRefreshers, ServerRole serverRole, CancellationToken cancellationToken, String localIdentity, DateTime lastPruned, Int32 lastId)
           at Umbraco.Cms.Infrastructure.Sync.DatabaseServerMessenger.Sync()
           at Umbraco.Cms.Infrastructure.HostedServices.ServerRegistration.InstructionProcessTask.PerformExecuteAsync(Object state)
    
Please Sign in or register to post replies

Write your reply to:

Draft