Hi,

I always receive this warning even if I wrapped my code in try-catch block,

WARNING: "IOP0041020 1: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT ;

generated after this call: org.omg.CORBA.O bject objRef = orb.resolve_ini tial_references ("NameService") ;

I would like to catch it so that stacktraces would not be shown to the user.

sample trace:...