Previous Topic

Next Topic

Book Contents

Book Index

CORBA::TRANSIENT exceptions

A CORBA::TRANSIENT exception usually indicates that the client was unable to connect to the server when attempting to invoke a request. For standard IIOP, this normally occurs when the client cannot resolve the hostname embedded in the IOR or cannot reach the specified IP address.

In the case of SSLIOP, a CORBA::TRANSIENT exception may also be thrown when the certificates in use are invalid (for example, expired), or the certificate authority certificate has not been set.

Corrective Action: Verify that all required fields are specified in the files <EM Home Directory>/etc/ssl_client_server.conf and <EM Home Directory>/etc/ssl_ns.conf, and that the specified values are correct, as described in ssl_client_server.conf parameters.

Parent Topic

Common SSL error messages