Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用 JConsole 或 VisualVM 连接到 GridGain 节点时,我得到 IOException。
如何克服这一点?
检查主机名是否正确解析为主机地址。
运行命令:
hostname -i
如果它报告127.0.0.1,JConsole/VisualVM 将无法通过 JMX 连接到在该 Linux 机器上运行的 JVM。要解决此问题,请进行编辑/etc/hosts以使主机名解析为主机地址。
127.0.0.1
/etc/hosts
您还可以将系统属性添加到 GridGain:-Djava.rmi.server.hostname=<hostname>
-Djava.rmi.server.hostname=<hostname>