CORBA 2.6.1 Programmer's Reference

User Action: During Event Service initialization, if an ORB object can not be instantiated, the
service exits posting an "ORB_init failed" message. This message might indicate an environmental
setup problem with the NonStop Corba subsystem.
Naming Service Error Messages (Error numbers
2800 - 2999)
2801 - Could not execute resolve_initial_references successfully
User Action: Internal error, contact your service provider.
2802 - Cannot get Naming Database name from configuration database
User Action: Set the 'DatabaseName' value in the NS@name_service_settings entity.
2803 - Could not create POA ['NamingContextPOA' | 'BindingIteratorPOA']
User Action: Internal error, contact your service provider.
2804 - Could not delete record from Naming database
User Action: When trying to invoke the destroy method on a naming context object, the ORB is
unable to delete the naming context record from the naming database. This error indicates a
possible corruption of the naming database. Purge and reconfigure the naming database.
2805 - Could not initialize Naming database name
User Action: Possible database corruption, purge database and rerun initialization script.
2806 - Could not create Naming Service reference
User Action: Internal error, contact your service provider.
2807 - Could not create Naming Service stringified reference
User Action: Internal error, contact your service provider.
2808 - Cannot save Name Service IOR in config database
User Action: Check that the configuration database file exists and the user has correct access.
2809 - Could not convert string IOR to object
User Action: When trying to resolve a name, the stringified objref does not successfully resolve
to an object with the orb's string_to_object method. This error indicates that the object
reference is no longer a valid object reference. Invoke the rebind method to bind the name to a
new valid object reference.
2810 - Cannot set Servant Manager
User Action: Internal error, contact your service provider.
2811 - Could not activate POA
User Action: Internal error, contact your service provider.
2812 - Could not narrow to PortableServer::POA