Questions tagged [jmx]

Java Management Extensions (JMX) is a set of tools for managing and monitoring Java applications, system objects, devices, and service oriented networks.

Java Management Extensions (JMX) is a set of tools for managing and monitoring Java applications, system objects, devices, and service oriented networks.

63 questions
1
vote
0 answers

Monitoring IBM Websphere 8.x via JSR160RMI JMX fails on Windows

I have an AIX Server running Websphere 8.5 Under Administration Services in the Web UI I have configured all the JMX Connectors to be enabled. No SSL or Authentication at the moment, since it's only for testing. I also have a remote linux machine…
Kotwarrior
  • 31
  • 4
1
vote
2 answers

Access through jmx to java application into Docker container on remote host in local network

I can't connect through jmx (with VisualVM) to java application into Docker container on remote host in local network. Screenshot of the problem. Case 1: Java application into Docker container on client: Connect to application (port 6830) -…
1
vote
1 answer

WebSphere - Jython command to view an Application's memory usage

Using IBM WebSphere Application Server version 8.0.0.1, is there a way to view the memory usage of a running application on the server? Something with Jython or Jacl? I can view the memory usage of a Application Server, but not the individual…
FilBot3
  • 234
  • 4
  • 18
1
vote
2 answers

Zabbix 2.0: Regular Expression to extract value from a String for a trigger?

I am using Zabbix 2.0.4 to monitor several Java applications. Most values are exported via JMX. One of those exported attributes is a string that is constructed like…
Florian
  • 111
  • 1
  • 2
  • 5
1
vote
2 answers

zabbix jboss monitored by zabbix

I try monitor JBoss by zabbix. I create Template and HOST. In Host I use JMX Interfaces. But when I enable this host I see this error: "java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is…
Mick
  • 347
  • 3
  • 14
  • 27
1
vote
1 answer

Can I use JMX to monitor ColdFusion 10 standard?

How do you use JMX to monitor CF10 Standard? I found this post here but it was written for jvm 1.6 (CF8 days?) http://boncode.blogspot.com/2010/04/cf-java-using-free-visualvm-tool-to.html
Henry
  • 262
  • 1
  • 2
  • 11
1
vote
3 answers

Problem with monitoring Glassfish with JConsole

I have enabled JMX connection on remote Glassfish server and then I've restarted it. During starting server notified: Standard JMX Clients (like JConsole) can connect to JMXServiceURL: [service:jmx:rmi:///jndi/rmi://myserver:8686/jmxrmi] for domain…
Pavel
1
vote
0 answers

Monitoring OpenMQ in SCOM via JMX

Is there a way to connect SCOM to OpenMQ via JMX to monitor it? I've found an app named BridgeWays Java Attributes that can apparently do this but it is right now in beta. I was wondering if SCOM has any built-in features for connecting to JMX…
Behrang
  • 279
  • 2
  • 3
  • 10
1
vote
1 answer

Error: Invalid com.sun.management.jmxremote.port number: 8999

I have a CentOS+CPanel+Tomcat+Spring+MySQL+Flex architecture. I need to monitor my application's memory because Tomcat is crashing from time to time. I read that JMX + Jconsole its a great choice. So i'm setting those variables in CATALINA_OPTS (in…
Ernest
  • 239
  • 3
  • 12
1
vote
3 answers

Tomcat Custom MBean

Does anyone know how to deploy a custom MBean to Tomcat? So far I`ve found this http://www.junlu.com/list/3/8871.html. I copied my jar with my MBean to Tomcat lib directory so the Custom class loader should pick it up. I then followed the…
Darran
1
vote
0 answers

How to configure more than one version TLS is used for JMX over SSL?

I want to configure JMX communication for TLSv1.2 and TLSv1.3. I added the java vm argument Dcom.sun.management.jmxremote.ssl.enabled.protocols=TLSv1.2 and checked whether it would work for version greater than and equal to TLSv1.2. Unfortunately it…
0
votes
0 answers

Concerns and strategies for enabling/disabling jmx and xdebug parameters for jvms in pods

I'm working on the code for one service that is part of a larger project. Most of the apps are Java REST services, all running in containers in pods. To debug what's happening in the JVM, it's convenient to add either or both of the typical JMX and…
David M. Karr
  • 121
  • 1
  • 5
0
votes
1 answer

Monitor JMX with Nagios for space on name

We are trying to monitor JMX with Nagios XI and using check_jmx Plugin. Its working fine for Heap memory, thread count etc..We re facing issue on while using the following: obj": "java.lang:type=MemoryPool,name=Par Eden Space", "attr": [ "Usage"]…
Geo
  • 545
  • 3
  • 9
  • 20
0
votes
0 answers

Why can't I get JMX to run with Tomcat8 through CATALINA_OPTS?

According to https://tomcat.apache.org/tomcat-8.0-doc/monitoring.html#Introduction I should be able to active JMX by setting some env variables on CATALINA_OPTS. I've done this: export CATALINA_OPTS="-Dcom.sun.management.jmxremote…
Kit Sunde
  • 946
  • 3
  • 12
  • 31
0
votes
1 answer

Jmxtrans Jersey query throws exception

I want to graph usage stats from my application in Graphite. I'm trying to get Jmxtrans up and running. The object I want to query is: org.glassfish.jersey:type=my-server,subType=Uris,resource="/resource.js",executionTimes=RequestTimes In my config…
JohnnyD
  • 121
  • 2