Hi, i'm using Zabbix one year now, i'm trying to use it for java server like JBoss 6, and i really dont know how to start it, i already added theses lignes in my java remote server propertises /usr/lib/jvm/java-1.7.0-openjdk-amd64/jre/lib/management/management.properties :
-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.port=9999
-Dcom.sun.management.jmxremote.rmi.port=9999
and i have theses ports opens :
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 796/exim4
tcp 0 0 192.168.0.12:4447 0.0.0.0:* LISTEN 1609/java
tcp 0 0 192.168.0.12:9990 0.0.0.0:* LISTEN 1609/java
tcp 0 0 192.168.0.12:9999 0.0.0.0:* LISTEN 1609/java
tcp 0 0 192.168.0.12:8080 0.0.0.0:* LISTEN 1609/java
in zabbix server i have this error :
java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
Any help ?
Thanks ahead
-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.port=9999
-Dcom.sun.management.jmxremote.rmi.port=9999
and i have theses ports opens :
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 796/exim4
tcp 0 0 192.168.0.12:4447 0.0.0.0:* LISTEN 1609/java
tcp 0 0 192.168.0.12:9990 0.0.0.0:* LISTEN 1609/java
tcp 0 0 192.168.0.12:9999 0.0.0.0:* LISTEN 1609/java
tcp 0 0 192.168.0.12:8080 0.0.0.0:* LISTEN 1609/java
in zabbix server i have this error :
java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
Any help ?
Thanks ahead
Comment