orb.setLocalResolver( sres ) ;
try {
// This causes the acceptors to start listening.
orb.resolve_initial_references(ORBConstants.ROOT_POA_NAME);
} catch (org.omg.CORBA.ORBPackage.InvalidName e) {
RuntimeException rte = new RuntimeException("This should not happen");
rte.initCause(e);
throw rte;
}