<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think you&#39;re going to need to identify the lock it&#39;s stuck on with a<br>
debugger, but the other thing I would do is go trace the code and identify<br>
what happens between the time it logs that message and the audit log entry<br>
is done.<br><font color="#888888"><br></font></blockquote><div><br></div><div>We use Yourkit for profiling and it&#39;s very helpful for tracking down deadlocks. If all else fails, run jstack when it locks up and try to identify the culprit.</div>
<div><br></div><div>--Daniel Fisher</div><div> </div></div>