CORBA 2.3.3 Programmer's Reference (NonStop CORBA 2.3.7+)
This minor code occurs in the context of a MARSHAL system exception. This minor code indicates
that a demarshalled length value is too large to be legal. Either the buffer is corrupt or the sender
marshalled something different from what is being demarshalled.
704 - 1314063040 - MINOR_NOT_IN_VALUE_DICT: CORBA::MARSHAL
Occurs when demarshalling an indirect value and the type has not been previously encountered.
707 - 1314063043 - MINOR_ILLEGAL_REPO_ID:CORBA::MARSHAL
Occurs when demarshalling a value with an invalid repository ID flag field.
709 - 1314063045 - MINOR_NO_REGISTERED_FACTORY: CORBA::MARSHAL
Occurs when demarshalling a value whose factory has not been registered with the ORB.
710 - 1314063046 - MINOR_FACTORY_FAILED:CORBA::MARSHAL
Occurs whien demarshalling a value and the
CORBA::ValueFactory::create_for_unmarshal method returns a NULL.
711 - 1314063047 - MINOR_INVALID_SERVICE_CONTEXT
Occurs when demarshalling a GIOP service context, but the data length is shorter than the
specified length.
COMM_FAILURE Minor Code Values (Numbers
1000 - 1099)
1000 - 1314063336 - MINOR_BROKEN_CONNECTION
This minor code occurs in the context of a COMM_FAILURE system exception. This exception is
raised in client code when the client is waiting for a server to reply to a request but instead a
communication failure occurs. If the connection is re-established the request may be retried.
1001 - 1314063337 - MINOR_TARGET_UNREACHABLE
This minor code occurs in the context of a COMM_FAILURE system exception. The ORB raises
this exception when the profiles of a remote object reference have been exhausted, meaning all
profiles in the reference have been tried without success.
Suggested actions:
Ensure the reference (IOR) is valid●
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●