Products | Versions |
---|---|
TIBCO Data Virtualization | All supported versions |
Follow the below steps:
(1) Open a command prompt terminal as 'Run as an Administrator'.
(2) Run the following command to get the Process ID (PID):
netstat -a -b -o | findstr [port_to_be_checked]
Screenshot for reference:
The last number is the PID (process ID). In this example it is 5500
(3) Open the Task Manager. Click on the 'Details' tab and locate the PID. Once PID is found, right-click on it and select 'Properties'. A dialog will popup displaying information on the executable.
Verify that the dialog shows:
"java.exe" and shows the TDV location (eg: [TDV_Server_dir]\jdb\bin)
This concludes the port is being used by the TDV JDK and not by any other process.
Screenshot for reference: