我是 linux 新手,刚刚部署了一个 java 程序在 linux 服务器上运行。我尝试使用 jconsole 从我的 Windows 机器连接到 linux 机器,但出现错误。
连接失败:远程端点的非 JRMP 服务器
我在网上搜索并发现以下建议是运行以下内容:
java -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=
[YOUR PORT] -Dcom.sun.management.jmxremote.ssl=
false -Dcom.sun.management.jmxremote.authenticate=false -jar [YOUR JAR NAME]
我将以下内容输入到批处理文件中并执行它。然后我尝试使用以下命令使用 jconsole 进行连接
service:jmx:rmi:///jndi/rmi://ipaddress:port/jmxrmi
按照建议但仍然不能(连接失败:重试)/