We are attempting to monitor Websphere Application Server, but we are getting the below error. We have the zabbix java gateway on the same location as the server. XX.XX.XXX.XX is the end server with WAS running on it.
Unsupported or unrecognized SSL message: service:jmx:rmi:\/\/\/jndi\/rmi:\/\/XX.XX.XX.XX:2070\/jmxrmi...
Search Result
Collapse
18 results in 0.0021 seconds.
Keywords
Members
Tags
-
Do I need a Java Gateway to monitor Weblogic thru JMX?
I've installed zabbix-server in one server and enabled JMX in my weblogic 14c.
Using jconsole I can connect and navigate thru Mbeans.
When I configure weblogic host at zabbix server I included Agent AND JMX.
Agent status is "OK" (Green) but JMX Status... -
How do I compile zabbix-java-gateway.deb with openjdk-8?
When running systemctl start zabbix-java-gateway on Ubuntu 20.04 LTS, the error appears:
JavaGateway has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizable class file versions up to 52.0
The... -
Zabbix Java Gateway - I had to release port 49230 and 12345
I am in an environment with very restricted access and it must remain so. So for Tomcat monitoring to work on a Windows 2012 R2 server, through the firewall logs (after I enabled it, because the default is not to generate), I found that before dropping port 12345, packets arriving at the port were being... -
Java Gateway monitoring issue - "org.json.JSONException: No value for conn"
Hey guys,
I am using Zabbix Server and Zabbix Java Gateway 3.4, they are both installed on the same host.
I am trying to monitor a Java app running on a remote host.
These are the app's JMX configuration:
...Code:-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.rmi.port=9011
-
Does Zabbix 3.4.10 support JMX TabularData in Zabbix Java Gateway?
Hey!
Does Zabbix 3.4.10 support JMX TabularData in Zabbix Java Gateway?
I have installed version 3.4.10 of Zabbix. I need to create a "JMX agent" item to get data of type "TabularData", however I do not know how to configure the item to get this information.... -
JMX agent failing
I'm trying to connect JMX running in remote server, But not able to.
1. Logs :
com.zabbix.gateway.ZabbixException: org.json.JSONException: No value for jmx_endpoint
at com.zabbix.gateway.JMXItemChecker.<init>(JMXItemCh ecker.java:71) ~[zabbix-java-gateway-3.4.6.jar:na]... -
Is Java Gateway 3.4.2 IPv6 addicted?
Hi,
java_gateway always listens tcp6 only:
when LISTEN_IP commented out (default) or LISTEN_IP=0.0.0.0
When LISTEN_IP=192.168.1.12 it listens...Code:netstat -ln | grep 10052 tcp 0 0 :::10052 :::* LISTEN
-
tomcat monitoring using jmx on multiple computers with Zabbix
Hi All,
recently I have installed a zabbix server in my network and have deployed 5 agents as a trial on different flavors of Operating Systems and I am getting proper results from the installed agent from all the hosts. I also wanted to monitor few tomcat and some other java applications... -
JMX - Skeleton Error
Hello,
I want to monitor some values of our backend software (tomcat).
I've installed the Java-Gateway and configured everything. Now I get the following exception:
...Code:java.io.IOException: Failed to retrieve RMIServer stub: ........ skeleton class
-
Where to set JMX authentication credentials on Zabbix WEB UI
Dear friends,
I'm using Zabbix 2.0 to monitor my JVM. I'm refering the document at https://www.zabbix.com/documentation...jmx_monitoring .
Monitoring JVM Without JMX authentication is done , but I don't know how to configure that with JMX... -
Query Zabbix for a particular data
Hey everyone,
So, my zabbix server is monitoring lot of machines and collecting certain data about each machine.
What I want to do is : From my java code, I want to call the zabbix API(passing machine id or name as parameter) to return the lastest data(from its database)... -
JMX Monitoring (Java Gateway) not Working - ZBX_TCP_READ() failed: [4] Interrupted sy
I am unable to get JMX Monitoring on remote servers. I am getting the following error:
ZBX_TCP_READ() failed: [4] Interrupted system call
Java Gateway - 10052
JMX Port - 21099
Java Gateway is working correctly as I can connect on the local system and... -
JMX support for TabularData - added
Hello all,
I have several JMX things I want to monitor that use TabularData. This is not supported in the Zabbix Java Gateway as of 2.4.4. So, I added it. It's now available here:
https://support.zabbix.com/browse/ZBXNEXT-2727
I don't know who to contact... -
Zabbix java gateway over Zabbix proxy
Hello there
I have some issues when trying to run jmx checks through a zabbix proxy.
When i'm looking at the network logs it looks as if the java gateway is doing the connections directly to the end hosts JMX port. Would it be possible to get the java gateway to send the...