Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If Deskzilla or JIRA Client hangs, it will help developers if you can take a "thread dump" of the current state of the application.

...

You can use StackTrace tool available here: http://www.adaptj.com/root/main/download . Just launch it using Java Web Start, click on "Process ID" selection, choose Deskzilla /JIRA Client process, then click the next button called "Thread dump". The window will populate with debug information -- use Select All, Copy or Save to send this information to us.

...

If you are running Deskzilla (JIRA Client) in verbose mode, you must have a console window with some debugging messages. Click in that window and press Ctrl+Break. Thread dump will be printed. Scroll up to the beginning of the thread dump, then right click in the top left corner and select "Edit | Mark" menu item. Use your mouse or keyboard to select all information that's been printed and press Enter to copy it to clipboard. Paste from clipboard into e-mail to our support or anywhere else.

...

You need to run Deskzilla (JIRA Client) with a terminal -- either by launching it in verbose mode or launching manually from the command line. Use "ps" utility to learn the process id (PID) of the running application, and then use command "kill -QUIT PID". Thread dump will be printed on the console.