java.net.UnknownHostException

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

    That is related with

    hostname

    and

    /etc/hosts

    If /etc/hosts doesn't containt the definition of the hostname it fails. Just add your hostname to /etc/host for example if your hostname is work add or modified the following line:

    127.0.0.1   work        localhost
    

提交回复
热议问题