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刪除。