CORBA 2.6.1 Programmer's Reference

In addition, this minor code can be generated if you call set_result( ) without having
previously called ctx( ) when the operation IDL contains a context expression.
1908 - 1314064244 - MINOR_NOT_AN_EXCEPTION
This minor code occurs in the context of a BAD_PARAM system exception. In normal DSI
processing, the user can indicate that an exception is to be returned to the client by calling
set_exception( ). The Any passed to set_exception( ) must contain either a system
exception or a user-defined exception, as specified in the raises( ) expression of the invoked
operation's IDL definition. This minor code is generated if an Any is passed that does not contain a
valid exception.
1909 - 1314064245 - MINOR_ARGS_TWICE
This minor code occurs in the context of a BAD_INV_ORDER system exception. If arguments(
) or set_exception( ) has been called, calling arguments( ) again on the same
ServerRequest will result in the generation of this minor code. Note that calling
set_exception( ) obviates the need to call arguments( ).
1910 - 1314064246 - MINOR_ARGS_AFTER_EX
This minor code occurs in the context of a BAD_INV_ORDER system exception. In a normal DSI
scenario, the arguments( ) operation of the ServerRequest pseudo object must be called
exactly once. However, arguments( ) may only be called if no exception has been processed
by a call to set_exception( ). This minor code is generated if arguments( ) is called
after there has been a call to set_exception( ).
1911 - 1314064247 - MINOR_ARGS_NOT_CALLED
This minor code occurs in the context of a BAD_INV_ORDER system exception. In a normal DSI
scenario, the arguments( ) operation of the SeverRequest pseudo object must be called once
(unless the client makes a call to the set_exception( ) operation). Such a call must be made
even if the operation signature contains no parameters. This minor code is generated if
arguments( ) is not called.
1912 - 1314064248 - MINOR_SET_EX_TWICE
This minor code occurs in the context of a BAD_INV_ORDER system exception. In a normal DSI
scenario, the user may indicate that an exception is to be returned to the client by calling
set_exception( ). This occurs if the set_exception( ) operation is called more than
once during a single DSI method invocation.
Interoperable Location Service Daemon (ILSD)
Minor Code Values (Numbers 2000-2099)
2000 - 1314064336 - MINOR_CORBALOC_NOT_FOUND
An ILSD can not find the URL file with the prescribed address relative to its configured
url_path.
2001 - 1314064337 - MINOR_CORBALOC_TOO_BIG