Hi,
In my setup I am monitoring some java applications. Significant amount and everything was fine till yesterday when java gateway stopped responding. I am suprised that zabbix-java-gateway is not monitoring itself as zabbix agent is monitoring zabbix-server. I was trying to connect to the port on which it is listening but I receive error:
java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
I was trying to add:
-Dcom.sun.management.jmxremote.rmi.port=12346
and
-Dcom.zabbix.jmxremote.rmi.port=12346
Parameters but it didn't help.
Does anyone succeed in setting up this monitoring?
Thanks in advance.
In my setup I am monitoring some java applications. Significant amount and everything was fine till yesterday when java gateway stopped responding. I am suprised that zabbix-java-gateway is not monitoring itself as zabbix agent is monitoring zabbix-server. I was trying to connect to the port on which it is listening but I receive error:
java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: non-JRMP server at remote endpoint]
I was trying to add:
-Dcom.sun.management.jmxremote.rmi.port=12346
and
-Dcom.zabbix.jmxremote.rmi.port=12346
Parameters but it didn't help.
Does anyone succeed in setting up this monitoring?
Thanks in advance.
Comment