CORBA 2.3.3 Programmer's Reference (NonStop CORBA 2.3.7+)
1613 - Expected null for object key name
User Action: This error is generated when a POA is creating an object reference if the proxy's
object key is not null.
1614 - GIOP Proxy marshalling 0 profiles
User Action: This error occurs during the marshalling of an object reference, either as part of
object_to_string or generating the response data for an out param or result, and there
are no protocols enabled. Verify that the profile used with the process is present in the
configuration database. Verify that the configured profile contains at least one server protocol
(such as tcp_server, tsmp_server, or fs_server).
1615 - GIOP Proxy demarshal - 0 profiles!
User Action: This error occurs during the demarshalling of an object reference, either as part of
string_to_object or demarshalling param or return value, if the reference contains zero
profiles. Verify that the application that generated the reference is run with a valid profile. Verify
that the application that generated the reference has at least one server protocol (such as
tcp_server, tsmp_server, or fs_server) configured.
1618 - Object key error. Bad system name name
User Action: This error occurs during the demarshalling of an fs or tsmp profile if the system
name is too long. Verify that the reference has a valid system name using showior. If it is a file
system profile, or a tsmp profile where the configured pathmon value does not contain a system
name, the name has been generated for you; contact your service provider.
1619 - Object key error. Bad pathmon name name
User Action: This error occurs during demarshalling of a tsmp profile if the pathmon name is too
long. Verify that the referenced application's profile@ORB{pathmon} value is correct.
1620 - Object key error. Bad server class name name
User Action: This error occurs during the demarshalling of a tsmp profile if the server class name
is too long. Verify that the referenced application's profile@ORB{server_class} value is
correct
1621 - Configuration error. No pathmon for profile name
User Action: This error occurs during tsmp_server initialization if the
profile@ORB{pathmon} key-value is not found. Verify that profile@ORB is correct in the
configuration database.
1622 - Configuration error. No server class for profile name
User Action: This error occurs during tsmp_server initialization if the
profile@ORB{server_class} key/value is not found. Verify that profile@ORB is
correct in the configuration database.
1623 - Object key error. Bad process name name
User Action: This error occurs during the demarshalling of a file system profile if the process