Hi Team,
I am very new to the app 'Monitoring of Java Virtual Machines with JMX'. I have configured the hostname and port number of the jvm into config.xml file. Also I have removed all the default Mbean properties from the config file and placed only the below with wildcard character '*':
mbean domain="*" properties="*" dumpAllAttributes="true"
Now we are getting the below errors:
ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SPLUNK4JMX/bin/jmx.py" java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.catalina.util.DefaultAnnotationProcessor
ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SPLUNK4JMX/bin/jmx.py" Error executing JMX stanza jmx://helloworld : error unmarshalling return; nested exception is:
ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/SPLUNK4JMX/bin/jmx.py" java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: org.apache.juli.logging.DirectJDKLog
Not sure what is the problem here. As suggested in the document, we tried to check the connectivity of the jvm machine from the splunk machine through jconsole. Our splunk installed machine is located in the linux, so not sure how to check the connectivity of jvm through jconsole from the splunk machine.
Note: I changed only the config.xml file with host name and its port. Also removed all the Mbean properties and specified wildcard character '*' to include all the available Mbean properties.
Could anyone please help us to resolve the error
↧