java.net.UnknownHostException: lc001 未知的网络服务
读取的是虚拟机的名称
一、查询环境变量
:echo $HOSTNAME
lc001
没什么问题
二、查hosts文件
/etc/hosts
127.0.0.1 localhost
127.0.1.1 lc-VirtualBox
果然不对,lc-VirtualBox 是以前的名称,不知道为什么是 127.0.1.1
添加一条
127.0.0.1 lc001
三、重启虚拟机或者重启网络
重启网络 这个没测试
sudo /etc/init.d/networking restart