if ( !services.startServices() ) {
System.err.println("FATAL ERROR: Service manager could not be started");
System.exit(1);
}
ObjectResolver.register(new ID("dbXML"), new ServerProxy(this));
// Register the shutdown handler
Runtime.getRuntime().addShutdownHook(new ShutdownHandler());
// Start The Scheduling Daemon