zabbix SSL peer shut down incorrectly: service:jmx:rmi:///jndi/rmi:
nohup java -Dcom.sun.management.jmxremote \
-Dcom.sun.management.jmxremote.port=18080 \
-Dcom.sun.management.jmxremote.local.only=false \
-Dcom.sun.management.jmxremote.authenticate=false \
-Dcom.sun.management.jmxremote.ssl=false \
-Djava.rmi.server.hostname=47.95.2.93 \
-jar math-game.jar > math-game.log 2>&1 &
无缘无故就好了,奇怪。
ip 改成本机的就可以了
nohup java -Dcom.sun.management.jmxremote \
-Dcom.sun.management.jmxremote.port=18080 \
-Dcom.sun.management.jmxremote.local.only=false \
-Dcom.sun.management.jmxremote.authenticate=false \
-Dcom.sun.management.jmxremote.ssl=false \
-Djava.rmi.server.hostname=172.17.15.252 \
-jar math-game.jar > math-game.log 2>&1 &