// 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
_logger.log(Level.SEVERE,"iplanet_util.generic_exception",th);
//Bug 4677074 end