volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

LazyIndexer error

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
Could you please explain as the exact scenario and when you are gettting this error
#28055
Feb 18, 2009 15:25

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

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.