How to invoke threaddump_non_ui.txt

How to invoke threaddump_non_ui.txt

Please do follow the below steps when the Application goes slow or unresponsive :

First you would need to find the Process id of Java which runs the Application. 

How to find it ? 

When you start the Application and start using it, you will have a java process running in Task Manager which will have a PID (process id) under details. 




In the screenshot, the PID is 14992. 

Now the Next step is to download a file called server-jre-7u55-windows-x64.tar.gz and extract it under ManageEngine\SupportCenter directory. 

Just like this : 



When you extract the file, you would find a folder called jdk1.7.0_55

Then open a cmd window with administrator priveleges and go to this location : 

server-jre-7u55-windows-x64\jdk1.7.0_55\bin

Then execute this command :  jstack PID > threaddump_non_ui.txt

Just like this : 



Once you execute the command, hit enter and you will find a thread dump file inside this location : 

ManageEngine\SupportCenter\jdk1.7.0_55\bin





You can send us the thread dump file when the Application goes slow or unresponsive which will lead us to fix the mail fetching issue as well. 

You can send us the log file as well. 


                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • How to take a connection dump for analyzing performance issues?

                        For Performance/slowness issues instead of taking Threaddump manually or instead of invoking PerformanceTool make use of the below URL when the issue occurs, http://servername:portnumber/servlet/PerformanceDebug Note: The above URL works even when ...
                      • To Non-Mandate the reason for updating a request field

                        To Non-Mandate the reason for updating a request field, please use the below queries: These queries will have to be executed in the Database: select * from helpdeskdetails where displayname = 'portalname'; update globalconfig set paramvalue=false ...
                      • How to configure SAML with Azure AD

                        This guide will help us configure SAML for users who want to use Azure AD as their IdP and also give you insights on a few issues that you might run into while configuring SAML in an Azure Environment. In an ideal environment, customers will have an ...
                      • How to take console log ?

                        This article is common for Servicedesk plus MSP and Supportcenter plus applications. To troubleshoot certain UI issues , JS errors , we need console log (output) from the browser. Steps to follow : 1. Login to the application. 2. Right click on the ...
                      • How to install GlowRoot for performance related issue in SCP 11.0

                        Kindly follow the steps below, 1.Download the GlowRoot.zip file from this link 2.Extract the folder to the <drive>:\ManageEngine\SupportCenter Plus -directory 3.Edit run.bat file present in the SupportCenterPlus/bin folder and add the highlighted ...