45 lines
6.7 KiB
Plaintext
45 lines
6.7 KiB
Plaintext
2022-03-23 14:22:02,505 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\ARI.EAP.HOST\MQ\Mq.cs:行号 96
|
|
2022-03-23 16:01:40,072 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\ARI.EAP.HOST\MQ\Mq.cs:行号 96
|
|
2022-03-23 16:11:57,695 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\ARI.EAP.HOST\MQ\Mq.cs:行号 96
|
|
2022-03-23 16:16:18,951 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\ARI.EAP.HOST\MQ\Mq.cs:行号 96
|
|
2022-03-23 16:27:48,696 RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> RabbitMQ.Client.Exceptions.OperationInterruptedException: 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.Impl.SimpleBlockingRpcContinuation.GetReply(TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SimpleBlockingRpcContinuation.cs:行号 64
|
|
在 RabbitMQ.Client.Impl.ModelBase.ConnectionOpen(String virtualHost, String capabilities, Boolean insist) 位置 /_/projects/RabbitMQ.Client/client/impl/ModelBase.cs:行号 237
|
|
在 RabbitMQ.Client.Framing.Impl.Connection.Open(Boolean insist) 位置 /_/projects/RabbitMQ.Client/client/impl/Connection.cs:行号 707
|
|
在 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.<TryConnect>b__11_2() 位置 D:\工作\株洲EAP\ARI.EAP.HOST\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-03-23 16:33:08,477 MQ open connection error:System.TimeoutException: 操作已超时。
|
|
在 RabbitMQ.Util.BlockingCell`1.WaitForValue(TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/util/BlockingCell.cs:行号 79
|
|
在 RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation.GetReply(TimeSpan timeout) 位置 /_/projects/RabbitMQ.Client/client/impl/SimpleBlockingRpcContinuation.cs:行号 58
|
|
在 RabbitMQ.Client.Impl.ModelBase.ModelRpc(MethodBase method, ContentHeaderBase header, Byte[] body) 位置 /_/projects/RabbitMQ.Client/client/impl/ModelBase.cs:行号 335
|
|
在 RabbitMQ.Client.Framing.Impl.Model._Private_QueueBind(String queue, String exchange, String routingKey, Boolean nowait, IDictionary`2 arguments) 位置 /_/gensrc/autogenerated-api-0-9-1.cs:行号 4616
|
|
在 RabbitMQ.Client.Impl.AutorecoveringModel.QueueBind(String queue, String exchange, String routingKey, IDictionary`2 arguments) 位置 /_/projects/RabbitMQ.Client/client/impl/AutorecoveringModel.cs:行号 1489
|
|
在 RabbitMQ.Client.IModelExensions.QueueBind(IModel model, String queue, String exchange, String routingKey, IDictionary`2 arguments) 位置 /_/projects/RabbitMQ.Client/client/api/IModelExtensions.cs:行号 182
|
|
在 ARI.EAP.HOST.MQ.Mq.CreatModel()
|