Technote (FAQ)
Question
How do I force a WebSphere Message Broker (WMB) DataFlowEngine to generate a Java™ core dump for debugging problems?
Cause
Custom Java code in a user-defined node or a JavaCompute node can cause the DataFlowEngine process to hang. Debugging these issues can be challenging because the DataFlowEngine process does not respond to configuration requests after it hangs.
Answer
Java core dumps contain information about all of the Java threads that are running in a process, These can be used to diagnose problems such as lock conditions or nonterminating loops in custom Java code.
To obtain diagnostic information by generating a Java core dump from a DataFlowEngine process, complete the following steps:
1. Create a message flow that contains an MQInput node, a JavaCompute node and an MQOutput node.
2. In your JavaCompute node, call the com.ibm.jvm.Dump.JavaDump() method.
3. Deploy your message flow to the execution group that contains the problem.
4. Recreate the conditions that result in the unresponsive DataFlowEngine process.
5. Examine the Java core dump to determine problems in your custom Java code
6. If the problem cannot be resolved, open a PMR and send the Java core dump to support for analysis.
This method is not supported on Solaris or HP platforms which do not use the IBM JRE, because they do not have access to the com.ibm.jvm.Dump.JavaDump() method.
Note that the collection of Java core dumps is an invasive activity and negatively impacts other processes that are running in the execution group. Use this technique only where necessary for debugging, and ensure that all message flows that contain the com.ibm.jvm.Dump.JavaDump() method are removed from your production Brokers after the problem has been diagnosed.
Related information
Triggering a java dump
Enabling a java dump
Product Alias/Synonym
WMB MB WebSphere Message Broker MQ Integrator WBIMB WBI-MB MQSI WMQI
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.