我正在开发机器上使用OneBox的Azure Service Fabric来开发Service Fabric应用程序。不管我做什么,fabric:/System/DnsService总是有一个错误。服务在服务结构资源管理器中按以下方式列出。。。
(error) System
(error) fabric:/System/DnsService
(error) f47a6d0d-3919-4683-9f79-747b61d8ce2b
(warning) _Node_0
选择\u节点\u 0条目时会出现以下警告。。。
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
我已重新启动机器,我已“重置本地群集”,我已切换到和从“5节点”设置。没有什么能改变DnsService一直存在上述问题的事实。有什么想法吗?