搭建 otter 的manger节点,然后用浏览器访问manager时,报错:

java.rmi.ConnectException: Connection refused to host: 127.0.0.1

解决方法:

先获取 hostname 的值 和 本机的 ip 地址 ,然后在 /etc/hosts 文件的第一行配置上:

本地ip地址  hostname的值:

java.rmi.ConnectException: Connection refused to host: 127.0.0.1

 

 然后 service network restart 重启网络,重启 manger 服务即可。

 

相关文章:

  • 2021-10-27
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-02
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2022-02-16
  • 2021-06-05
相关资源
相似解决方案