org.omg.IOP.IOR _ior = null;
try
{
addr.configure(configuration);
IIOPProfile p = new IIOPProfile (addr,object_key,giop_minor);
p.configure(configuration);
_ior = ParsedIOR.createObjectIOR ((ORB)orb, p);
}
catch(ConfigurationException e)
{
logger.error("Error while configuring address/profile", e);