gpt4 book ai didi

Azure Service Fabric 本地部署导致 DnsService 错误 : DnsService UDP listener is unable to start

转载 作者:行者123 更新时间:2023-12-03 05:02:27 26 4
gpt4 key购买 nike

问题

我正在开发 Azure Service Fabric 无状态服务。虽然我之前在本地部署过,但目前遇到以下错误:

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

DnsService error

我尝试过的事情

编辑:

其他相关信息

可以成功部署到Azure集群,所以我相当确定问题出在本地集群上。但删除集群并重新部署并不能解决错误!

如何解决此 DnsService 错误?

最佳答案

正如错误消息所示:

请确保没有进程在监听 DNS 端口 53。

从您提供的屏幕截图中显示的错误消息中,是否可以看到其他服务正在监听端口 53,因此该服务无法工作。

This github issue描述问题。

总而言之,问题很可能是 Internet 连接共享 (ICS) 服务 或监听端口 53 的其他服务。您必须停止这些服务才能使DNS服务工作正常。

要查找使用端口 53 的服务,您可以按照以下问题的答案进行操作: How can you find out which process is listening on a port on Windows?

关于Azure Service Fabric 本地部署导致 DnsService 错误 : DnsService UDP listener is unable to start,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54014764/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com