A Java debugging aid that redirects any System.{out,err} to a console window.
0
votes
0answers
13 views
jconsole not able to connect to remote process
I am not able to connect to a remote java process which is started with following parameters:
-Dcom.sun.management.jmxremote \
-Dcom.sun.management.jmxremote.port=9010 \
...
0
votes
0answers
12 views
“Error setting operation panel” jconsole in a
When I connect to JConsole I get the following error message in a pop op box.
Error setting operation panel: and here is one of my class which is a POJO.
I do not know how this POJO can cause this ...
1
vote
3answers
41 views
how to shut down a thread from a different one?
In my application each request has its own thread. I use JMX/JConsole to monitor them, measure the elapsed time. If a a request needs too much time I'd like to stop it by interrupting the underlying ...
0
votes
1answer
19 views
connecting jconsole to linux box connection failed
I am new to linux and just deployed a java program to run on a linux server. I tried to connect from my windows machine to the linux box with jconsole and got an error.
Connection Failed: non-JRMP ...
0
votes
1answer
36 views
what else do I need to configure jconsole on server
I want to use jmx with Jconsole.Here is the relevant line in the .sh file
## enable jconsole access
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9999
...
0
votes
0answers
19 views
Monitoring c3p0 connections using Jconsole
Hi I am trying to monitor the connections opened by c3p0 using JConsole.
I am following tutorial mentioned in
http://amemon.wordpress.com/2007/07/15/monitoring-c3p0-using-jmxjconsole/
But when I ...
0
votes
1answer
10 views
call jmx operation on a local running process
I have a java process on a linux server, which runs with this option: -Dcom.sun.management.jmxremote
So I cannot just connect to this process via jconsole running on my local pc (because neither port ...
0
votes
1answer
36 views
JConsole Main class
I am trying to start JConsole from the command line using its Main class.
I extracted the contents of jconsole.jar and in the MANIFEST.MF i can see
Main-Class: sun.tools.jconsole.JConsole
So i ...
0
votes
0answers
50 views
Launching JConsole via WebStart
I would like to know if it is possible to launch JConsole via web start.
For example, i have a web application and when the user clicks on a button (which has the IP:PORT of the JMX Endpoint) i ...
0
votes
1answer
19 views
JMX Bean for few types of Requests
I want to show performance statistics for particular request type. When Controller class gets the HTTP Request from browser, it then marshals request xml in to a request object. From request object I ...
0
votes
0answers
19 views
Jconsole unable to connect to local process
Jconsole is unable to connect to a local process. I tried the same in VisualVM and I am getting the following message:
'Data not available because JMX connection to the JMX agent could not be ...
0
votes
0answers
31 views
JConsole MBeans tab does not have “com.sun.management” node in left tree
My Environment is JBoss 5.1 (Jdk 1.5.x) on Windown 7
I have started JConsole from JDK 1.6 bin folder, it picked up the local running above JBoss app. To take heap dump as mentioned in jconsole docs, ...
0
votes
0answers
11 views
is there a Memory Leak in jconsole itself
I am new to Profling and as well as Jconsole .
I navigated to C:\Program Files\Java\jdk1.7.0_15\bin directory and clicked on
jconsole.exe
It started JConsole , Stanalone ( Non Remote One)
What i ...
1
vote
0answers
41 views
Running Jconsole from a service: CentOS
I installed Tomcat on my CentOS 6.3 machine and I made it a service by creating the /etc/init.d/tomcat file.
It works with the basic start, stop, restart and status functionality just fine.
I use ...
3
votes
3answers
32 views
How to reconnect jconsole on connection lost
I am doing load test for my project, when i tried to use jconsole to monitor when the server is restarted connection is getting lost is there any solution for this?
Thanks
1
vote
0answers
20 views
Exposing attributes of an abstract class via mbeans
I have an abstract class which implements an mbean interface. I have declared 2 getters in the interface. When i run the code, using jconsole i can access the 2 getters but i am not able to access the ...
0
votes
2answers
27 views
Preserve console log on navigation
I am building a plugin for Wordpress that saved custom data to a custom table every-time a user makes a new post. When I add data to a custom table in wordpress after the publish_post hook is called I ...
0
votes
1answer
40 views
Could someone please tell me how to measure the time taken for heap dumps using either JConsole or VisualVM?
I am trying to analyze the performance impact of trying to take a heap dump for my application that uses close to 3 GB of heap memory. This is to decide and understand if I should enable the ...
0
votes
1answer
35 views
Multi object monitor through JConsole
I am trying to monitor the objects of my application via JMX in JConsole. But in the JConsole i am not able to see the multiple objects of a same class.
Here is my code:
ApplicationCache cache1 = new ...
0
votes
1answer
31 views
Jconsole randomly stops connecting
We have a jboss 7 instance running and hosting a web application. JMX remote has been turned on with username/password authentication and we are able to connect to it fine. Kindly not we are using ...
0
votes
1answer
30 views
How to Query an id element across iFrames in firebug console
I want to query an id element using the document.getElementById('parameter'). But the id Element is in a chain of several nested iFrames dues to which the query return null value(P.S.:- all the ...
1
vote
0answers
91 views
Does jconsole strip out line endings?
I'm trying to paste a String into an MBean attribute using jconsole.
Of course, I've done this 1e3 times with no difficulties.
However, if the string I'm pasting includes line endings, jconsole ...
0
votes
0answers
40 views
Use jconsole for TomEE started via maven?
I'm starting TomEE via maven tomee plugin for my web app as follows:
mvn tomee:run
In jconsole I only see the maven process, but not the tomee process.
Is TomEE started in an own process at all? ...
0
votes
0answers
47 views
JConsole Script Shell Tab
I need your help in the script shell tab of jconsole. Can anyone help me on a script that would save the output for threads, cpu usage and heap memory usage like it would get the data every hour? Or a ...
0
votes
0answers
28 views
jconsole operation ordering
I'd like to find a way to order the operations listed for an MBean in jconsole so my most commonly used methods appear at the top of the list. I've tried to reverse engineer how jconsole is doing this ...
0
votes
1answer
58 views
How do I get jconsole working quickly over X11
Scenario:
I am trying to get some realtime analysis across our threads to isolate the cause of a thread deadlock.
I have an issue where jconsole was very slow when running via SSH with X11 ...
0
votes
0answers
41 views
Remote connection using under 1024 port
I am trying to profiling my application which is running at JBoss using JConsole.
Unfortunately, my test environment is in IDC and N/W is protected by firewall.
So I find a unused a port, 443, and ...
0
votes
1answer
310 views
Automatic start of jconsole from eclipse
I wondered if there is a plugin or someone has a script to start jconsole automatically when I run or debug an application from eclipse. Maybe adding the classpath too. I googled but didnt find ...
0
votes
0answers
12 views
Do ephemeral ports created by attaching JConsole ever close?
When you attach JConsole to a Java process via the process ID it opens an ephemeral port on the JVM for JConsole to connect to.
After closing JConsole the JVM port is still listening. Does this port ...
0
votes
1answer
101 views
Profiling Camel routes using JConsole
I have an application consisting of number of Camel routes; I would need to profile them using JConsole. I have noticed upon bringing up the JConsole and selecting the local JVM that is running these ...
0
votes
1answer
86 views
JConsole can't find process
I tried to run JConsole to analyze the memory used by a running process, but JConsole doesn't show me processes even though I am absolutely sure that one is running (in addition to that it should show ...
1
vote
1answer
73 views
How to know memory used by a Java program
I have a program that runs on a server (using Jetty). I'm testing it right now. For that, I use a stress test platform called Gatling. To monitor, I use jconsole that is supposed to show me the ...
1
vote
1answer
2k views
jconsole error during jrmp connection establishment nested exception is : java.io.EOFException
I am trying to monitor a remote process using jconsole and this was the command I used
jconsole -debug localhost:4080
And this is the stack trace that I get
java.rmi.ConnectIOException: error ...
2
votes
2answers
275 views
How to connect to Java instances running on EC2 using JMX
We are having problem connecting to our Java applications running in Amazon's EC2 cluster. We definitely have allowed both the "JMX port" (which is usually the RMI registry port) and the server port ...
0
votes
1answer
71 views
UsageMemory threashold in JConsole
I am looking into how to use JConsole to detect memory leaks.
I see that in Memory Pool in my MBeans I can define UsageThreashold for my Tenured Generation.
So if my application exceeds this ...
1
vote
1answer
93 views
JVisualVM is unable to connect to process using the --openpid argument
I have an application that is running as a win-service (using Apache-Procrun). I want to monitor that application with JVisualVM. I've used the commandline argument --openpid <PID> without ...
0
votes
2answers
315 views
can't connect to cassandra with jconsole
I have a cassandra installed on a remote server. The machine has 2 IPs - internal and external. In cassandra's jvm opts I have java.rmi.server.hostname set to the internal ip. nodetool connects just ...
3
votes
4answers
181 views
System.gc() vs GC button in JVisualVM/JConsole
I'm currently testing my proof of concept prototype dealing with XML schema, and built around a very memory consuming external library for tree automata (for which I've got the sources), I'd like to ...
0
votes
0answers
296 views
JBoss AS 7.1.1, JConsole and TopThreads plugin
Could somebody help me with configuring JBoss JConsole script, to enable it with topthreads plugin?
I successfulyy connected to my remote server, but I can't seem to find way to attach plugin into ...
2
votes
0answers
128 views
jconsole throws exception when trying to connect to local process
I am trying to run jconsole on my Mac OSX machine, so that I can try to analyze some memory leak problems in an application.
jconsole does come up and it does list the local processes, but when I try ...
3
votes
1answer
117 views
java runtime.freememory() not matching with jconsole output
I was going through a weird problem. I have multiple JVMs running and I need to get the memory usage details of them. when I get the details by Runtime.getFreeMemory() and compare it to jconsole ...
0
votes
1answer
72 views
Is there CLI version of jconsole?
I am looking for jvm performance tools which have features:
Running in background.
Collect memory and thread information.
Generate performance data in readable text format, which is easily consumed ...
0
votes
1answer
168 views
Java UnmarshalException on shutdown / System.exit from MBean via JConsole
I'm wondering how to avoid getting this exception when I use an MBean with JConsole to remotely execute a shutdown, which calls System.exit(1). I've verified I get no exception when shutdown is not ...
0
votes
0answers
122 views
Swing, AWT-EventQueue locked
In my swing application the whole application is hanging when invoking click at one of the nodes (only one).
I used jconsole to investigate the problem a little bit more and what I see when invoking ...
0
votes
1answer
392 views
Activate jmxmp in jconsole
I am trying to connect to my tomcat server with jconsole via jmxmp protocol. I put jmxremote_optional.jar everywhere in jdk and jre folders, but when I try to connect I still get:
malformed ...
0
votes
1answer
542 views
jstack output - get tid for java Thread.getId
I had a look at existing questions on getting the thread id like java-thread-id-and-stack-trace .
But I'm not able to figure out something that seemed simple. I want to make a JSP tool to stop a ...
0
votes
0answers
90 views
CXF Web Service JMX Port Assignment
We have many CXF web services running under Tomcat. For each of the services, there is a beans config file, with each one having an entry like the one below. The variable ${JMX.PORT} is replaced with ...
0
votes
1answer
136 views
Aggregating JMX
In a scenario where we have several JVMs, each running it's JMX agent with its own MBeanServer.
What's the best way to aggregate all these MBeans in these different MBeanServers into one, so that we ...
2
votes
1answer
358 views
Why are some methods on the JConsole disabled
I can see that some methods on the jconsole are disabled.
Given below is the screenshot for com.sun.management.ThreadMXBean
The javadocs for these MBean methods do not specify anything about the ...
0
votes
0answers
117 views
Eclipse maven plugin takes ${java.home} from javaw.exe on Windows
My maven Eclipse project uses the jconsole.jar and tools.jar JARs. These are located in the JDK's lib directory and cannot be found in the JRE. The "Installed JREs" has been changed to point to the ...


