HelloImpl server = new HelloImpl();
childPOA.activate_object_with_id("Hello".getBytes(), server);
org.omg.CORBA.Object obj = childPOA.servant_to_reference(server);
TestUtils.getLogger().debug("IOR is " + orb.object_to_string(obj));
System.out.println("SERVER IOR: " + orb.object_to_string(obj));
System.out.flush();
// wait for requests
orb.run();