Removing images BackgroundJobWorker System.NullReferenceException

Get this error when we try to delete folder with images.

    2019-08-05 11:02:07.6206 [App:02] [48638ac4-2732-4a9a-ad18-3650010c26d9] [ERROR] [] Litium.Application.Scheduler.BackgroundJobEngine - Execution of background processor Litium.Application.Scheduler.BackgroundJobWorker, Litium.Application failed, executing again in 5 seconds. System.NullReferenceException: Objektreferensen har inte angetts till en instans av ett objekt.
   vid Litium.Application.Scheduler.Data.SchedulerHelperService.<>c__DisplayClass9_0.<<ProcessAsync>b__0>d.MoveNext()
--- Slut på stackspårningen från föregående plats där ett undantag utlöstes ---
   vid System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   vid System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   vid Litium.Application.Data.DbContextExtension.<ExecuteInDbContextAsync>d__4`1.MoveNext()
--- Slut på stackspårningen från föregående plats där ett undantag utlöstes ---
   vid System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   vid System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   vid Litium.Application.Scheduler.BackgroundJobQueue.<ReceiveAsync>d__5.MoveNext()
--- Slut på stackspårningen från föregående plats där ett undantag utlöstes ---
   vid System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   vid System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   vid Litium.Application.Scheduler.BackgroundJobWorker.<ExecuteAsync>d__5.MoveNext()
--- Slut på stackspårningen från föregående plats där ett undantag utlöstes ---
   vid System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   vid System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   vid Litium.Application.Scheduler.BackgroundJobEngine.InfiniteRetryBackgroundProcess.<ExecuteAsync>d__3.MoveNext()

Litium version: 7

Regarding to the exception message this is related to an issue that already is fixed. Please, update to latest release.

Ps. It is good to include full version number in description.

7.2.1 Is the one we use now

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.