SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
173 stars 112 forks source link

NullRefEx in log after index and db restored #2030

Closed kavics closed 6 months ago

kavics commented 8 months ago

After restoration, the sn-webapp's log contains many error lines:

2024-02-01 ... [VRB] ... Index  Pf:1  ERROR  WriteIndex: Object reference not set to an instance of an object. Remaining retry count: 4

It is likely to be caused by AddDocumentActivity or UpdateDocumentActivity that refers to a Content that no longer exists, so its Document property is null.

The repair has 2 tasks: