// + " got a task: " + task);
//Bug 4677074 begin
// if (com.sun.enterprise.util.logging.Debug.enabled) _logger.log(Level.FINE,Thread.currentThread().getName() + " got a task: " + task);
//Bug 4677074 end
try {
task.prolog();
task.service();
task.epilog();
} catch (Throwable th) {
//Bug 4677074 th.printStackTrace();
//Bug 4677074 begin