November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
When I save a page the LazyIndexer will try to find all links and maintain a table with these reference. When this error happens the cross reference table dosnt get updated, and I can't find for instance what pages are using one file.
The error only appere in the log
Think I found the errror
The index'er make use of a table where all the new words are inserted. if 2 index'ers work at the same time (2 sites, same db) that table gets corrupt.
So its just to empty tblTempKeyword then thinks work again.
Do anyone have experienced this error ?
System.NullReferenceException: Object reference not set to an instance of an object.
at EPiServer.LazyIndexer.IndexPage(Int32 pageID)
at EPiServer.LazyIndexer.Worker(Object state)
Have tried to debug it, but havent had much success.