-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed as not planned
Closed as not planned
Copy link
Labels
Description
Seen this come up on many different tests lately:
Akka.Configuration.ConfigurationException : Logger [Akka.Event.DefaultLogger] specified in config cannot be loaded: System.AggregateException: One or more errors occurred. ---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00014] in <dca3b561b8ad4f9fb10141d81b39ff45>:0
at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x00034] in <dca3b561b8ad4f9fb10141d81b39ff45>:0
at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000b] in <dca3b561b8ad4f9fb10141d81b39ff45>:0
at Akka.Event.LoggingBus.AddLogger (Akka.Actor.Internal.ActorSystemImpl system, System.Type loggerType, Akka.Event.LogLevel logLevel, System.String loggingBusName, System.TimeSpan timeout) [0x00042] in <2f7572f625f74ec0b489853bc1ea74e6>:0
at Akka.Event.LoggingBus.StartDefaultLoggers (Akka.Actor.Internal.ActorSystemImpl system) [0x000a5] in <2f7572f625f74ec0b489853bc1ea74e6>:0
---> (Inner Exception #0) System.Threading.Tasks.TaskCanceledException: A task was canceled.<---
---- System.AggregateException : One or more errors occurred.
-------- System.Threading.Tasks.TaskCanceledException : A task was canceled.
at Akka.Event.LoggingBus.StartDefaultLoggers (Akka.Actor.Internal.ActorSystemImpl system) [0x000cd] in <2f7572f625f74ec0b489853bc1ea74e6>:0
at Akka.Actor.LocalActorRefProvider.Init (Akka.Actor.Internal.ActorSystemImpl system) [0x000e1] in <2f7572f625f74ec0b489853bc1ea74e6>:0
at Akka.Remote.RemoteActorRefProvider.Init (Akka.Actor.Internal.ActorSystemImpl system) [0x00007] in <2654ac264e46416e8c3ec42cce0f6b6e>:0
at Akka.Cluster.ClusterActorRefProvider.Init (Akka.Actor.Internal.ActorSystemImpl system) [0x00000] in <e9f53706bfb14547883192c10e490710>:0
at Akka.Actor.Internal.ActorSystemImpl.Start () [0x00012] in <2f7572f625f74ec0b489853bc1ea74e6>:0
----- Inner Stack Trace -----
at System.Threading.Tasks.Task.ThrowIfExceptional (System.Boolean includeTaskCanceledExceptions) [0x00014] in <dca3b561b8ad4f9fb10141d81b39ff45>:0
at System.Threading.Tasks.Task`1[TResult].GetResultCore (System.Boolean waitCompletionNotification) [0x00034] in <dca3b561b8ad4f9fb10141d81b39ff45>:0
at System.Threading.Tasks.Task`1[TResult].get_Result () [0x0000b] in <dca3b561b8ad4f9fb10141d81b39ff45>:0
at Akka.Event.LoggingBus.AddLogger (Akka.Actor.Internal.ActorSystemImpl system, System.Type loggerType, Akka.Event.LogLevel logLevel, System.String loggingBusName, System.TimeSpan timeout) [0x00042] in <2f7572f625f74ec0b489853bc1ea74e6>:0
at Akka.Event.LoggingBus.StartDefaultLoggers (Akka.Actor.Internal.ActorSystemImpl system) [0x000a5] in <2f7572f625f74ec0b489853bc1ea74e6>:0
----- Inner Stack Trace -----