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)
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)?
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
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
is working on a reply...