CORBA 2.6.1 Programmer's Reference

had been previously assigned to an outstanding GIOP Request message. The user may have
corrupted the request ID. Another (highly unlikely) scenario is that the request id value (a long
data type) wrapped around (was reissued) during the time period that the preceding request was
outstanding.
530 - 1314062866 - MINOR_ROOT_NC_NOT_FOUND
This minor code indicates an error in the NonStop CORBA configuration database. A call to
org.omg.CORBA.ORG.resolve_initial_references( ) cannot successfully open
the RootNamingContextIORFile file referred to in the configuration database.
531 - 1314062867 - MINOR_INVALID_NAME
This minor code occurs in the context of an INV_OBJREF system exception. An attempt was
made to open a _classServantRef.class that could not be either opened or found. Ensure
that all IDL-generated classes are referenced in the $CLASSPATH variable.
532 - 1314062868 - MINOR_NULL
This minor code occurs in the context of a BAD_PARAM system exception. That type of system
exception happens when input parameters have a NULL input value. Reissue the call after
providing valid input for all input parameters.
533 - 1314062869 - MINOR_NOT_IOR
This minor code occurs in the context of a NO_IMPLEMENT system exception. This minor code is
returned by CORBA::Object::_get_implementation( ), indicating that this function is
not implemented.
This can happen, for example, if:
The string did not begin with "IOR:"
The string did not contain properly encoded characters
The ORB was unable to demarshal the decoded string
534 - 1314062870 - MINOR_NO_IMPLEMENTATION_REPOSITORY
This minor code occurs in the context of a NO_IMPLEMENT system exception. This minor code is
returned by CORBA::Object::_get_implementation( ), indicating that the function is
not implemented.
Portable Object Adapter (POA) Minor Code Values
(Numbers 600 - 699)
When a system exception is raised by an operation under the POA's management, the POA provides a
minor code with the exception to give a more precise context to detail the system exception.
600 - 1314062936 - MINOR_BAD_OBJECT_ID
This minor code occurs in the context of a BAD_PARAM system exception. Thrown from