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