How to Generate Thread dump in AEM through Felix console and quickest way to analysis the thread dump

Statement - Assuming if you do not have physical server access to windows or Linux system and an alternate way to download the thread dumps and analysis of the same

Environment - AEM 6.3 GA


Solution :



  • Go to the Felix console URL: http://localhost:4502/system/console/status-threaddump
  • login with username and password if not logged into the AEM server.
  • click on the download as Text or Download full text or download as zip or download full zip based on the need.
  • Select all the threaddump details and save as .txt file.

  • Use the http://fastthread.io/ for only analysis only if there is no confidential data in the dumps.
  • Click on the upload to browse to the file where threaddump.txt is located.
  • Click on Analyze to see the thread dump details which thread is causing the issue or there are any deadlocks.
  • That's it!

No comments:

Post a Comment