Products | Versions |
---|---|
TIBCO Data Virtualization | All supported versions |
(#1) Find the PID (process ID) of the TDV Studio. From TDV Studio machine > Open Task Manager > Details tab > Find the 'javaw.exe'
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:
Example: jstack 18232 > Studiodump.txt
Screenshot for reference: