【发布时间】:2019-05-29 14:21:44
【问题描述】:
问题
我正在开发 Azure Service Fabric 无状态服务。虽然我之前在本地部署过,但目前遇到以下错误:
DnsService UDP listener is unable to start. Please make sure there are no processes listening on the DNS port 53.
我尝试过的事情
- 在本地重新部署
- 从托盘菜单停止和重置集群
- 从我的机器上删除集群
- 检查以确保集群清单将
DnsService参数IsEnabled设置为True - 从头开始一个新的应用程序
- Azure Service Fabric (OneBox) has constantly failed DnsService 没有提供解决方案
编辑:
- Stopping and disabling the ICS service 对我的情况没有帮助,因为 ICS 会在我重新启动机器时重新启动。
其他相关信息
我可以成功部署到 Azure 集群,所以我相当肯定问题出在本地集群上。但是移除集群并重新部署并不能解决错误!
如何解决这个 DnsService 错误?
【问题讨论】:
标签: azure azure-service-fabric