249 lines
33 KiB
Plaintext
249 lines
33 KiB
Plaintext
2022-05-17 15:17:30,204 RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。 139.155.60.236:5672
|
|
在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
|
在 System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
|
|
在 System.Net.Sockets.Socket.Connect(IPAddress address, Int32 port)
|
|
在 RabbitMQ.Client.Impl.TcpClientAdapter.<>c__DisplayClass2_0.<ConnectAsync>b__0() 位置 /_/projects/RabbitMQ.Client/client/impl/TcpClientAdapter.cs:行号 31
|
|
在 System.Threading.Tasks.Task.InnerInvoke()
|
|
在 System.Threading.Tasks.Task.Execute()
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.TcpClientAdapter.<ConnectAsync>d__2.MoveNext() 位置 /_/projects/RabbitMQ.Client/client/impl/TcpClientAdapter.cs:行号 31
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.TaskExtensions.<TimeoutAfter>d__0.MoveNext() 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 53
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectOrFail(ITcpClient socket, AmqpTcpEndpoint endpoint, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 307
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectOrFail(ITcpClient socket, AmqpTcpEndpoint endpoint, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 320
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectUsingAddressFamily(AmqpTcpEndpoint endpoint, Func`2 socketFactory, TimeSpan timeout, AddressFamily family) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 299
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler..ctor(AmqpTcpEndpoint endpoint, Func`2 socketFactory, TimeSpan connectionTimeout, TimeSpan readTimeout, TimeSpan writeTimeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 111
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateFrameHandler(AmqpTcpEndpoint endpoint) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 513
|
|
在 RabbitMQ.Client.EndpointResolverExtensions.SelectOne[T](IEndpointResolver resolver, Func`2 selector) 位置 /_/projects/RabbitMQ.Client/client/api/IEndpointResolverExtensions.cs:行号 47
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.EndpointResolverExtensions.SelectOne[T](IEndpointResolver resolver, Func`2 selector) 位置 /_/projects/RabbitMQ.Client/client/api/IEndpointResolverExtensions.cs:行号 61
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IEndpointResolver endpoints) 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 635
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 494
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 505
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 380
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection() 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 361
|
|
在 ARI.EAP.HOST.MQ.Mq.<TryConnect>b__11_2() 位置 D:\工作\株洲EAP\EAP\MQ\Mq.cs:行号 67
|
|
在 Polly.Policy.<>c__DisplayClass108_0.<Execute>b__0(Context _, CancellationToken _) 位置 /_/src/Polly/Policy.ExecuteOverloads.cs:行号 18
|
|
在 Polly.Policy.<>c__DisplayClass138_0.<Implementation>b__0(Context ctx, CancellationToken token) 位置 /_/src/Polly/Policy.SyncNonGenericImplementation.cs:行号 18
|
|
在 Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider) 位置 /_/src/Polly/Retry/RetryEngine.cs:行号 35
|
|
2022-05-17 15:17:34,627 RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。 139.155.60.236:5672
|
|
在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
|
在 System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
|
|
在 System.Net.Sockets.Socket.Connect(IPAddress address, Int32 port)
|
|
在 RabbitMQ.Client.Impl.TcpClientAdapter.<>c__DisplayClass2_0.<ConnectAsync>b__0() 位置 /_/projects/RabbitMQ.Client/client/impl/TcpClientAdapter.cs:行号 31
|
|
在 System.Threading.Tasks.Task.InnerInvoke()
|
|
在 System.Threading.Tasks.Task.Execute()
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.TcpClientAdapter.<ConnectAsync>d__2.MoveNext() 位置 /_/projects/RabbitMQ.Client/client/impl/TcpClientAdapter.cs:行号 31
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.TaskExtensions.<TimeoutAfter>d__0.MoveNext() 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 53
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectOrFail(ITcpClient socket, AmqpTcpEndpoint endpoint, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 307
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectOrFail(ITcpClient socket, AmqpTcpEndpoint endpoint, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 320
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectUsingAddressFamily(AmqpTcpEndpoint endpoint, Func`2 socketFactory, TimeSpan timeout, AddressFamily family) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 299
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler..ctor(AmqpTcpEndpoint endpoint, Func`2 socketFactory, TimeSpan connectionTimeout, TimeSpan readTimeout, TimeSpan writeTimeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 111
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateFrameHandler(AmqpTcpEndpoint endpoint) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 513
|
|
在 RabbitMQ.Client.EndpointResolverExtensions.SelectOne[T](IEndpointResolver resolver, Func`2 selector) 位置 /_/projects/RabbitMQ.Client/client/api/IEndpointResolverExtensions.cs:行号 47
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.EndpointResolverExtensions.SelectOne[T](IEndpointResolver resolver, Func`2 selector) 位置 /_/projects/RabbitMQ.Client/client/api/IEndpointResolverExtensions.cs:行号 61
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IEndpointResolver endpoints) 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 635
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 494
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 505
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 380
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection() 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 361
|
|
在 ARI.EAP.HOST.MQ.Mq.<TryConnect>b__11_2() 位置 D:\工作\株洲EAP\EAP\MQ\Mq.cs:行号 67
|
|
在 Polly.Policy.<>c__DisplayClass108_0.<Execute>b__0(Context _, CancellationToken _) 位置 /_/src/Polly/Policy.ExecuteOverloads.cs:行号 18
|
|
在 Polly.Policy.<>c__DisplayClass138_0.<Implementation>b__0(Context ctx, CancellationToken token) 位置 /_/src/Polly/Policy.SyncNonGenericImplementation.cs:行号 18
|
|
在 Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider) 位置 /_/src/Polly/Retry/RetryEngine.cs:行号 35
|
|
2022-05-17 15:17:41,020 RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。 139.155.60.236:5672
|
|
在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
|
在 System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
|
|
在 System.Net.Sockets.Socket.Connect(IPAddress address, Int32 port)
|
|
在 RabbitMQ.Client.Impl.TcpClientAdapter.<>c__DisplayClass2_0.<ConnectAsync>b__0() 位置 /_/projects/RabbitMQ.Client/client/impl/TcpClientAdapter.cs:行号 31
|
|
在 System.Threading.Tasks.Task.InnerInvoke()
|
|
在 System.Threading.Tasks.Task.Execute()
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.TcpClientAdapter.<ConnectAsync>d__2.MoveNext() 位置 /_/projects/RabbitMQ.Client/client/impl/TcpClientAdapter.cs:行号 31
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.TaskExtensions.<TimeoutAfter>d__0.MoveNext() 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 53
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectOrFail(ITcpClient socket, AmqpTcpEndpoint endpoint, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 307
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectOrFail(ITcpClient socket, AmqpTcpEndpoint endpoint, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 320
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectUsingAddressFamily(AmqpTcpEndpoint endpoint, Func`2 socketFactory, TimeSpan timeout, AddressFamily family) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 299
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler..ctor(AmqpTcpEndpoint endpoint, Func`2 socketFactory, TimeSpan connectionTimeout, TimeSpan readTimeout, TimeSpan writeTimeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 111
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateFrameHandler(AmqpTcpEndpoint endpoint) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 513
|
|
在 RabbitMQ.Client.EndpointResolverExtensions.SelectOne[T](IEndpointResolver resolver, Func`2 selector) 位置 /_/projects/RabbitMQ.Client/client/api/IEndpointResolverExtensions.cs:行号 47
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.EndpointResolverExtensions.SelectOne[T](IEndpointResolver resolver, Func`2 selector) 位置 /_/projects/RabbitMQ.Client/client/api/IEndpointResolverExtensions.cs:行号 61
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IEndpointResolver endpoints) 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 635
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 494
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 505
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 380
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection() 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 361
|
|
在 ARI.EAP.HOST.MQ.Mq.<TryConnect>b__11_2() 位置 D:\工作\株洲EAP\EAP\MQ\Mq.cs:行号 67
|
|
在 Polly.Policy.<>c__DisplayClass108_0.<Execute>b__0(Context _, CancellationToken _) 位置 /_/src/Polly/Policy.ExecuteOverloads.cs:行号 18
|
|
在 Polly.Policy.<>c__DisplayClass138_0.<Implementation>b__0(Context ctx, CancellationToken token) 位置 /_/src/Polly/Policy.SyncNonGenericImplementation.cs:行号 18
|
|
在 Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider) 位置 /_/src/Polly/Retry/RetryEngine.cs:行号 35
|
|
2022-05-17 15:17:51,425 RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。 139.155.60.236:5672
|
|
在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
|
在 System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
|
|
在 System.Net.Sockets.Socket.Connect(IPAddress address, Int32 port)
|
|
在 RabbitMQ.Client.Impl.TcpClientAdapter.<>c__DisplayClass2_0.<ConnectAsync>b__0() 位置 /_/projects/RabbitMQ.Client/client/impl/TcpClientAdapter.cs:行号 31
|
|
在 System.Threading.Tasks.Task.InnerInvoke()
|
|
在 System.Threading.Tasks.Task.Execute()
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.TcpClientAdapter.<ConnectAsync>d__2.MoveNext() 位置 /_/projects/RabbitMQ.Client/client/impl/TcpClientAdapter.cs:行号 31
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.TaskExtensions.<TimeoutAfter>d__0.MoveNext() 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 53
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectOrFail(ITcpClient socket, AmqpTcpEndpoint endpoint, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 307
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectOrFail(ITcpClient socket, AmqpTcpEndpoint endpoint, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 320
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectUsingAddressFamily(AmqpTcpEndpoint endpoint, Func`2 socketFactory, TimeSpan timeout, AddressFamily family) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 299
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler..ctor(AmqpTcpEndpoint endpoint, Func`2 socketFactory, TimeSpan connectionTimeout, TimeSpan readTimeout, TimeSpan writeTimeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 111
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateFrameHandler(AmqpTcpEndpoint endpoint) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 513
|
|
在 RabbitMQ.Client.EndpointResolverExtensions.SelectOne[T](IEndpointResolver resolver, Func`2 selector) 位置 /_/projects/RabbitMQ.Client/client/api/IEndpointResolverExtensions.cs:行号 47
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.EndpointResolverExtensions.SelectOne[T](IEndpointResolver resolver, Func`2 selector) 位置 /_/projects/RabbitMQ.Client/client/api/IEndpointResolverExtensions.cs:行号 61
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IEndpointResolver endpoints) 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 635
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 494
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 505
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 380
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection() 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 361
|
|
在 ARI.EAP.HOST.MQ.Mq.<TryConnect>b__11_2() 位置 D:\工作\株洲EAP\EAP\MQ\Mq.cs:行号 67
|
|
在 Polly.Policy.<>c__DisplayClass108_0.<Execute>b__0(Context _, CancellationToken _) 位置 /_/src/Polly/Policy.ExecuteOverloads.cs:行号 18
|
|
在 Polly.Policy.<>c__DisplayClass138_0.<Implementation>b__0(Context ctx, CancellationToken token) 位置 /_/src/Polly/Policy.SyncNonGenericImplementation.cs:行号 18
|
|
在 Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider) 位置 /_/src/Polly/Retry/RetryEngine.cs:行号 35
|
|
2022-05-17 15:41:29,259 MQ open connection error:System.Threading.Channels.ChannelClosedException: The channel has been closed.
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.StopRecoveryLoop() 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 1287
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Close() 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 746
|
|
在 ARI.EAP.HOST.MQ.Mq.CreatModel() 位置 D:\工作\株洲EAP\EAP\MQ\Mq.cs:行号 96
|
|
2022-05-17 16:44:39,457 MQ open connection error:System.Threading.Channels.ChannelClosedException: The channel has been closed.
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.StopRecoveryLoop() 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 1287
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Close() 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 746
|
|
在 ARI.EAP.HOST.MQ.Mq.CreatModel() 位置 D:\工作\株洲EAP\EAP\MQ\Mq.cs:行号 96
|
|
2022-05-17 16:44:39,514 MQ Connection Close Error:RabbitMQ.Client.Exceptions.AlreadyClosedException: Already closed: The AMQP operation was interrupted: AMQP close-reason, initiated by Application, code=200, text='Goodbye', classId=0, methodId=0
|
|
在 RabbitMQ.Client.Impl.SessionBase.Transmit(OutgoingCommand& cmd) 位置 /_/projects/RabbitMQ.Client/client/impl/SessionBase.cs:行号 172
|
|
在 RabbitMQ.Client.Impl.MainSession.Transmit(OutgoingCommand& cmd) 位置 /_/projects/RabbitMQ.Client/client/impl/MainSession.cs:行号 138
|
|
在 RabbitMQ.Client.Framing.Impl.Connection.Close(ShutdownEventArgs reason, Boolean abort, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/Connection.cs:行号 308
|
|
在 RabbitMQ.Client.Framing.Impl.Connection.Close() 位置 /_/projects/RabbitMQ.Client/client/impl/Connection.cs:行号 971
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Close() 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 749
|
|
在 ARI.EAP.HOST.MQ.Mq.Close() 位置 D:\工作\株洲EAP\EAP\MQ\Mq.cs:行号 138
|
|
2022-05-17 16:51:22,160 MQ open connection error:RabbitMQ.Client.Exceptions.AlreadyClosedException: Already closed: The AMQP operation was interrupted: AMQP close-reason, initiated by Library, code=0, text='End of stream', classId=0, methodId=0, cause=System.IO.EndOfStreamException: Reached the end of the stream. Possible authentication failure.
|
|
在 RabbitMQ.Client.Impl.InboundFrame.ReadFrom(Stream reader, Byte[] frameHeaderBuffer) 位置 /_/projects/RabbitMQ.Client/client/impl/Frame.cs:行号 231
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ReadFrame() 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 220
|
|
在 RabbitMQ.Client.Framing.Impl.Connection.MainLoopIteration() 位置 /_/projects/RabbitMQ.Client/client/impl/Connection.cs:行号 557
|
|
在 RabbitMQ.Client.Framing.Impl.Connection.MainLoop() 位置 /_/projects/RabbitMQ.Client/client/impl/Connection.cs:行号 499
|
|
在 RabbitMQ.Client.Framing.Impl.Connection.EnsureIsOpen() 位置 /_/projects/RabbitMQ.Client/client/impl/Connection.cs:行号 403
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.EnsureIsOpen() 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 893
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.CreateModel() 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 800
|
|
在 ARI.EAP.HOST.MQ.Mq.CreatModel() 位置 D:\工作\株洲EAP\EAP\MQ\Mq.cs:行号 100
|
|
2022-05-17 16:52:02,646 RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 不知道这样的主机。
|
|
在 System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
|
|
在 System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
|
|
在 System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.TcpClientAdapter.<ConnectAsync>d__2.MoveNext() 位置 /_/projects/RabbitMQ.Client/client/impl/TcpClientAdapter.cs:行号 23
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.TaskExtensions.<TimeoutAfter>d__0.MoveNext() 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 53
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectOrFail(ITcpClient socket, AmqpTcpEndpoint endpoint, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 307
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectOrFail(ITcpClient socket, AmqpTcpEndpoint endpoint, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 320
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectUsingAddressFamily(AmqpTcpEndpoint endpoint, Func`2 socketFactory, TimeSpan timeout, AddressFamily family) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 299
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler..ctor(AmqpTcpEndpoint endpoint, Func`2 socketFactory, TimeSpan connectionTimeout, TimeSpan readTimeout, TimeSpan writeTimeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 111
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateFrameHandler(AmqpTcpEndpoint endpoint) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 513
|
|
在 RabbitMQ.Client.EndpointResolverExtensions.SelectOne[T](IEndpointResolver resolver, Func`2 selector) 位置 /_/projects/RabbitMQ.Client/client/api/IEndpointResolverExtensions.cs:行号 47
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.EndpointResolverExtensions.SelectOne[T](IEndpointResolver resolver, Func`2 selector) 位置 /_/projects/RabbitMQ.Client/client/api/IEndpointResolverExtensions.cs:行号 61
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IEndpointResolver endpoints) 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 635
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 494
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 505
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 380
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection() 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 361
|
|
在 ARI.EAP.HOST.MQ.Mq.<TryConnect>b__11_2() 位置 D:\工作\株洲EAP\EAP\MQ\Mq.cs:行号 67
|
|
在 Polly.Policy.<>c__DisplayClass108_0.<Execute>b__0(Context _, CancellationToken _) 位置 /_/src/Polly/Policy.ExecuteOverloads.cs:行号 18
|
|
在 Polly.Policy.<>c__DisplayClass138_0.<Implementation>b__0(Context ctx, CancellationToken token) 位置 /_/src/Polly/Policy.SyncNonGenericImplementation.cs:行号 18
|
|
在 Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider) 位置 /_/src/Polly/Retry/RetryEngine.cs:行号 35
|
|
2022-05-17 16:52:04,820 RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 不知道这样的主机。
|
|
在 System.Net.Dns.HostResolutionEndHelper(IAsyncResult asyncResult)
|
|
在 System.Net.Dns.EndGetHostAddresses(IAsyncResult asyncResult)
|
|
在 System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.TcpClientAdapter.<ConnectAsync>d__2.MoveNext() 位置 /_/projects/RabbitMQ.Client/client/impl/TcpClientAdapter.cs:行号 23
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.TaskExtensions.<TimeoutAfter>d__0.MoveNext() 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 53
|
|
--- 引发异常的上一位置中堆栈跟踪的末尾 ---
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
|
|
在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectOrFail(ITcpClient socket, AmqpTcpEndpoint endpoint, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 307
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectOrFail(ITcpClient socket, AmqpTcpEndpoint endpoint, TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 320
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler.ConnectUsingAddressFamily(AmqpTcpEndpoint endpoint, Func`2 socketFactory, TimeSpan timeout, AddressFamily family) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 299
|
|
在 RabbitMQ.Client.Impl.SocketFrameHandler..ctor(AmqpTcpEndpoint endpoint, Func`2 socketFactory, TimeSpan connectionTimeout, TimeSpan readTimeout, TimeSpan writeTimeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SocketFrameHandler.cs:行号 111
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateFrameHandler(AmqpTcpEndpoint endpoint) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 513
|
|
在 RabbitMQ.Client.EndpointResolverExtensions.SelectOne[T](IEndpointResolver resolver, Func`2 selector) 位置 /_/projects/RabbitMQ.Client/client/api/IEndpointResolverExtensions.cs:行号 47
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.EndpointResolverExtensions.SelectOne[T](IEndpointResolver resolver, Func`2 selector) 位置 /_/projects/RabbitMQ.Client/client/api/IEndpointResolverExtensions.cs:行号 61
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IEndpointResolver endpoints) 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 635
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 494
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(IEndpointResolver endpointResolver, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 505
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection(String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 380
|
|
在 RabbitMQ.Client.ConnectionFactory.CreateConnection() 位置 /_/projects/RabbitMQ.Client/client/api/ConnectionFactory.cs:行号 361
|
|
在 ARI.EAP.HOST.MQ.Mq.<TryConnect>b__11_2() 位置 D:\工作\株洲EAP\EAP\MQ\Mq.cs:行号 67
|
|
在 Polly.Policy.<>c__DisplayClass108_0.<Execute>b__0(Context _, CancellationToken _) 位置 /_/src/Polly/Policy.ExecuteOverloads.cs:行号 18
|
|
在 Polly.Policy.<>c__DisplayClass138_0.<Implementation>b__0(Context ctx, CancellationToken token) 位置 /_/src/Polly/Policy.SyncNonGenericImplementation.cs:行号 18
|
|
在 Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider) 位置 /_/src/Polly/Retry/RetryEngine.cs:行号 35
|
|
2022-05-17 16:52:21,943 MQ open connection error:System.Threading.Channels.ChannelClosedException: The channel has been closed.
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.StopRecoveryLoop() 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 1287
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Close() 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 746
|
|
在 ARI.EAP.HOST.MQ.Mq.CreatModel() 位置 D:\工作\株洲EAP\EAP\MQ\Mq.cs:行号 96
|
|
2022-05-17 16:56:26,080 MQ open connection error:System.Threading.Channels.ChannelClosedException: The channel has been closed.
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.StopRecoveryLoop() 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 1287
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Close() 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 746
|
|
在 ARI.EAP.HOST.MQ.Mq.CreatModel() 位置 D:\工作\株洲EAP\EAP\MQ\Mq.cs:行号 96
|