throw new AgentException(_strMgr.getString(
"nodeAgent.attemptLocalRendezvous.NoLocalDomains",
dasHost2 + ":" + dasPort2, root.getAbsolutePath()));
} else {
// There was exactly one domain, flush out its domain.xml
NodeAgentsConfigBean ncb =
new NodeAgentsConfigBean(goodConfigContext);
String retDasString = ncb.rendezvousWithDAS(
naReader.getHost(), naReader.getPort(), getNodeAgentName(),
naReader.getProtocol(), naReader.getClientHost());
goodConfigContext.flush();
markAsBound(retDasString);
}