"and ignore this setting. Check the<br>" +
"log file for details.</html>",
"Locators Incorrect",
JOptionPane.WARNING_MESSAGE);
}
jiniClient = new JiniClient(new LookupDiscoveryManager(groups, locators, null, config));
ServiceTemplate monitors = new ServiceTemplate(null, new Class[]{ProvisionMonitor.class}, null);
ServiceTemplate cybernodes = new ServiceTemplate(null, new Class[]{Cybernode.class}, null);
ServiceTemplate eventCollectors = new ServiceTemplate(null,
new Class[]{EventCollector.class},
new Entry[]{new OperationalStringEntry(org.rioproject.config.Constants.CORE_OPSTRING)});