Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"[Umbraco.Web.Scheduling.IBackgroundTask] " Task has failed on deleting a member #9872

Closed
deekoulos opened this issue Feb 23, 2021 · 1 comment

Comments

@deekoulos
Copy link

Hi!

using Umbraco 8.10.2 and Examine 1.1.0

Everytime we delete a member through backoffice, the following exception is raised and logged:

Message: "[Umbraco.Web.Scheduling.IBackgroundTask] " Task has failed
StackTrace:

System.NullReferenceException: Object reference not set to an instance of an object.
   at Umbraco.Examine.MemberValueSetBuilder.<GetValueSets>d__1.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Umbraco.Web.Search.ExamineComponent.DeferedReIndexForMember.<>c__DisplayClass4_0.<Execute>b__0()
   at Umbraco.Web.Scheduling.SimpleTask.Run()
   at Umbraco.Web.Scheduling.BackgroundTaskRunner`1.<RunAsync>d__40.MoveNext()

It seems that we are not alone with this issue: https://our.umbraco.com/forum/using-umbraco-and-getting-started/105051-examine-error-when-deleting-member

Any ideas?

Best
Dee

@nul800sebastiaan
Copy link
Member

Thanks, this should be fixed for 8.12 and probably should be backported to 8.9+ patch releases as well, make sure to follow #9684 for updates!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants