From: Wolfgang M. <wol...@ex...> - 2010-02-02 08:17:33
|
The log file should be cleared by the next checkpoint, which should at least occur during shutdown, if not before. It definitely looks like you have a hanging transaction somewhere in the background? Can you get a stack trace from Java to see which thread is hanging? I made some changes to the shutdown listeners yesterday, and I wonder if they are causing the issue - though those changes were limited to jetty only... Wolfgang |