LOG.debug("Attempting to abort resource {} (session={})",
name,
targetSessionId);
try {
if (RuntimeContext.get().isSimulation() == false) {
provider.abort(session.getId());
}
} catch (IOException e) {
failureCount++;
WGLOG.warn(e, "W01002",
targetSessionId,