java.net.UnknownHostException

前端 未结 5 2221
我寻月下人不归
我寻月下人不归 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:08

    You need to restart the container if /etc/hosts was changed as far as JVM caches local addresses/names on the first InetAddress call. It looks like InetAddress implementation bug, but still not fixed.

提交回复
热议问题