Azure Service Fabric (OneBox) has constantly failed DnsService

ε祈祈猫儿з 提交于 2019-12-11 13:16:56

问题


I am using the OneBox of Azure Service Fabric on my development machine to develop a service fabric application. No matter what I do, the fabric:/System/DnsService always has an error. The service is listed in the Service Fabric Explorer in the following way...

(error) System
    (error) fabric:/System/DnsService
        (error) f47a6d0d-3919-4683-9f79-747b61d8ce2b
            (warning) _Node_0

Selecting the _Node_0 entry has the following warning...

Unhealthy event: 
    SourceId='System.FabricDnsService', 
    Property='Socket', 
    HealthState='Warning', 
    ConsiderWarningAsError=false.

    DnsService UDP listener is unable to start. Please make sure there are
    no processes listening on the DNS port 53. List of processes listening
    on the DNS port:

        UDP   0.0.0.0:53   *:*   7472 

I have rebooted the machine, I have 'Reset Local Cluster', I have switched to and from the '5 Node' setup. Nothing changes the fact the DnsService constantly has the above issue. Any ideas?

来源:https://stackoverflow.com/questions/53000864/azure-service-fabric-onebox-has-constantly-failed-dnsservice

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!