rootPOA.activate_object(servant);
BasicServer server = BasicServerHelper.narrow(rootPOA.servant_to_reference(servant));
rootPOA.deactivate_object(rootPOA.servant_to_id(servant));
System.out.println ("SERVER IOR: " + orb.object_to_string(server));
System.out.flush();
orb.run();