CORBA 2.6.1 Programmer's Reference

Ensure the client configuration has one or more profiles in common with the reference
Ensure the server is running
Ensure the server is configured with one or more profiles
Ensure the server's ORB is available
Ensure at least one of the IOR profiles has a reachable address
Release the reference and obtain a new one
1003 - 1314063339 - MINOR_INITIALIZATION
This minor code occurs in the context of a COMM_FAILURE system exception. This minor code
indicates a failure to initialize the GIOP protocol component of a server. There are several
different protocols (tcp_server, gfs_server, and tsmp_server) with different possible
causes for each one.
tcp_server
If the profile of a direct tcp server contains a tcp_process clause, and the ORB
call to associate itself with that process fails, an event will be generated specifying the
tcp process name (as the ORB sees it). Check that the tcp process name is correct and
that the process is available. (As an example, a direct tcp server might contain the
following profile: use_comm_server = not true.)
If a tcp server's ORB was unable to build the LSD's address from information in the
configuration database, an event will be generated specifying what the ORB found in
error. Use the information in the event to trouble-shoot the LSD.
If a direct tcp server's profile is missing the host_name or port_number clause,
an event will be generated specifying which clause is missing
If a direct tcp server was unable to post a socket listen to its transport provider (also
known as the tcp process), an event will be generated specifying which step in the
listen procedure failed.
If a direct tcp server failed to create or update its
profile@actual_tcp_address entity in the configuration database, an event
will be generated specifying which step in the procedure failed.
gfs_server (Guardian file system)
If a gfs_server has been run without a process name, an event is generated that
notes this error.
tsmp_server
If the profile of a tsmp_server is missing the pathmon or server_class
clause, an event will be generated that specifies which clause is missing.