How to capture thread dump for TIBCO Data Virtualization Studio process?

How to capture thread dump for TIBCO Data Virtualization Studio process?

book

Article ID: KB0071240

calendar_today

Updated On:

Products Versions
TIBCO Data Virtualization All supported versions

Description

This article provides details to capture thread dump for TIBCO Data Virtualization(TDV) Studio process. 

Environment

Windows Operating System

Resolution

(#1) Find the PID (process ID) of the TDV Studio. From TDV Studio machine > Open Task Manager > Details tab > Find the 'javaw.exe' 

User-added image

To verify it is the right 'javaw.exe' > right-click and select Properties. It will show the path to [TDV_Studio_dir]\jdk\bin. Default location is : C:\TIBCO\TDV Studio 8.7\jdk\bin. 

(#2) Open Command Prompt. Navigate to the [TDV_Studio_dir]\jdk\bin path where jstack utility is present:

Command to capture the dumps -> jstack pid > filename.txt

Note:

  • In-place of pid, provide the pid obtained in step1.
  • Give a name for the thread dump file. This will save contents to a file inside the same directory. 

Example: jstack 18232 > Studiodump.txt

Screenshot for reference:
User-added image

Issue/Introduction

How to capture thread dump for TIBCO Data Virtualization Studio process?