Try our conversational search powered by Generative AI!

LazyIndexer error

Vote:
 

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.

#28041
Feb 18, 2009 9:20
Vote:
 
Could you please explain as the exact scenario and when you are gettting this error
#28055
Feb 18, 2009 15:25
Vote:
 

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

#28070
Feb 18, 2009 18:14
Vote:
 

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.

 

#28089
Feb 19, 2009 11:05
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.