I recently upgraded from 2020.2.6 to 2023.4.2 and over the past month, we have had 3 instances of this ASP.NET error that causes the web console to hang and spin. This started once I was on 2023.4.2 and had not been happening on the older version. Does anyone know what could be causing this? Where is this disposed object coming from?
An unhandled exception occurred and the process was terminated.
Application ID: /LM/W3SVC/2/ROOT/ui
Process ID: 15964
Exception: System.ObjectDisposedException
Message: Cannot access a disposed object.
StackTrace: at System.Threading.TimerQueueTimer.Change(UInt32 dueTime, UInt32 period)
at System.Threading.Timer.Change(Int64 dueTime, Int64 period)
at System.Threading.Timer.Change(TimeSpan dueTime, TimeSpan period)
at SolarWinds.Common.Timers.ThreadingTimer.Change(TimeSpan dueTime, TimeSpan period)
at SolarWinds.Orion.Feature.Client.NonBlockingFeatureClient.RefreshCacheOnTimer()
at SolarWinds.Orion.Feature.Client.NonBlockingFeatureClient.<.ctor>b__8_0(Object x)
at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.TimerQueueTimer.CallCallback()
at System.Threading.TimerQueueTimer.Fire()
at System.Threading.TimerQueue.FireNextTimers()
at System.Threading.TimerQueue.AppDomainTimerCallback(Int32 id)