首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

web server起动报错

2012-07-15 
web server启动报错Error: Exception thrown by the agent : java.net.MalformedURLException: Local host

web server启动报错
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

热点排行