exception « jmx « Java Enterprise Q&A





1. JMX: How to retrieve/detect exceptions thrown from my application that is monitored    stackoverflow.com

I am trying to use JMX to monitor the status of my application, in particular to track any exceptions that are thrown during my application's runtime. However, I cannot seem to find ...

2. Too many open files Exception in JBoss AS 4.2.3-GA    stackoverflow.com

I want to fix this issue, I actually don't have a clear Idea of what is happening when my application runs over a CentOs environment and after some days I start ...

3. Remote JMX Exception    forums.oracle.com

Hi all, I have installed JBoss-4.2.2.GA on Linux. I was assigned the job of monitoring the JBoss appln server. I am able to view the different MBean attributes using the URL: http://mip-address>:8080/jmx-consle I want to to retrieve these values using a Java Program. After a lot searching I found that it can be done using the remote jmx via JMXServiceURL. But ...