Jconsole « Development « Spring Q&A





1. Using Jconsole for Memory Leak    stackoverflow.com

I'm trying to diagnose some memory issues in our J2EE server. I've setup jconsole on our live server and I'm trying to monitor the status of the tomcat server through it. ...

2. JConsole's Notifications Tab disabled when using mx4j    forum.springsource.org

Our native Java application is using mx4j's MBeanServer implementation (Version 3.0.1) when run with JRE 1.4.2. Unfortunately JConsole's notifications tab for the registered MBeans is disabled and no subscriptions can be ...

3. Jconsole interface button method problems with multiple clicks    forum.springsource.org

Hi, I have exposed a method using jmx managed bean operations. It works fine when i click the button from jconsole. Is there any way that i can stop multiple clicks, ...

4. Fail to connect jconsole to my JMX connector when running server under java1.3    forum.springsource.org

Fail to connect jconsole to my JMX connector when running server under java1.3 Hello, My webapp runs under websphere 5.0 (java 1.3). I've setup a JMX rmi connector that works well ...

5. JMX, Interfaces, JConsole plugins and MBeanTrustPermission oddities    forum.springsource.org

JMX, Interfaces, JConsole plugins and MBeanTrustPermission oddities Here goes. My code started out pretty simple. Code: @ManagedResource(objectName = "tf:name=testDirector", persistPolicy = "OnUpdate") public class TestDirector extends NotificationBroadcasterSupport { ... It has ...

6. JConsole doesn't see Spring JMX server?    forum.springsource.org

JConsole doesn't see Spring JMX server? I wanted to add JMX to our plain (Spring) application. As a simple test case I basically created the examples test class, added it to ...

7. JConsole doesn't display setter operation    forum.springsource.org

I'm using annotations and Spring's auto discovery mode to build the MBeans during start up. The class that has the setter as well as several attributes has the following class annotation: ...

8. JConsole not showing up notifications. Please suggest.    forum.springsource.org

JConsole not showing up notifications. Please suggest. We have written the following code: and in jconsole We have clicked on Subscribe in the Notifications tab on the left, but we don't ...