351 lines
42 KiB
Plaintext
351 lines
42 KiB
Plaintext
2022-01-03 10:53:59,378 MQ open connection error:
|
|
RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 192.168.0.176: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.Open() 位置 D:\工作\株洲EAP\ARI.EAP.HOST\MQ\Mq.cs:行号 53
|
|
2022-01-03 11:03:10,294 MQ open connection error:
|
|
RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 192.168.0.176: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.Open() 位置 D:\工作\株洲EAP\ARI.EAP.HOST\MQ\Mq.cs:行号 53
|
|
2022-01-03 11:09:05,061 MQ open connection error:
|
|
RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 192.168.0.176: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.Open() 位置 D:\工作\株洲EAP\ARI.EAP.HOST\MQ\Mq.cs:行号 53
|
|
2022-01-03 11:16:19,952 MQ open connection error:
|
|
RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 192.168.0.176: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.Open() 位置 D:\工作\株洲EAP\ARI.EAP.HOST\MQ\Mq.cs:行号 53
|
|
2022-01-03 11:29:17,587 MQ open connection error:
|
|
RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 192.168.0.176: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.Open() 位置 D:\工作\株洲EAP\ARI.EAP.HOST\MQ\Mq.cs:行号 53
|
|
2022-01-03 19:48:44,642 MQ open connection error:
|
|
RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 192.168.0.176: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.Open() 位置 D:\工作\株洲EAP\ARI.EAP.HOST\MQ\Mq.cs:行号 53
|
|
2022-01-03 20:13:07,043 MQ open connection error:
|
|
RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 192.168.0.176: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.Open() 位置 D:\工作\株洲EAP\ARI.EAP.HOST\MQ\Mq.cs:行号 53
|
|
2022-01-03 20:14:38,067 MQ open connection error:
|
|
RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 192.168.0.176: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.Open() 位置 D:\工作\株洲EAP\ARI.EAP.HOST\MQ\Mq.cs:行号 53
|
|
2022-01-03 22:06:37,590 MQ open connection error:
|
|
RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 192.168.0.176: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.Open() 位置 D:\工作\株洲EAP\ARI.EAP.HOST\MQ\Mq.cs:行号 53
|
|
2022-01-03 22:12:37,651 MQ open connection error:
|
|
RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: 发生一个或多个错误。 ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 192.168.0.176: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.Open() 位置 D:\工作\株洲EAP\ARI.EAP.HOST\MQ\Mq.cs:行号 53
|