欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

web server启动报错

程序员文章站 2022-06-07 21:24:09
...
Error: Exception thrown by the agent : java.net.MalformedURLException: Local host name unknown: java.net.UnknownHostException: xxxxx

问题原因:

新装机器找不到xxxxx的ip

/etc/sysconfig/network里有了

在/etc/hosts里配上就ok

127.0.0.1 xxxxx localhost
或者

$networkinterfaceip  xxxxx