/**
* Open the connection to the Fedora server.
*/
private static RemoteObjectSource openObjectSource(ServiceInfo serviceInfo) {
try {
return new RemoteObjectSource(serviceInfo);
} catch (ServiceException e) {
throw new IllegalStateException("Failed to initialize "
+ "the ValidatorProcess: ", e);
} catch (IOException e) {
throw new IllegalStateException("Failed to initialize "