搭建 otter 的manger节点,然后用浏览器访问manager时,报错:
java.rmi.ConnectException: Connection refused to host: 127.0.0.1
解决方法:
先获取 hostname 的值 和 本机的 ip 地址 ,然后在 /etc/hosts 文件的第一行配置上:
本地ip地址 hostname的值:
然后 service network restart 重启网络,重启 manger 服务即可。
digdeep凡是过去,皆是序幕。Read the fucking manual and source code. |