new ActivationGroupDesc(getServerProperties(),
cmdToExecute));
storeGroupID(getLog(), gid);
} catch (Exception e) {
try {
if (gid != null) sys.unregisterGroup(gid);
} catch (Exception ee) {
// ignore - did the best we could
}
if (e instanceof IOException)
throw (IOException)e;