<div dir="ltr"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="text-align:left;direction:ltr"><div>'kill' is a 'nix command. You want the thread dump from the jvm that is running jetty.<br></div></div></blockquote><div><br></div><div>Correct, it is a 'nix command, but sending a "QUIT" (-3) signals the JVM to perform a thread dump. It doesn't actually terminate the process (which makes "QUIT" kind of a misnomer): <a href="https://github.com/irockel/tda/wiki/02.-Request-Thread-Dumps">https://github.com/irockel/tda/wiki/02.-Request-Thread-Dumps</a></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="text-align:left;direction:ltr"><div></div>
<div>You could try visualvm.</div></div></blockquote><div><br></div><div>Thanks! I'll take a look at this.</div><div><br></div><div>I did manage to get a thread dump when in the "bad" state using this command:</div><div>sudo -u shibidp jstack [PID] > threaddump.log<br></div><div><br></div><div>The trick now is interpreting it. Would it make sense to create a Jira issue and upload the dump file at this point? I've given it a pretty thorough look over, but nothing's standing out to me.</div><div><br></div><div>Thanks,<br>Mike</div></div></div></div>