在调试对Azure组件内部依赖性的调试项目时,我会遇到与分区ID相关的错误

发布于 2025-02-07 20:57:10 字数 266 浏览 2 评论 0原文

错误指出:“ 例外用户不合适 microsoft.azure.eventhubs.processor.eventprocessorConfigurationException:“遇到错误时,请获取EventHub PartitionIds的列表” 内部异常 socketException:连接尝试失败,因为连接的一方在VA期间之后无法正确响应或建立连接失败,因为连接的主机未能做出响应。

我第一次没有得到此例外清除缓存并重新启动我的笔记本电脑。

The error states that :"Exception User-Unhandled
Microsoft.Azure.EventHubs.Processor.EventProcessorConfigurationException: 'Encountered error while fetching the list of EventHub Partitionids'
Inner Exception
SocketException: A connection attempt failed because the connected party did not properly respond after a va period of time, or established connection failed because connected host has failed to respond.
"

First time I am not getting this exception after clearing the cache and restarting my laptop . Post that same issue occurs . Is there any way to check on this ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回忆躺在深渊里 2025-02-14 20:57:12

要解决此例外用户无人处理的microsoft.azure.eventhubs.processor.eventProcessorConfigurationException:“在获取EventHub Partitions的内部异常socketExexception列表时遇到了错误:连接失败了,因为连接的派对没有正确地响应VA一段时间或已建立的连接失败,因为连接的主机无法做出响应。”错误,尝试以下方式:

mayankbargalgali ,检查所需的端口是否打开

  • 。确保打开端口443/5671/5672
  • 您可以使用

=“ nofollow noreferrer”> portqry工具在这些端口上查询您的EventHub名称空间, hubs-dotnet/dession/360“ rel =” nofollow noreferrer“> microsoft.azure.eventhubs.processor:遇到错误,同时获取EventHub PartitionIds 和在Azure EventHub Reciever中给予“遇到错误”,同时获取EventHub PartitionS的列表“错误

To resolve this Exception User-Unhandled Microsoft.Azure.EventHubs.Processor.EventProcessorConfigurationException: 'Encountered error while fetching the list of EventHub Partitionids' Inner Exception SocketException: A connection attempt failed because the connected party did not properly respond after a va period of time, or established connection failed because connected host has failed to respond." error, try the following way:

As suggested by MayankBargali, check whether the required port is open or not.

  • Make sure to open ports 443/5671/5672
  • You can use the PortQry tool to query your eventhub namespace on these ports to confirm if these are blocked or not.

References: Microsoft.Azure.EventHubs.Processor: Encountered error while fetching the list of EventHub PartitionIds and In Azure Eventhub reciever giving "Encountered error while fetching the list of EventHub PartitionIds" error

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文