getLogger().log(Level.INFO, s);
info = new HADBInfo(hosts, agentPort, haAdminPassword, haAdminPasswordFile,
clusterName, getLogger(), getConfigContext(), getMBeanServer());
info.setup();
HADBStopDB sdb = new HADBStopDB(info);
return sdb.stopDB();
}
catch(HADBSetupException hse)
{
throw hse;
}