On Thursday 20 June, "vaibhav jha" wrote: > I tried to run the following client code note that CORBA.ORB_init > is done twice : That is the cause of the problem. The arguments are only processed the first time you call ORB_init(). You can't change things like initial references after the ORB is initialised. Cheers, Duncan. -- -- Duncan Grisby -- -- duncan@grisby.org -- -- http://www.grisby.org --