Caused By: java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
具体原因报错是问题是在hosts文件上面没有配置机器名对应的ip地址,打开/etc/hosts文件
在最下面配置一下:
ip地址 机器名 机器名
我的配置前如下
配置以后如下
Caused By: java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
具体原因报错是问题是在hosts文件上面没有配置机器名对应的ip地址,打开/etc/hosts文件
在最下面配置一下:
ip地址 机器名 机器名
我的配置前如下
配置以后如下
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。