检查此错误,请帮助我。
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上访问web服务。
为什么会出现这个错误?
答案 0 :(得分:0)
第一行说它找不到DNS服务器的IP地址。
第二种是某种带有令人难以置信的神秘错误的后备。看起来它正在使用主机名作为IP地址(因此是错误的IP地址)或使用主机名作为IP地址的ARP解析来尝试反向DNS。
基本上将DNS修复到该主机,两者都将得到解决。