Tagged Questions
1
vote
3answers
44 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
37 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
1answer
13 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
20 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
33 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
1answer
37 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
35 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 ...
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
1answer
331 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
13 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
102 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 ...
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 ...
2
votes
2answers
290 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
2answers
326 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 ...
0
votes
0answers
308 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 ...
0
votes
1answer
178 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
1answer
412 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
0answers
91 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
373 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
1answer
95 views
Caches node of Cassandra jconsole is not expandable
I have 1 node of Cassandra 1.1.2 installed on Linux, and I want to determine the size that every CF is occupying in the cache, and how many percents of every CF is in the cache (both for row cache and ...
0
votes
0answers
66 views
Jconsole tabs disabled
I registered my custom mbean on a remote mbeanserver.
However, all the tabs except "Mbeans", are disabled.Why is that?
1
vote
0answers
189 views
Using JMX MBean, how to customize notification fields in JConsole
After googling around this subject, I did not find much information about JMX Mbean Notifications.
Official doc : http://docs.oracle.com/javase/tutorial/jmx/notifs/index.html
Old doc (2002) : ...
3
votes
4answers
77 views
how can I get the History of an object or trace an Object
I have a requirement, where support in my application a lot of processing is happening, at some point of time an exception occrured, due to an object. Now I would like to know the whole history of ...
0
votes
2answers
303 views
How to save connection in Jconsole tool
I have written a Java service to run on a server.
I used JMX and jconsole to monitor the service from myPC.
In order to connect, I have to copy and paste the following link into jconsole:
...
2
votes
1answer
279 views
Can't make MXBean to connect to database through JConsole
I just hope if there is somebody who have seen and resolved this problem. I have a MBean and a MXBean classes. Both are using the same service class to get access to the database through a DAO class. ...
1
vote
1answer
350 views
Jboss Mbeans visible in jmx-console but not in JConsole
JBoss(4.0.x) has many useful MBeans (org.apache.commons.modeler.*) that are visible in:
/jmx-console
But i cannot see these beans listed in JConsole (MBeans tab).
Are these beans not exposed to ...
0
votes
1answer
194 views
java.io.NotSerializableException raised when JMX raises notifications
Hello recently I started working on a JMX bean implementation.
I then publish the below bean, run JConsole, connect to the bean, register for notification. However when the notification is sent i ...
0
votes
1answer
110 views
JConsole isn't recognized as a command
I'm trying to familiarize myself with JMX and I've been using the oracle tutorials to help me get up to speed. According to this link, I should run a Java application and then run jconsole.
However ...
0
votes
1answer
692 views
Use of JMX and How to use for existing applications
We have distributed web application developed few years back on JDK 5.
How JMX will help this application?
1) Will it help me to monitor performance (Memory, CPU and Network & Disk IO)?
...
1
vote
1answer
86 views
What is the use of configuring management.properties in profiling remote JVM
It is required to configure management.properties in 'jre_home\lib\management' to enable remote monitoring. But even after configuring the required properties below
...
0
votes
1answer
129 views
Does spring mbean and mbean received with jconsole are different?
I have application created with Spring and has access through jmx to set some parameters. The problem that when I access by jconsole - all works, when access from my graphic interface - doesn't work. ...
0
votes
1answer
2k views
Java jconsole jmx connection failure
I'm trying to connect jconsole to a jvm invoked by:
java \
-Djava.util.logging.config.file=./logging.properties \
-Dcom.sun.management.jmxremote.ssl=false \
...
0
votes
2answers
618 views
Getting service status from Tomcat JMX by command prompt
I've been searching on the internet and I found something I need these days. But having differencies to use it. I want to learn status of Tomcat service by a command.
And I believe Tomcat haven't got ...
1
vote
1answer
123 views
Can I authenticate on jconsole using kerberos?
Does anyone know if it's possible to authenticate on jconsole using kerberos?
I set up a tomcat with kerberos authentication which works fine if you visit the manager in a browser. The trouble starts ...
0
votes
1answer
93 views
How to modify an attribute which have a no-primitive data type with JMX?
I would like to know if it's possible to modify java.awt.Color attribute through the jConsole.
I have a class like this :
public class MyColor implements MyColorMBean {
private Color background;
...
1
vote
1answer
213 views
How to watch JMX Mbeans
jconsole requires GUI which does not work under terminal. Any tools I can use in the terminal to retrieve JMX information?
1
vote
1answer
404 views
Is there any way to export jconsole monitoring result?
Jconsole is great in monitoring java application through JMX.
Once connected and running, it could display the whole Memory/Heap/CPU/Thread history of the monitored program.
I just wondering if ...
0
votes
1answer
368 views
How to access a JMX Mbean from a tomcat website?
I have a web service that exposes an mbean. I am able to view that mbean using jconsole. Now I need that function exposed on a new tomcat website.
0
votes
2answers
500 views
JConsole times out when trying to connect
I'm trying to use jconsole to connect to jetty. I can see that the relevant port is open with nmap, but when I try to connect to it using jconsole, the connection times out. (When I run jconsole with ...
3
votes
1answer
434 views
how to specify jmx mbean to render it as a tree in jconsole?
My application has a specific set of keys for which I monitor values(min, max, etc..). It looks very similar to the following:
public class Data implements Serializable{
int max, min; //etc..
}
...
0
votes
1answer
136 views
Java mbean application
I use jconsole to execute methods of an mbean in a tomcat container.
When the quantity of beans is more than 100 it seems to be difficult to find a bean - particularly when the bean is deep in the ...
3
votes
1answer
1k views
Accessing Websphere 7 MBeans using Sun JConsole
How do I access Websphere 7 MBeans using Sun's JConsole?
4
votes
1answer
837 views
Monitor c3p0 (with hibernate and Tomcat) with JConsole
The Web App is a Struts application (no spring) using c3p0 with Hibernate and it's in Tomcat 6. Both Hibernate and c3p0 jars are in the {WEB_APP}/WEB-INF/lib folder.
In Tomcat the jmx remote is ...
10
votes
2answers
2k views
JConsole command line credentials
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
...
0
votes
1answer
134 views
Will dumpheap from jconsole contain jmx counters also?
If I get a dumpheap using JConsole, will that contain jmx counters also ?
0
votes
1answer
334 views
Can JConsole be embedded in a Java application?
can JConsole be embedded in a Java application please?
My issue is just similar to mensioned in JavaCoreAPIs list
but it is posted in 2007.
Has anyone been able to embed the JConsole in a java ...
12
votes
3answers
11k views
How to connect to a java program on localhost jvm using JMX?
I should connect to a java program on localhost jvm using JMX. In other words I want to develop a JMX client to config a java program on localhost.
Don't recommend using JConsole! JConsole is not ...
3
votes
5answers
5k views
Debugging JConsole Connection Failed
Good day,
I have a web application deployed to a remote resin server, and it has JMX turned on.
I can telnet to the remote server i.e
franz@see:/tmp$ telnet <remote-ip> 5555
Trying ...
1
vote
3answers
1k views
Issue logging in into Tomcat JMX Services via jconsloe : javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:281)
We are running Tomcat 6 on RHEL 5 and Oracle JDK 1.6_24 and I am having a problem loggin into the jmx services remotely through jconsole.
Here is my setenv.sh :
JAVA_OPTS="-Xms512m -Xmx1152m ...
