什么是“尝试查找错误 IP 地址的主机条目”? 错误?

发布于 2024-07-29 16:18:22 字数 482 浏览 4 评论 0原文

检查此错误并请帮助我。

2009-07-24 15:58:34.209 LBS[2636] Host 'staging.common.virtualearth.net' not found using 'gethostbyname()' - perhaps the hostname is wrong or networking is not set up on your machine
2009-07-24 15:58:34.209 LBS[2636] Attempt to lookup host entry for bad IP address (staging.common.virtualearth.net)
NOTE: you should run 'diskperf -y' to enable the disk statistics

我正在运行 objC 代码来访问 GNU for Windows 上的网络服务。

为什么会出现这个错误呢?

Check this error and please help me.

2009-07-24 15:58:34.209 LBS[2636] Host 'staging.common.virtualearth.net' not found using 'gethostbyname()' - perhaps the hostname is wrong or networking is not set up on your machine
2009-07-24 15:58:34.209 LBS[2636] Attempt to lookup host entry for bad IP address (staging.common.virtualearth.net)
NOTE: you should run 'diskperf -y' to enable the disk statistics

I am running the objC codes for hitting a webservice on GNU for Windows.

Why is this error?

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

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

发布评论

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

评论(1

债姬 2024-08-05 16:18:22

第一行表示无法从 DNS 服务器找到 IP 地址。

第二个是某种带有令人难以置信的神秘错误的后备。 看起来它正在尝试使用主机名作为 IP 地址(因此是错误的 IP 地址)进行反向 DNS 或使用主机名作为 IP 地址进行 ARP 解析。

基本上修复该主机的 DNS 即可解决这两个问题。

The first line says it can't find the IP address off the DNS servers.

The second is some kind of fallback with an incredibly cryptic error. Looks like it's trying reverse DNS using hostname as the IP address (hence bad IP address) or ARP resolution using hostname as IP address.

Basically fix the DNS to that host and both will be solved.

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