Tuesday Oct 06, 2009

This entry demonstrates how to connect a JMX custom program to the JMX agent in Java CAPS 5.1.3 or 6 application server.[Read More]

Saturday May 30, 2009

There are many situations where it is very helpful to get a dump of all Java threads inside the application server. Sometimes the application server does not process messages as fast as it should be. This is caused by deadlocks, Java locks or threads waiting for resources (I/O or CPU). To identify the root cause of the issue the best way is to get a dozen of full thread dumps one after the other typically during 20 seconds. This blog entry demonstrates how to get such a thread dump for a Java CAPS 5.1 application server remotely from a machine running the Java JDK 1.6.[Read More]

Friday Aug 01, 2008

The previous tip on JMX monitoring for JAVA CAPS 5.1 presented only sample scripts to monitor the Java Virtual Machine. The scripts presented here are for monitoring eInsight (the active BPEL instances) and eGate (the active JCD). [Read More]

Wednesday Jul 23, 2008

This entry demonstrates how you can write monitoring scripts for Java CAPS 5.1 using Groovy and the JMX server. [Read More]

This blog copyright 2009 by Eric Lerognon