In the past we have discussed several effective thread dump troubleshooting patterns like: traffic jam, treadmill, RSI, and all roads lead to rome. In this article we would like to introduce one more thread dump troubleshooting pattern.

Thus looking for Exception or Errors in the thread dumps is a good pattern to identify the root cause of the problem.

Going through each line of stack trace to spot exceptions or errors is a tedious process.

Below is the screenshot of this section: You can notice this section is reporting all the threads that have Exceptions or Errors in their stack trace.

Related Articles