java.net.UnknownHostException

前端 未结 5 2234
我寻月下人不归
我寻月下人不归 2020-12-29 20:40

I\'m installing CSVN using jdk1.6.0_23 and I\'m getting the following Java error:

2011-02-10 16:25:50,951 [WrapperJarAppMain] WARN util.GrailsUtil -         


        
5条回答
  •  再見小時候
    2020-12-29 21:12

    nslookup queries DNS specifically and directly. This means it will not be able to show anything added directly to an /etc/hosts file (as that isn't DNS). If you want to properly make sure your system will resolve a name, use getent: 'getent hosts vkqgae01'

提交回复
热议问题