jmx Questions

3

Solved

I am trying to secure JMX access on my local tomcat instance hosted on Windows platform. I have created access and password files and plugged those using the following VM arguments: -Dcom.sun.mana...
Chuckwalla asked 28/6, 2011 at 3:3

3

Is there any way to reconnect disconnected JMX connection in jvisualvm? When monitored JMX enabled application restarts, I have to restart jvisualvm to reconnect it. Am I missing something? Here a...
Deutschland asked 13/1, 2011 at 10:13

1

Solved

I've been looking for a tutorial on how to expose Hystrix's circuit breaker status on JMX. I just found out an API for exposing metrics (e.g counters, gauges, etc) using hystrix-servo-metrics-publi...
Pestilent asked 9/7, 2015 at 18:1

1

Solved

I have a simple JMX application that has exposed MBeans based on this tutorial Is it possible to launch this application with a custom class in the classpath that extends JCONSOLE, so that when a ...
Muzzle asked 8/6, 2015 at 15:57

2

Recently I was able to get an object's address using sun.misc.Unsafe class. And now I am trying to find programmatically an actual generation where my object is located. For this I want to know t...
Electrolier asked 2/6, 2015 at 15:13

3

Solved

I'm using JConsole to access an MBean that is running. The MBean uses a custom Jaas login module and is run with the following command: java -classpath UserLGUGroupHandlingApplication.jar;MBeanSe...
Therontheropod asked 19/5, 2015 at 14:33

1

Solved

I am making use of the <jmxConfigurator/> element in logback; The jmxConfigurator states the following: Thus, unless your application is a standalone Java application, you **MUST** unregiste...
Neotropical asked 11/5, 2015 at 16:46

3

Solved

I have tried every recipe in the book, but things just wont work today... I am trying to use VisualVM to profile my Java app running in a remote server, so I googled and googled and googled for wa...
Guardi asked 7/5, 2015 at 14:34

5

Solved

I need to see what memory size, CPU usage and so on for my application, found zabbix as monitoring tool and want to create bridge between zabbix and my app. I do not want to add additional module w...
Parget asked 26/12, 2011 at 15:53

5

I have a Java application with JMX monitoring enabled like this: -Dcom.sun.management.jmxremote.port=9999 \ // some other properties omitted But when I try to restart the application, sometime I...
Barrelchested asked 8/5, 2014 at 2:10

5

Solved

I have some JMX Beans that expose performance information in my application. I would like to have some facility to plot an attribute of an MBean in a graph for monitoring (a la Windows Perf Mon). I...
Tamarra asked 14/12, 2009 at 16:32

5

Solved

I would like to monitor remote glassfish server. I have enabled JMX Connection in domain.xml: <jmx-connector accept-all="true" address="0.0.0.0" auth-realm-name="admin-realm" enabled="true" nam...
Pruitt asked 5/8, 2009 at 8:26

7

Solved

My specific question has to do with JMX as used in JDK 1.6: if I am running a Java process using JRE 1.6 with com.sun.management.jmxremote in the command line, does Java pick a default port for...
Yokoyokohama asked 5/2, 2009 at 14:36

2

Solved

On Logback's documentation, they make putting JMX info into the XML file seem easy: http://logback.qos.ch/manual/jmxConfig.html But all their examples are using their XML configuration and I want...
Yellow asked 3/6, 2011 at 19:57

3

Why is it so hard to connect to a JMX port (using JConsole), when a process is run using Docker. Of course I have exposed the JMX port to the host, and even used Sun specific options while runnin...
Rollie asked 21/1, 2015 at 5:17

2

Solved

I have a scenario to run cassandra of two different versions in the same machine but at different ports. I started one cluster with following cassandra config at port 9161, # TCP port, for comm...
Windage asked 11/1, 2015 at 5:37

5

I am having problems monitoring a remote Tomcat process. I'm trying to use the Java 6 versions of JConsole/JVisualVM. I have jstatd running on the remote server with the appropriate security poli...
Franconian asked 27/6, 2009 at 0:28

1

I am currently trying to configure JMX Susbsystem on JBoss EAP 6.2 to help monitor my web application. Having setup the console I have been unable to figure out what should go in the Server/Regist...
Fulvi asked 13/8, 2014 at 10:47

4

Solved

I have remote JBoss 7.1 server and I would like to connect to this server by using VisualVM or JConsole. I googled a bit and found several threads/tutorials on how to connect to JBoss 7.1 by using...
Hhd asked 2/10, 2013 at 11:9

2

Solved

JConsole has quiet a buggy view to monitor JMX published counters. What are the other alternatives ? I am unable to find any, other than JVisualVM which in effect uses the same view
Bhutan asked 23/8, 2013 at 9:17

5

Solved

I am trying to implement a nagios plugin, and doing so requires that I know specifically what object and attribute I want to monitor. The thing is, I haven't been able to find a listing anywhere of...
Paige asked 7/7, 2011 at 12:53

5

I want to profile a Java application with VisualVM, remotely via JMX. Because it's a NAT'ted and firewalled EC2 instance, I can't use the default RMI approach and need to use the optional JMXMP ext...
Atmo asked 10/7, 2012 at 11:40

3

Solved

Is it possible to pass credentials for monitored resource to JConsole while starting it via command line. I've got the command like that right now. ${jdk.home}/bin/jconsole.exe -J-Djava.class.pat...
Nahuatl asked 14/6, 2011 at 12:20

2

Solved

I want to monitor my ESB using Jconsole and JMX. I can connect to JMX server from the localhost but for connecting from remote machine to my esb I can establish the connection. I use WSO2 ESB 4.6 a...
Thurible asked 26/4, 2014 at 11:44

4

I create a mbean server using MBeanServerFactory.createMBeanServer and register mbeans with it. I can find the mbean server in jconsole but when I connect to it I do not see registered mbeans. Here...
Alkyne asked 14/9, 2011 at 23:0

© 2022 - 2024 — McMap. All rights reserved.