Tagged Questions

0
votes
1answer
22 views

Viewing Tomcat 6.0’s MBeans in Jconsole

Hi, I'm trying to write a small agent to control tomcat, and right now it looks like JMX is the best option for me. Using the manager http service I can see that there are all sor …
1
vote
1answer
63 views

How to encrypt passwords for JConsole’s password file

I am using the JConsole to access my application MBeans and i use the the password.properties file. But as per the Sun's specification this file contains passwords in clear text fo …
0
votes
3answers
53 views

JConsole Threads Tab - Understand Info

I'm running JBoss 5. I see that memory keep is increasing as time pass. The number of active threads are increasing. The following stacktrace is taken from an active thread which …
2
votes
6answers
625 views

Conntecting remote tomcat JMX instance using jConsole

I am trying to connect to a remote tomcat JMX instance using jConsole. But can't connect successfully. Any Idea? I included the following option in remote tomcat catalina.sh: JAV …
2
votes
2answers
258 views

How do you pull up the java console in OpenSUSE or Ubuntu?

Hi, I'm working on a java applet, and I was wondering where the heck System.out was going in Ubuntu/OpenSUSE. In windows, I just pull up jconsole, but I've not found this in Ubuntu …
1
vote
5answers
4k views

How do you enable JMX in Websphere?

I would like to use JConsole to monitor my Websphere application, but I am not sure how to enable JMX.
1
vote
1answer
71 views

enable HeapDumpOnOutOfMemoryError in runtime

according to http://java.sun.com/javase/6/webnotes/trouble/TSG-VM/html/clopts.html it should be possible to enable -XX:+HeapDumpOnOutOfMemoryError using JConsole in runtime. How? …
1
vote
2answers
114 views

Running a java process with remote management enabled

I am trying to run a java process and enable remote connections using jconsole. I add the following parameters to the command line (before the main class): -Dcom.sun.management.jm …
0
votes
2answers
554 views

How to activate JMX on remote Glassfish server for access with jconsole?

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" e …
3
votes
5answers
961 views

Has anyone ever got a remote JMX JConsole to work?

It seems that I've never got this to work in the past. Currently, I KNOW it doesn't work. But we start up our Java process: -Dcom.sun.management.jmxremote -Dcom.sun.management.jm …
1
vote
3answers
292 views

Remote JMX connection

I'm trying to open a JMX connection to java application running on a remote machine. The application JVM is configured with the following options: com.sun.management.jmxremote c …
2
votes
2answers
145 views

Disabling Local JMX Connections on JVM

Hi, We are writing a java program which keeps a password in memory. Unfortunately, the user can easily use jconsole or jmap to create a heap dump file and open it to find the passw …
1
vote
4answers
244 views

Can jconsole data be retrieved from the command line?

I currently use jconsole to monitor performance metrics of my Java application and would like to script this data acquisition. Is there a way to retrieve these VM metrics (heap me …
2
votes
2answers
609 views

How to activate JMX on my JVM for access with jconsole?

How to activate JMX on a JVM for access with jconsole?
2
votes
5answers
2k views

Problem using JConsole remotely with JBoss 4.2.2 with app that uses JWS

I am trying to set up JBoss 4.2.2 and JConsole for remote monitoring. As per many of the how-to's I have found on the web to do this you need to enable jmxremote by setting the fo …

1 2 next
15 30 50 per page