4942FE07 CONNECT_FAILURE_5
Explanation
An attempt to connect to a server failed with
both the direct and indirect IORs. Every client side handle to a server
object (managed by the ClientDelegate reference) is set up with two
IORs (object references) to reach the servant on the server. The first
IOR is the direct IOR, which holds details of the server hosting the
object. The second IOR is the indirect IOR, which holds a reference
to a naming server that can be queried if the direct IOR fails.
Note: The
two IORs might be the same at times.
For any remote request,
the ORB tries to reach the servant object using the direct IOR and
then the indirect IOR. The CONNECT_FAILURE_5 exception is thrown when
the ORB failed with both IORs.User response
The cause of failure is typically connection-related, for example because of "connection refused" exceptions. Other CORBA exceptions such as NO_IMPLEMENT or OBJECT_NOT_EXIST might also be the root cause of the (E07) CORBA.TRANSIENT exception. An abstract of the root exception is logged in the description of the (E07) CORBA.TRANSIENT exception. Review the details of the exception, and take any further action that is necessary.