log.error("Error while executing " + cmdline + "!", e);
Throwable th = processThrowable(e);
if (th instanceof RuntimeException) {
throw (RuntimeException) th;
} else {
throw new ShellException(th);
}
} /*finally {
TxSupport.clearUTForThread();
} */
}