Copied to clipboard

Flag this post as spam?

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


  • pikkenix 17 posts 37 karma points
    Jul 07, 2010 @ 12:26
    pikkenix
    0

    Error loading actionhandler 'umbSearchUpdate'

    I keep getting this error in the logs: Error loading actionhandler 'umbSearchUpdate': System.MissingMethodException: Method not found: 'Int32 Lucene.Net.Index.IndexReader.Delete(Lucene.Net.Index.Term)'. at umbracoUtilities.umbSearchResult.DeleteFromIndex(Int32 PageID) at umbracoUtilities.SearchUpdateActionHandler.Execute(Document documentObject, IAction action) at umbraco.BusinessLogic.Actions.Action.RunActionHandlers(Document d, IAction action)

     

    Found this post: http://our.umbraco.org/forum/core/general/4141-umbracolibraryUpdateDocumentCache%28ID%29-causing-Error-loading-actionhandler-%27umbSearchUpdate%27

    Basicly says it's a conflict between lucence 2.0 (used in umbraco 4) and lucence 1.9 (used by umbracoUtilities). I need umbracoUtilities installed, is there a way to get rid of this error with my setup (Umbraco 4.0.3 and umbracoUtilities)?

     

    Regards

    Daniel

  • Ismail Mayat 4511 posts 10092 karma points MVP 2x admin c-trib
    Jul 07, 2010 @ 12:28
    Ismail Mayat
    0

    pikkenix,

    You could using ilmerge create your own new merged dll that has 1.9 lucene stuff merged in http://www.microsoft.com/downloads/details.aspx?familyid=22914587-b4ad-4eae-87cf-b14ae6a939b0&displaylang=en i did have post on my old blog but that alas is no longer available.

    Regards

    Ismail

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies