我正在本地群集中部署和重新部署Azure Service Fabric应用程序。虽然最初部署到群集的过程很顺利,但是重新部署的成功率约为50%,并且存在各种间歇性错误。
Visual Studio输出窗口中的错误:
Unable to determine whether the application is installed on the cluster or not.
Something is taking too long, the application is still not ready.
Service Fabric资源管理器(SFX)中的错误:
一个应用程序实例正常,另一个显示错误
fabric:/System/DnsService
中的错误:DnsService UDP Listener is unable to start
fabric:/System/EventStoreService
中的错误:System.Net.HttpListenerException
如何将我的应用程序一致且成功地部署到本地集群?