Cannot generate thread dump on JIRA (JIra as a service on windows server)

Rahul Aich [Nagra]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 24, 2014

Hi All

I am struggling to generate thread dump on JIRA. We have2008 windows server with 64 bit windows as a service installer.

I tried the steps given in this link but it is giving me error

C:\Users\Administrator>jstack.exe -l 3465 > threaddump.txt
'jstack.exe' is not recognized as an internal or external command,
operable program or batch file.

 How should i proceed?

Rahul

1 answer

0 votes
Radu Dumitriu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 25, 2014

Make sure jstack is in your path. Otherwise call it with c:/java/bin/jstack.exe (example)

Suggest an answer

Log in or Sign up to answer