java.net.UnknownHostException
2022-09-01 03:42:23
我正在使用jdk1.6.0_23安装CSVN,但我收到以下Java错误:
2011-02-10 16:25:50,951 [WrapperJarAppMain] WARN util.GrailsUtil - [WARNING] Property [ldapServerPort] of domain class com.collabnet.svnedge.console.Server has type [int] and doesn't support constraint [nullable]. This constraint will not be checked during validation.
2011-02-10 16:25:51,117 [WrapperJarAppMain] ERROR ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vkqgae01: vkqgae01
java.net.UnknownHostException: vkqgae01: vkqgae01
at java.net.InetAddress.getLocalHost(InetAddress.java:1354)
at net.sf.ehcache.Cache.<clinit>(Cache.java:143)
我的服务器有 3 个网卡(和 )。我已将一个条目添加到主机文件波纹管本地主机中,其中包含以下内容:eth0
eth1
eth2
127.0.0.1 vkqgae01
我可以成功,但无法解决。ping vkqgae01
nslookup
有什么想法吗?