CORBA 2.6.1 Programmer's Reference

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
Occurs when demarshalling an indirect value and the type has not been previously encountered.
707 - 1314063043 - MINOR_ILLEGAL_REPO_ID
Occurs when demarshalling a value with an invalid repository ID flag field.
709 - 1314063045 - MINOR_NO_REGISTERED_FACTORY
Occurs when demarshalling a value whose factory has not been registered with the ORB.
710 - 1314063046 - MINOR_FACTORY_FAILED
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.
712 - 1314063047 - MINOR_INV_SEL_INX
Occurs in the context of a MARSHAL system exception. This minor code indicates that the
selected_profile_index specified in a GIOP request with an addressing disposition of
ReferenceAddris invalid.
713 - 1314063047 - MINOR_INV_ADDR_DISP
Occurs in the context of a MARSHAL system exception. This minor code indicates that the
addressing disposition specified in a GIOP request was invalid.
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