CORBA 2.6.1 Programmer's Reference

the client sending the request is a not a NonStop CORBA ORB and the client is trying to invoke a
method on a CORBA object that NonStop CORBA currently does not support. Turn POA tracing
on (environment variable NSDOM_CFG_TRACE_POA) to see the name of the operation that is
having a problem
613 - 1314062949 - MINOR_POA_DESTROYED
This minor code occurs in the context of an OBJECT_NOT_EXIST system exception. If this
occurs in response to any call on a POA, it indicates that the POA upon which the call was made
has been destroyed. The application should release the POA reference. Subsequent operations on
that POA are illegal; continuing operations are still possible within the application by re-creating a
new POA with the same properties as the one that was destroyed (that is, same name, same
policies, same parent).
614 - 1314062950 - MINOR_BAD_VALUE
This minor code occurs in the context of a BAD_PARAM system exception. This minor code
indicates that a call to PortableServer::ObjectId_to_string( ) or
string_to_ObjectId( ) failed because of illegal data. The input to
ObjectId_to_string( ) must not contain null characters. The operation
string_to_ObjectId( ) raises this exception if the ObjectId parameter contains nulls,
because, although legal for an object identifier, such values cannot be represented in a string.
615 - 1314062951 - MINOR_TOO_MANY_POLICIES
This minor code occurs in the context of a BAD_PARAM system exception. This minor code occurs
when a user calls PortableServer::create_POA( ) with a set of policies that contains
too many policy members. Each policy may be present in the list just once (or not at all).
Marshal Minor Code Values (Numbers 700 - 799)
700 - 1314063036 - MINOR_LOCALITY_CONSTRAINED
This minor code occurs in the context of a MARSHAL system exception. This minor code indicates
that the user tried to marshal a locality constrained object, such as a POA object. Such objects
cannot be returned to clients as they are defined only to exist within a single process and are not
accessible via other processes.
701 - 1314063037 - MINOR_NO_OBJECT_KEY
This minor code occurs in the context of a MARSHAL system exception. This minor code indicates
that the user tried to marshal an object which has not been given an object key, typically because it
has not been activated by a POA.
702 - 1314063038 - MINOR_INVALID_IOR
This minor code occurs in the context of a MARSHAL system exception. This minor code indicates
that an IOR received in a GIOP message result or parameter was found to be invalid.
703 - 1314063039 - MINOR_INVALID_LENGTH
This minor code occurs in the context of a MARSHAL system exception. This minor code indicates