Hi Sonia,
Of course. It depends on what operating system you are on though.
First, you have to determine the process Id of your KNIME Analytics platform. On Windows, you can do so via the Task Manager. On Windows 10 in the Task Manager, click “More details” and then click on the “Details” tab. In the list of processes, locate knime.exe and take note of its process Id (PID). On Linux (and possibly also an Mac), you can run “ps” from the command line to get a list of current processes, ordered by PID.
Then, from the command line, run jstack from the command line with the PID as parameter (e.g., “jstack 11744” or “jstack.exe 11744” if 11744 were KNIME’s PID). JStack will print the thread dump on the command line. Please let me know if you need more input.
Kind regards,
Marc