1 ;
   2 
   3 ; Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
   4 ; DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 ;
   6 ; This code is free software; you can redistribute it and/or modify it
   7 ; under the terms of the GNU General Public License version 2 only, as
   8 ; published by the Free Software Foundation.  Oracle designates this
   9 ; particular file as subject to the "Classpath" exception as provided
  10 ; by Oracle in the LICENSE file that accompanied this code.
  11 ;
  12 ; This code is distributed in the hope that it will be useful, but WITHOUT
  13 ; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15 ; version 2 for more details (a copy is included in the LICENSE file that
  16 ; accompanied this code).
  17 ;
  18 ; You should have received a copy of the GNU General Public License version
  19 ; 2 along with this work; if not, write to the Free Software Foundation,
  20 ; Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21 ;
  22 ; Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23 ; or visit www.oracle.com if you need additional information or have any
  24 ; questions.
  25 ;
  26 ("com.sun.corba.se.impl.logging" "ORBUtilSystemException" ORBUTIL
  27     (
  28         (BAD_OPERATION 
  29             (ADAPTER_ID_NOT_AVAILABLE 1 WARNING "Adapter ID not available")
  30             (SERVER_ID_NOT_AVAILABLE 2 WARNING "Server ID not available")
  31             (ORB_ID_NOT_AVAILABLE 3 WARNING "ORB ID not available")
  32             (OBJECT_ADAPTER_ID_NOT_AVAILABLE 4 WARNING "Object adapter ID not available")
  33             (CONNECTING_SERVANT 5 WARNING "Error connecting servant")
  34             (EXTRACT_WRONG_TYPE 6 FINE "Expected typecode kind {0} but got typecode kind {1}")
  35             (EXTRACT_WRONG_TYPE_LIST 7 WARNING "Expected typecode kind to be one of {0} but got typecode kind {1}")
  36             (BAD_STRING_BOUNDS 8 WARNING "String length of {0} exceeds bounded string length of {1}")
  37             (INSERT_OBJECT_INCOMPATIBLE 10 WARNING "Tried to insert an object of an incompatible type into an Any for an object reference")
  38             (INSERT_OBJECT_FAILED 11 WARNING "insert_Object call failed on an Any")
  39             (EXTRACT_OBJECT_INCOMPATIBLE 12 WARNING "extract_Object call failed on an Any")
  40             (FIXED_NOT_MATCH 13 WARNING "Fixed type does not match typecode")
  41             (FIXED_BAD_TYPECODE 14 WARNING "Tried to insert Fixed type for non-Fixed typecode")
  42             (SET_EXCEPTION_CALLED_NULL_ARGS 23 WARNING "set_exception(Any) called with null args for DSI ServerRequest")
  43             (SET_EXCEPTION_CALLED_BAD_TYPE 24 WARNING "set_exception(Any) called with a bad (non-exception) type")
  44             (CONTEXT_CALLED_OUT_OF_ORDER 25 WARNING "ctx() called out of order for DSI ServerRequest")
  45             (BAD_ORB_CONFIGURATOR 26 WARNING "ORB configurator class {0} could not be instantiated")
  46             (ORB_CONFIGURATOR_ERROR 27 WARNING "Error in running ORB configurator")
  47             (ORB_DESTROYED 28 WARNING "This ORB instance has been destroyed, so no operations can be performed on it")
  48             (NEGATIVE_BOUNDS 29 WARNING "Negative bound for string TypeCode is illegal")
  49             (EXTRACT_NOT_INITIALIZED 30 WARNING "Called typecode extract on an uninitialized typecode")
  50             (EXTRACT_OBJECT_FAILED 31 WARNING "extract_Object failed on an uninitialized Any")
  51             (METHOD_NOT_FOUND_IN_TIE 32 FINE "Could not find method named {0} in class {1} in reflective Tie")
  52             (CLASS_NOT_FOUND1 33 FINE "ClassNotFoundException while attempting to load preferred stub named {0}")
  53             (CLASS_NOT_FOUND2 34 FINE "ClassNotFoundException while attempting to load alternate stub named {0}")
  54             (CLASS_NOT_FOUND3 35 FINE "ClassNotFoundException while attempting to load interface {0}")
  55             (GET_DELEGATE_SERVANT_NOT_ACTIVE 36 WARNING "POA ServantNotActive exception while trying get an org.omg.CORBA.Portable.Delegate for an org.omg.PortableServer.Servant")
  56             (GET_DELEGATE_WRONG_POLICY 37 WARNING "POA WrongPolicy exception while trying get an org.omg.CORBA.Portable.Delegate for an org.omg.PortableServer.Servant")
  57             (SET_DELEGATE_REQUIRES_STUB 38 FINE "Call to StubAdapter.setDelegate did not pass a stub")
  58             (GET_DELEGATE_REQUIRES_STUB 39 WARNING "Call to StubAdapter.getDelegate did not pass a stub")
  59             (GET_TYPE_IDS_REQUIRES_STUB 40 WARNING "Call to StubAdapter.getTypeIds did not pass a stub")
  60             (GET_ORB_REQUIRES_STUB 41 WARNING "Call to StubAdapter.getORB did not pass a stub")
  61             (CONNECT_REQUIRES_STUB 42 WARNING "Call to StubAdapter.connect did not pass a stub")
  62             (IS_LOCAL_REQUIRES_STUB 43 WARNING "Call to StubAdapter.isLocal did not pass a stub")
  63             (REQUEST_REQUIRES_STUB 44 WARNING "Call to StubAdapter.request did not pass a stub")
  64             (BAD_ACTIVATE_TIE_CALL 45 WARNING "Call to StubAdapter.activateTie did not pass a valid Tie")
  65             )
  66         (BAD_PARAM
  67             (NULL_PARAM 1 WARNING "Null parameter")
  68             (UNABLE_FIND_VALUE_FACTORY 2 FINE "Unable to find value factory")
  69             (ABSTRACT_FROM_NON_ABSTRACT 3 WARNING "Abstract interface derived from non-abstract interface")
  70             (INVALID_TAGGED_PROFILE 4 WARNING "Error in reading IIOP TaggedProfile")
  71             (OBJREF_FROM_FOREIGN_ORB 5 WARNING "Object reference came from foreign ORB")
  72             (LOCAL_OBJECT_NOT_ALLOWED 6 FINE "Local object not allowed")
  73             (NULL_OBJECT_REFERENCE 7 WARNING "null object reference")
  74             (COULD_NOT_LOAD_CLASS 8 WARNING "Could not load class {0}")
  75             (BAD_URL 9 WARNING "Malformed URL {0}")
  76             (FIELD_NOT_FOUND 10 WARNING "Field {0} not found in parser data object")
  77             (ERROR_SETTING_FIELD 11 WARNING "Error in setting field {0} to value {1} in parser data object")
  78             (BOUNDS_ERROR_IN_DII_REQUEST 12 WARNING "Bounds error occurred in DII request")
  79             (PERSISTENT_SERVER_INIT_ERROR 13 WARNING "Initialization error for persistent server")
  80             (COULD_NOT_CREATE_ARRAY 14 WARNING "Could not create array for field {0} with component type {1} and size {2}")
  81             (COULD_NOT_SET_ARRAY 15 WARNING "Could not set array for field {0} at index {1} with component type {2} and size {3} to value {4}")
  82             (ILLEGAL_BOOTSTRAP_OPERATION 16 WARNING "Illegal bootstrap operation {0}")
  83             (BOOTSTRAP_RUNTIME_EXCEPTION 17 WARNING "Runtime Exception during bootstrap operation")
  84             (BOOTSTRAP_EXCEPTION 18 WARNING "Exception during bootstrap operation")
  85             (STRING_EXPECTED 19 WARNING "Expected a string, but argument was not of String type")
  86             (INVALID_TYPECODE_KIND 20 WARNING "{0} does not represent a valid kind of typecode")
  87             (SOCKET_FACTORY_AND_CONTACT_INFO_LIST_AT_SAME_TIME
  88              21 WARNING "cannot have a SocketFactory and a ContactInfoList at the same time")
  89             (ACCEPTORS_AND_LEGACY_SOCKET_FACTORY_AT_SAME_TIME
  90              22 WARNING "cannot have Acceptors and a legacy SocketFactory at the same time")
  91             (BAD_ORB_FOR_SERVANT 
  92              23 WARNING "Reflective POA Servant requires an instance of org.omg.CORBA_2_3.ORB")
  93             (INVALID_REQUEST_PARTITIONING_POLICY_VALUE 24 WARNING 
  94              "Request partitioning value specified, {0}, is outside supported range, {1} - {2}")
  95             (INVALID_REQUEST_PARTITIONING_COMPONENT_VALUE 25 WARNING 
  96              "Could not set request partitioning component value to {0}, valid values are {1} - {2}")
  97             (INVALID_REQUEST_PARTITIONING_ID
  98              26 WARNING "Invalid request partitioning id {0}, valid values are {1} - {2}")
  99             (ERROR_IN_SETTING_DYNAMIC_STUB_FACTORY_FACTORY 
 100              27 FINE "ORBDynamicStubFactoryFactoryClass property had value {0}, which could not be loaded by the ORB ClassLoader" )
 101             )
 102         (BAD_INV_ORDER 
 103             (DSIMETHOD_NOTCALLED 1 WARNING "DSI method not called")
 104             (ARGUMENTS_CALLED_MULTIPLE 2 WARNING "arguments(NVList) called more than once for DSI ServerRequest")
 105             (ARGUMENTS_CALLED_AFTER_EXCEPTION 3 WARNING "arguments(NVList) called after exceptions set for DSI ServerRequest")
 106             (ARGUMENTS_CALLED_NULL_ARGS 4 WARNING "arguments(NVList) called with null args for DSI ServerRequest")
 107             (ARGUMENTS_NOT_CALLED 5 FINE "arguments(NVList) not called for DSI ServerRequest")
 108             (SET_RESULT_CALLED_MULTIPLE 6 WARNING "set_result(Any) called more than once for DSI ServerRequest")
 109             (SET_RESULT_AFTER_EXCEPTION 7 FINE "set_result(Any) called exception was set for DSI ServerRequest")
 110             (SET_RESULT_CALLED_NULL_ARGS 8 WARNING "set_result(Any) called with null args for DSI ServerRequest"))
 111         (BAD_TYPECODE
 112             (BAD_REMOTE_TYPECODE 1 WARNING "Foreign to native typecode conversion constructor should not be called with native typecode")
 113             (UNRESOLVED_RECURSIVE_TYPECODE 2 WARNING "Invoked operation on unresolved recursive TypeCode"))
 114         (COMM_FAILURE 
 115             (CONNECT_FAILURE
 116              1  WARNING "Connection failure: socketType: {0}; hostname: {1}; port: {2}")
 117             (CONNECTION_CLOSE_REBIND
 118              2  WARNING "Connection close: rebind")
 119             (WRITE_ERROR_SEND
 120              3  FINE "Write error sent")
 121             (GET_PROPERTIES_ERROR
 122              4  WARNING "Get properties error")
 123             (BOOTSTRAP_SERVER_NOT_AVAIL
 124              5  WARNING "Bootstrap server is not available")
 125             (INVOKE_ERROR
 126              6  WARNING "Invocation error")
 127             (DEFAULT_CREATE_SERVER_SOCKET_GIVEN_NON_IIOP_CLEAR_TEXT
 128              7 WARNING "DefaultSocketFactory.createServerSocket only handles IIOP_CLEAR_TEXT, given {0}")
 129             (CONNECTION_ABORT
 130              8 FINE "Connection abort")
 131             (CONNECTION_REBIND
 132              9 FINE "Connection rebind")
 133             (RECV_MSG_ERROR
 134              10 WARNING "Received a GIOP MessageError, indicating header corruption or version mismatch")
 135             (IOEXCEPTION_WHEN_READING_CONNECTION
 136              11 FINE "IOException when reading connection")
 137             (SELECTION_KEY_INVALID
 138              12 FINE "SelectionKey invalid on channel, {0}")
 139             (EXCEPTION_IN_ACCEPT
 140              13 FINE "Unexpected {0} in accept")
 141             (SECURITY_EXCEPTION_IN_ACCEPT
 142              14 FINE "Unexpected {0}, has permissions {1}")
 143             (TRANSPORT_READ_TIMEOUT_EXCEEDED
 144              15 WARNING "Read of full message failed : bytes requested = {0} bytes read = {1} max wait time = {2} total time spent waiting = {3}")
 145             (CREATE_LISTENER_FAILED 
 146              16 SEVERE "Unable to create listener thread on the specified port: {0}")
 147             (BUFFER_READ_MANAGER_TIMEOUT
 148              17 WARNING "Timeout while reading data in buffer manager")
 149             )
 150         (DATA_CONVERSION
 151             (BAD_STRINGIFIED_IOR_LEN 1  WARNING "A character did not map to the transmission code set")
 152             (BAD_STRINGIFIED_IOR 2  WARNING "Bad stringified IOR")
 153             (BAD_MODIFIER 3 WARNING "Unable to perform resolve_initial_references due to bad host or port configuration")
 154             (CODESET_INCOMPATIBLE 4 WARNING "Codesets incompatible")
 155             (BAD_HEX_DIGIT 5  WARNING "Illegal hexadecimal digit")
 156             (BAD_UNICODE_PAIR 6 WARNING "Invalid unicode pair detected during code set conversion")
 157             (BTC_RESULT_MORE_THAN_ONE_CHAR 7 WARNING "Tried to convert bytes to a single java char, but conversion yielded more than one Java char (Surrogate pair?)")
 158             (BAD_CODESETS_FROM_CLIENT 8 WARNING "Client sent code set service context that we do not support")
 159             (INVALID_SINGLE_CHAR_CTB 9 WARNING "Char to byte conversion for a CORBA char resulted in more than one byte")
 160             (BAD_GIOP_1_1_CTB 10 WARNING "Character to byte conversion did not exactly double number of chars (GIOP 1.1 only)")
 161             (BAD_SEQUENCE_BOUNDS 12 WARNING "Tried to insert a sequence of length {0} into a bounded sequence of maximum length {1} in an Any")
 162             (ILLEGAL_SOCKET_FACTORY_TYPE 13 WARNING "Class {0} is not a subtype of ORBSocketFactory")
 163             (BAD_CUSTOM_SOCKET_FACTORY 14 WARNING "{0} is not a valid custom socket factory")
 164             (FRAGMENT_SIZE_MINIMUM 15 WARNING "Fragment size {0} is too small: it must be at least {1}")
 165             (FRAGMENT_SIZE_DIV 16 WARNING "Illegal valiue for fragment size ({0}): must be divisible by {1}")
 166             (ORB_INITIALIZER_FAILURE
 167              17 WARNING "Could not instantiate ORBInitializer {0}")
 168             (ORB_INITIALIZER_TYPE
 169              18 WARNING "orb initializer class {0} is not a subtype of ORBInitializer")
 170             (ORB_INITIALREFERENCE_SYNTAX
 171              19 WARNING "Bad syntax for ORBInitialReference")
 172             (ACCEPTOR_INSTANTIATION_FAILURE 
 173              20 WARNING "Could not instantiate Acceptor {0}")
 174             (ACCEPTOR_INSTANTIATION_TYPE_FAILURE 
 175              21 WARNING "Acceptor class {0} is not a subtype of Acceptor")
 176             (ILLEGAL_CONTACT_INFO_LIST_FACTORY_TYPE
 177              22 WARNING "Class {0} is not a subtype of CorbaContactInfoListFactory")
 178             (BAD_CONTACT_INFO_LIST_FACTORY
 179              23 WARNING "{0} is not a valid CorbaContactInfoListFactory")
 180             (ILLEGAL_IOR_TO_SOCKET_INFO_TYPE
 181              24 WARNING "Class {0} is not a subtype of IORToSocketInfo")
 182             (BAD_CUSTOM_IOR_TO_SOCKET_INFO
 183              25 WARNING "{0} is not a valid custom IORToSocketInfo")
 184             (ILLEGAL_IIOP_PRIMARY_TO_CONTACT_INFO_TYPE
 185              26 WARNING "Class {0} is not a subtype of IIOPPrimaryToContactInfo")
 186             (BAD_CUSTOM_IIOP_PRIMARY_TO_CONTACT_INFO
 187              27 WARNING "{0} is not a valid custom IIOPPrimaryToContactInfo")
 188 
 189             )
 190         (INV_OBJREF 
 191             (BAD_CORBALOC_STRING 1  WARNING "Bad corbaloc: URL")
 192             (NO_PROFILE_PRESENT 2  WARNING "No profile in IOR"))
 193         (INITIALIZE 
 194             (CANNOT_CREATE_ORBID_DB  1 WARNING "Cannot create ORB ID datastore")
 195             (CANNOT_READ_ORBID_DB    2 WARNING "Cannot read ORB ID datastore")
 196             (CANNOT_WRITE_ORBID_DB   3 WARNING "Cannot write ORB ID datastore")
 197             (GET_SERVER_PORT_CALLED_BEFORE_ENDPOINTS_INITIALIZED 4 WARNING "legacyGetServerPort called before endpoints initialized")
 198             (PERSISTENT_SERVERPORT_NOT_SET  5 WARNING "Persistent server port is not set")
 199             (PERSISTENT_SERVERID_NOT_SET  6 WARNING "Persistent server ID is not set"))
 200         (INTERNAL 
 201             (NON_EXISTENT_ORBID 1 WARNING "Non-existent ORB ID")
 202             (NO_SERVER_SUBCONTRACT 2  WARNING "No server request dispatcher")
 203             (SERVER_SC_TEMP_SIZE 3  WARNING "server request dispatcher template size error")    
 204             (NO_CLIENT_SC_CLASS 4  WARNING "No client request dispatcher class")        
 205             (SERVER_SC_NO_IIOP_PROFILE 5  WARNING "No IIOP profile in server request dispatcher")       
 206             (GET_SYSTEM_EX_RETURNED_NULL 6 WARNING "getSystemException returned null")
 207             (PEEKSTRING_FAILED 7  WARNING "The repository ID of a user exception had a bad length")
 208             (GET_LOCAL_HOST_FAILED 8  WARNING "Unable to determine local hostname from InetAddress.getLocalHost().getHostName()")
 209             ;; 9 is not used at this time - it is available for reuse.
 210             (BAD_LOCATE_REQUEST_STATUS 10  WARNING "Bad locate request status in IIOP locate reply")
 211             (STRINGIFY_WRITE_ERROR 11  WARNING "Error while stringifying an object reference")
 212             (BAD_GIOP_REQUEST_TYPE 12  WARNING "IIOP message with bad GIOP 1.0 message type")
 213             (ERROR_UNMARSHALING_USEREXC 13  WARNING "Error in unmarshalling user exception")
 214             (RequestDispatcherRegistry_ERROR 14  WARNING "Overflow in RequestDispatcherRegistry")
 215             (LOCATIONFORWARD_ERROR 15  WARNING "Error in processing a LocationForward")
 216             (WRONG_CLIENTSC 16  WARNING "Wrong client request dispatcher")
 217             (BAD_SERVANT_READ_OBJECT 17  WARNING "Bad servant in read_Object")
 218             (MULT_IIOP_PROF_NOT_SUPPORTED 18  WARNING "multiple IIOP profiles not supported")
 219             (GIOP_MAGIC_ERROR 20 WARNING "Error in GIOP magic")
 220             (GIOP_VERSION_ERROR 21 WARNING "Error in GIOP version")
 221             (ILLEGAL_REPLY_STATUS 22 WARNING "Illegal reply status in GIOP reply message")
 222             (ILLEGAL_GIOP_MSG_TYPE 23 WARNING "Illegal GIOP message type")
 223             (FRAGMENTATION_DISALLOWED 24 WARNING "Fragmentation not allowed for this message type")
 224             (BAD_REPLYSTATUS 25  WARNING "Bad status in the IIOP reply message")
 225             (CTB_CONVERTER_FAILURE 26 WARNING "character to byte converter failure")
 226             (BTC_CONVERTER_FAILURE 27 WARNING "byte to character converter failure")
 227             (WCHAR_ARRAY_UNSUPPORTED_ENCODING 28 WARNING "Unsupported wchar encoding: ORB only supports fixed width UTF-16 encoding")
 228             (ILLEGAL_TARGET_ADDRESS_DISPOSITION 29 WARNING "Illegal target address disposition value")    
 229             (NULL_REPLY_IN_GET_ADDR_DISPOSITION 30 WARNING "No reply while attempting to get addressing disposition")
 230             (ORB_TARGET_ADDR_PREFERENCE_IN_EXTRACT_OBJECTKEY_INVALID 31 WARNING "Invalid GIOP target addressing preference")
 231             (INVALID_ISSTREAMED_TCKIND 32 WARNING "Invalid isStreamed TCKind {0}")
 232             (INVALID_JDK1_3_1_PATCH_LEVEL 33 WARNING "Found a JDK 1.3.1 patch level indicator with value less than JDK 1.3.1_01 value of 1")
 233             (SVCCTX_UNMARSHAL_ERROR 34 WARNING "Error unmarshalling service context data")
 234             (NULL_IOR 35  WARNING "null IOR")
 235             (UNSUPPORTED_GIOP_VERSION 36 WARNING "Unsupported GIOP version {0}")
 236             (APPLICATION_EXCEPTION_IN_SPECIAL_METHOD 37 WARNING "Application exception in special method: should not happen")
 237             (STATEMENT_NOT_REACHABLE1 38 WARNING "Assertion failed: statement not reachable (1)")
 238             (STATEMENT_NOT_REACHABLE2 39 WARNING "Assertion failed: statement not reachable (2)")
 239             (STATEMENT_NOT_REACHABLE3 40 WARNING "Assertion failed: statement not reachable (3)")
 240             (STATEMENT_NOT_REACHABLE4 41 FINE "Assertion failed: statement not reachable (4)")
 241             (STATEMENT_NOT_REACHABLE5 42 WARNING "Assertion failed: statement not reachable (5)")
 242             (STATEMENT_NOT_REACHABLE6 43 WARNING "Assertion failed: statement not reachable (6)")
 243             (UNEXPECTED_DII_EXCEPTION 44 WARNING "Unexpected exception while unmarshalling DII user exception")
 244             (METHOD_SHOULD_NOT_BE_CALLED 45 WARNING "This method should never be called")
 245             (CANCEL_NOT_SUPPORTED 46 WARNING "We do not support cancel request for GIOP 1.1")
 246             (EMPTY_STACK_RUN_SERVANT_POST_INVOKE 47 WARNING "Empty stack exception while calling runServantPostInvoke")
 247             (PROBLEM_WITH_EXCEPTION_TYPECODE 48 WARNING "Bad exception typecode")
 248             (ILLEGAL_SUBCONTRACT_ID 49 WARNING "Illegal Subcontract id {0}")
 249             (BAD_SYSTEM_EXCEPTION_IN_LOCATE_REPLY 50 WARNING "Bad system exception in locate reply")
 250             (BAD_SYSTEM_EXCEPTION_IN_REPLY 51 WARNING "Bad system exception in reply")
 251             (BAD_COMPLETION_STATUS_IN_LOCATE_REPLY 52 WARNING "Bad CompletionStatus {0} in locate reply")
 252             (BAD_COMPLETION_STATUS_IN_REPLY 53 WARNING "Bad CompletionStatus {0} in reply")
 253             (BADKIND_CANNOT_OCCUR 54 WARNING "The BadKind exception should never occur here")
 254             (ERROR_RESOLVING_ALIAS 55 WARNING "Could not resolve alias typecode")
 255             (TK_LONG_DOUBLE_NOT_SUPPORTED 56 WARNING "The long double type is not supported in Java")
 256             (TYPECODE_NOT_SUPPORTED 57 WARNING "Illegal typecode kind")
 257             (BOUNDS_CANNOT_OCCUR 59 WARNING "Bounds exception cannot occur in this context")
 258             (NUM_INVOCATIONS_ALREADY_ZERO 61 WARNING "Number of invocations is already zero, but another invocation has completed")
 259             (ERROR_INIT_BADSERVERIDHANDLER 62 WARNING "Error in constructing instance of bad server ID handler")
 260             (NO_TOA 63 WARNING "No TOAFactory is availble")
 261             (NO_POA 64 WARNING "No POAFactory is availble")
 262             (INVOCATION_INFO_STACK_EMPTY 65 WARNING "Invocation info stack is unexpectedly empty")
 263             (BAD_CODE_SET_STRING 66 WARNING "Empty or null code set string")
 264             (UNKNOWN_NATIVE_CODESET 67 WARNING "Unknown native codeset: {0}")
 265             (UNKNOWN_CONVERSION_CODE_SET 68 WARNING "Unknown conversion codset: {0}")
 266             (INVALID_CODE_SET_NUMBER 69 WARNING "Invalid codeset number")
 267             (INVALID_CODE_SET_STRING 70 WARNING "Invalid codeset string {0}")
 268             (INVALID_CTB_CONVERTER_NAME 71 WARNING "Invalid CTB converter {0}")
 269             (INVALID_BTC_CONVERTER_NAME 72 WARNING "Invalid BTC converter {0}")
 270             (COULD_NOT_DUPLICATE_CDR_INPUT_STREAM 73 WARNING "Could not duplicate CDRInputStream")
 271             (BOOTSTRAP_APPLICATION_EXCEPTION 74 WARNING "BootstrapResolver caught an unexpected ApplicationException")
 272             (DUPLICATE_INDIRECTION_OFFSET 75 WARNING "Old entry in serialization indirection table has a different value than the value being added with the same key")
 273             (BAD_MESSAGE_TYPE_FOR_CANCEL 76 WARNING "GIOP Cancel request contained a bad request ID: the request ID did not match the request that was to be cancelled")
 274             (DUPLICATE_EXCEPTION_DETAIL_MESSAGE 77 WARNING "Duplicate ExceptionDetailMessage")
 275             (BAD_EXCEPTION_DETAIL_MESSAGE_SERVICE_CONTEXT_TYPE 78 WARNING "Bad ExceptionDetailMessage ServiceContext type")
 276             (UNEXPECTED_DIRECT_BYTE_BUFFER_WITH_NON_CHANNEL_SOCKET 79 WARNING "unexpected direct ByteBuffer with non-channel socket")
 277             (UNEXPECTED_NON_DIRECT_BYTE_BUFFER_WITH_CHANNEL_SOCKET 80 WARNING "unexpected non-direct ByteBuffer with channel socket")
 278             (INVALID_CONTACT_INFO_LIST_ITERATOR_FAILURE_EXCEPTION 82 WARNING "There should be at least one CorbaContactInfo to try (and fail) so this error should not be seen.")
 279             (REMARSHAL_WITH_NOWHERE_TO_GO 83 WARNING "Remarshal with nowhere to go")
 280             (EXCEPTION_WHEN_SENDING_CLOSE_CONNECTION 84 WARNING "Exception when sending close connection")
 281             (INVOCATION_ERROR_IN_REFLECTIVE_TIE 85 WARNING "A reflective tie got an error while invoking method {0} on class {1}")
 282             (BAD_HELPER_WRITE_METHOD 86 WARNING "Could not find or invoke write method on exception Helper class {0}")
 283             (BAD_HELPER_READ_METHOD 87 WARNING "Could not find or invoke read method on exception Helper class {0}")
 284             (BAD_HELPER_ID_METHOD 88 WARNING "Could not find or invoke id method on exception Helper class {0}")
 285             (WRITE_UNDECLARED_EXCEPTION 89 WARNING "Tried to write exception of type {0} that was not declared on method")
 286             (READ_UNDECLARED_EXCEPTION 90 WARNING "Tried to read undeclared exception with ID {0}")
 287             (UNABLE_TO_SET_SOCKET_FACTORY_ORB 91 WARNING "Unable to setSocketFactoryORB")
 288             (UNEXPECTED_EXCEPTION 92 WARNING "Unexpected exception occurred where no exception should occur")
 289             (NO_INVOCATION_HANDLER 93 WARNING "No invocation handler available for {0}")
 290             (INVALID_BUFF_MGR_STRATEGY 94 WARNING "{0}: invalid buffer manager strategy for Java serialization")
 291             (JAVA_STREAM_INIT_FAILED 95 WARNING "Java stream initialization failed")
 292             (DUPLICATE_ORB_VERSION_SERVICE_CONTEXT 96 WARNING "An ORBVersionServiceContext was already in the service context list")
 293             (DUPLICATE_SENDING_CONTEXT_SERVICE_CONTEXT 97 WARNING "A SendingContextServiceContext was already in the service context list")
 294             )
 295         (MARSHAL 
 296             (CHUNK_OVERFLOW 1 WARNING "Data read past end of chunk without closing the chunk")
 297             (UNEXPECTED_EOF 2 WARNING "Grow buffer strategy called underflow handler")
 298             (READ_OBJECT_EXCEPTION 3  WARNING "Error in reading marshalled object")
 299             (CHARACTER_OUTOFRANGE 4  WARNING "Character not IOS Latin-1 compliant in marshalling")
 300             (DSI_RESULT_EXCEPTION 5  WARNING "Exception thrown during result() on ServerRequest")
 301             (IIOPINPUTSTREAM_GROW 6  WARNING "grow() called on IIOPInputStream")
 302             (END_OF_STREAM 7 FINE "Underflow in BufferManagerReadStream after last fragment in message")
 303             (INVALID_OBJECT_KEY 8 WARNING "Invalid ObjectKey in request header")
 304             (MALFORMED_URL 9 WARNING "Unable to locate value class for repository ID {0} because codebase URL {1] is malformed")
 305             (VALUEHANDLER_READ_ERROR 10 WARNING "Error from readValue on ValueHandler in CDRInputStream")
 306             (VALUEHANDLER_READ_EXCEPTION 11 WARNING "Exception from readValue on ValueHandler in CDRInputStream")
 307             (BAD_KIND 12 WARNING "Bad kind in isCustomType in CDRInputStream")
 308             (CNFE_READ_CLASS 13 WARNING "Could not find class {0} in CDRInputStream.readClass")
 309             (BAD_REP_ID_INDIRECTION 14 WARNING "Bad repository ID indirection at index {0}")
 310             (BAD_CODEBASE_INDIRECTION 15 WARNING "Bad codebase string indirection at index {0}")
 311             (UNKNOWN_CODESET 16 WARNING "Unknown code set {0} specified by client ORB as a negotiated code set")
 312             (WCHAR_DATA_IN_GIOP_1_0 17 WARNING "Attempt to marshal wide character or string data in GIOP 1.0")
 313             (NEGATIVE_STRING_LENGTH 18 WARNING "String or wstring with a negative length {0}")
 314             (EXPECTED_TYPE_NULL_AND_NO_REP_ID 19 WARNING "CDRInputStream.read_value(null) called, but no repository ID information on the wire")
 315             (READ_VALUE_AND_NO_REP_ID 20 WARNING "CDRInputStream.read_value() called, but no repository ID information on the wire")
 316             (UNEXPECTED_ENCLOSING_VALUETYPE 22 WARNING "Received end tag {0}, which is less than the expected value {1}")
 317             (POSITIVE_END_TAG 23 WARNING "Read non-negative end tag {0} at offset {1} (end tags should always be negative)")
 318             (NULL_OUT_CALL 24 WARNING "Out call descriptor is missing")
 319             (WRITE_LOCAL_OBJECT 25 WARNING "write_Object called with a local object")
 320             (BAD_INSERTOBJ_PARAM 26 WARNING "Tried to insert non-ObjectImpl {0} into an Any via insert_Object")
 321             (CUSTOM_WRAPPER_WITH_CODEBASE 27 WARNING "Codebase present in RMI-IIOP stream format version 1 optional data valuetype header")
 322             (CUSTOM_WRAPPER_INDIRECTION 28 WARNING "Indirection preseint in RMI-IIOP stream format version 2 optional data valuetype header")
 323             (CUSTOM_WRAPPER_NOT_SINGLE_REPID 29 WARNING "0 or more than one repository ID found reading the optional data valuetype header")
 324             (BAD_VALUE_TAG 30 WARNING "Bad valuetag {0} found while reading repository IDs")
 325             (BAD_TYPECODE_FOR_CUSTOM_VALUE 31 WARNING "Bad typecode found for custom valuetype")
 326             (ERROR_INVOKING_HELPER_WRITE 32 WARNING "An error occurred using reflection to invoke IDL Helper write method")
 327             (BAD_DIGIT_IN_FIXED 33 WARNING "A bad digit was found while marshalling an IDL fixed type")
 328             (REF_TYPE_INDIR_TYPE 34 WARNING "Referenced type of indirect type not marshaled")
 329             (BAD_RESERVED_LENGTH 35 WARNING "Request message reserved bytes has invalid length")
 330             (NULL_NOT_ALLOWED 36 WARNING "A null object is not allowed here")
 331             (UNION_DISCRIMINATOR_ERROR 38 WARNING "Error in typecode union discriminator")
 332             (CANNOT_MARSHAL_NATIVE 39 WARNING "Cannot marshal a native TypeCode")
 333             (CANNOT_MARSHAL_BAD_TCKIND 40 WARNING "Cannot marshal an invalid TypeCode kind")
 334             (INVALID_INDIRECTION 41 WARNING "Invalid indirection value {0} (>-4): probable stream corruption")
 335             (INDIRECTION_NOT_FOUND 42 FINE "No type found at indirection {0}: probably stream corruption")
 336             (RECURSIVE_TYPECODE_ERROR 43 WARNING "Recursive TypeCode not supported by InputStream subtype")
 337             (INVALID_SIMPLE_TYPECODE 44 WARNING "TypeCode is of wrong kind to be simple")
 338             (INVALID_COMPLEX_TYPECODE 45 WARNING "TypeCode is of wrong kind to be complex")
 339             (INVALID_TYPECODE_KIND_MARSHAL 46 WARNING "Cannot marshal typecode of invalid kind")
 340             (UNEXPECTED_UNION_DEFAULT 47 WARNING "Default union branch not expected") 
 341             (ILLEGAL_UNION_DISCRIMINATOR_TYPE 48 WARNING "Illegal discriminator type in union")
 342             (COULD_NOT_SKIP_BYTES 49 WARNING "Could not skip over {0} bytes at offset {1}")
 343             (BAD_CHUNK_LENGTH 50 WARNING "Incorrect chunk length {0} at offset {1}")
 344             (UNABLE_TO_LOCATE_REP_ID_ARRAY 51 WARNING "Unable to locate array of repository IDs from indirection {0}")
 345             (BAD_FIXED 52 WARNING "Fixed of length {0} in buffer of length {1}")
 346             (READ_OBJECT_LOAD_CLASS_FAILURE 53 WARNING "Failed to load stub for {0} with class {1}")
 347             (COULD_NOT_INSTANTIATE_HELPER 54 WARNING "Could not instantiate Helper class {0}")
 348             (BAD_TOA_OAID 55 WARNING "Bad ObjectAdapterId for TOA")
 349             (COULD_NOT_INVOKE_HELPER_READ_METHOD 56 WARNING "Could not invoke helper read method for helper {0}")
 350             (COULD_NOT_FIND_CLASS 57 WARNING "Could not find class")            
 351             (BAD_ARGUMENTS_NVLIST 58 FINE "Error in arguments(NVList) for DSI ServerRequest")
 352             (STUB_CREATE_ERROR 59 FINE "Could not create stub")
 353             (JAVA_SERIALIZATION_EXCEPTION 60 WARNING "Java serialization exception during {0} operation"))
 354         (NO_IMPLEMENT
 355             (GENERIC_NO_IMPL 1  FINE "feature not implemented")
 356             (CONTEXT_NOT_IMPLEMENTED 2  FINE "IDL request context is not implemented") 
 357             (GETINTERFACE_NOT_IMPLEMENTED 3  FINE "getInterface() is not implemented")
 358             (SEND_DEFERRED_NOTIMPLEMENTED 4  FINE "send deferred is not implemented")
 359             (LONG_DOUBLE_NOT_IMPLEMENTED 5 FINE "IDL type long double is not supported in Java"))
 360         (OBJ_ADAPTER 
 361             (NO_SERVER_SC_IN_DISPATCH 1  WARNING "No server request dispatcher found when dispatching request to object adapter")
 362             (ORB_CONNECT_ERROR 2  WARNING "Error in connecting servant to ORB")
 363             (ADAPTER_INACTIVE_IN_ACTIVATION 3 FINE "StubAdapter.getDelegate failed to activate a Servant"))
 364         (OBJECT_NOT_EXIST
 365             (LOCATE_UNKNOWN_OBJECT 1  WARNING "Locate response indicated that the object was unknown") 
 366             (BAD_SERVER_ID 2  FINE "The server ID in the target object key does not match the server key expected by the server") 
 367             (BAD_SKELETON 3  WARNING "No skeleton found in the server that matches the target object key") 
 368             (SERVANT_NOT_FOUND 4  WARNING "Servant not found") 
 369             (NO_OBJECT_ADAPTER_FACTORY 5 WARNING "No object adapter factory")
 370             (BAD_ADAPTER_ID 6  WARNING "Bad adapter ID")
 371             (DYN_ANY_DESTROYED 7 WARNING "Dynamic Any was destroyed: all operations are invalid"))
 372         (TRANSIENT
 373             (REQUEST_CANCELED 1 WARNING "Request cancelled by exception"))
 374         (UNKNOWN 
 375             (UNKNOWN_CORBA_EXC 1  WARNING "Unknown user exception while unmarshalling")
 376             (RUNTIMEEXCEPTION 2  WARNING "Unknown user exception thrown by the server")
 377             (UNKNOWN_SERVER_ERROR 3  WARNING "Unknown exception or error thrown by the ORB or application")
 378             (UNKNOWN_DSI_SYSEX 4 WARNING "Error while marshalling SystemException after DSI-based invocation")
 379             (UNKNOWN_SYSEX 5 WARNING "Error while unmarshalling SystemException")
 380             (WRONG_INTERFACE_DEF 6 WARNING "InterfaceDef object of wrong type returned by server")
 381             (NO_INTERFACE_DEF_STUB 7 WARNING "org.omg.CORBA._InterfaceDefStub class not available")
 382             (UNKNOWN_EXCEPTION_IN_DISPATCH 9 FINE "UnknownException in dispatch"))))