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