14 lines
1.8 KiB
Plaintext
14 lines
1.8 KiB
Plaintext
2022-01-10 08:51:59,705 MQ open connection error:
|
|
RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.IO.IOException: connection.start was never received, likely due to a network timeout
|
|
在 RabbitMQ.Client.Framing.Impl.Connection.StartAndTune() 位置 /_/projects/RabbitMQ.Client/client/impl/Connection.cs:行号 1065
|
|
在 RabbitMQ.Client.Framing.Impl.Connection.Open(Boolean insist) 位置 /_/projects/RabbitMQ.Client/client/impl/Connection.cs:行号 706
|
|
在 RabbitMQ.Client.Framing.Impl.Connection..ctor(IConnectionFactory factory, Boolean insist, IFrameHandler frameHandler, String clientProvidedName) 位置 /_/projects/RabbitMQ.Client/client/impl/Connection.cs:行号 119
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IFrameHandler fh) 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 646
|
|
在 RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.Init(IEndpointResolver endpoints) 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringConnection.cs:行号 636
|
|
在 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:行号 54
|