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.

配置以后如下

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.

相关文章:

  • 2021-11-05
  • 2021-12-29
  • 2022-12-23
  • 2022-01-14
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-04
  • 2021-05-28
  • 2022-12-23
  • 2021-04-04
  • 2022-12-23
  • 2022-02-08
相关资源
相似解决方案