This article will teach you how to analyze a JVM Thread Dump and pinpoint the root cause of your problem(s). From my perspective, Thread Dump analysis is the most important skillset to master for any individual
The best approach is to identify what thread is causing this. I would recommend capturing a thread dump to find out what is going on withing that thread. Before increasing max thread stuck time please take thread dump and analyze which threads are getting stuck. For example based on your ana...
DataCollection Thread * This thread is used for data collection of monitors like AIX,AS400/iSeries,Apache Server,DB2,FreeBSD / OpenBSD,HP-UX / Tru64 UNIX,IIS Server etc. CustomMonitor Thread * This thread used for data collection of Custom Attributes for monitors like RMI,WEBLOGIC-server,JBOS...
However, it is noticed that it does not take effect as per the thread dump: <ExecuteThread: '61' for queue: '...' has been busy for "736" secondsworking on the request "weblogic.work.ExecuteRequestAdapter@2fcc33", which is more than the configured time (StuckThreadMaxTime) of "600" ...
No ‘How To’ is complete without a test case. So, let’s see how a simple web app can use this module to get properties. This example will build a simple web app that will dump the contents of the properties files to a table in a web page. Java Code – ModuleReader.java 1 2 ...
Below instructions are to take thread dump for Weblogic Application server, this is helpful to troubleshoot WebLogic at a different scenario. Windows ctrl+break key UNIX Get PID of WebLogic Java process by (ps -ef | grep java or ps -ef | grep WebLogic) ...
DataCollection Thread * This thread is used for data collection of monitors like AIX,AS400/iSeries,Apache Server,DB2,FreeBSD / OpenBSD,HP-UX / Tru64 UNIX,IIS Server etc. CustomMonitor Thread * This thread used for data collection of Custom Attributes for monitors like RMI,WEBLOGIC-server,JBOS...