File: ORBUtilSystemException.resource

package info (click to toggle)
openjdk-7 7u3-2.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 86,496 kB
  • sloc: java: 170,904; cpp: 6,334; sh: 4,232; makefile: 3,798; ansic: 1,334; python: 310; asm: 83; perl: 65
file content (298 lines) | stat: -rw-r--r-- 31,759 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
ORBUTIL.adapterIdNotAvailable="IOP01210201: (BAD_OPERATION) Adapter ID not available"
ORBUTIL.serverIdNotAvailable="IOP01210202: (BAD_OPERATION) Server ID not available"
ORBUTIL.orbIdNotAvailable="IOP01210203: (BAD_OPERATION) ORB ID not available"
ORBUTIL.objectAdapterIdNotAvailable="IOP01210204: (BAD_OPERATION) Object adapter ID not available"
ORBUTIL.connectingServant="IOP01210205: (BAD_OPERATION) Error connecting servant"
ORBUTIL.extractWrongType="IOP01210206: (BAD_OPERATION) Expected typecode kind {0} but got typecode kind {1}"
ORBUTIL.extractWrongTypeList="IOP01210207: (BAD_OPERATION) Expected typecode kind to be one of {0} but got typecode kind {1}"
ORBUTIL.badStringBounds="IOP01210208: (BAD_OPERATION) String length of {0} exceeds bounded string length of {1}"
ORBUTIL.insertObjectIncompatible="IOP01210210: (BAD_OPERATION) Tried to insert an object of an incompatible type into an Any for an object reference"
ORBUTIL.insertObjectFailed="IOP01210211: (BAD_OPERATION) insert_Object call failed on an Any"
ORBUTIL.extractObjectIncompatible="IOP01210212: (BAD_OPERATION) extract_Object call failed on an Any"
ORBUTIL.fixedNotMatch="IOP01210213: (BAD_OPERATION) Fixed type does not match typecode"
ORBUTIL.fixedBadTypecode="IOP01210214: (BAD_OPERATION) Tried to insert Fixed type for non-Fixed typecode"
ORBUTIL.setExceptionCalledNullArgs="IOP01210223: (BAD_OPERATION) set_exception(Any) called with null args for DSI ServerRequest"
ORBUTIL.setExceptionCalledBadType="IOP01210224: (BAD_OPERATION) set_exception(Any) called with a bad (non-exception) type"
ORBUTIL.contextCalledOutOfOrder="IOP01210225: (BAD_OPERATION) ctx() called out of order for DSI ServerRequest"
ORBUTIL.badOrbConfigurator="IOP01210226: (BAD_OPERATION) ORB configurator class {0} could not be instantiated"
ORBUTIL.orbConfiguratorError="IOP01210227: (BAD_OPERATION) Error in running ORB configurator"
ORBUTIL.orbDestroyed="IOP01210228: (BAD_OPERATION) This ORB instance has been destroyed, so no operations can be performed on it"
ORBUTIL.negativeBounds="IOP01210229: (BAD_OPERATION) Negative bound for string TypeCode is illegal"
ORBUTIL.extractNotInitialized="IOP01210230: (BAD_OPERATION) Called typecode extract on an uninitialized typecode"
ORBUTIL.extractObjectFailed="IOP01210231: (BAD_OPERATION) extract_Object failed on an uninitialized Any"
ORBUTIL.methodNotFoundInTie="IOP01210232: (BAD_OPERATION) Could not find method named {0} in class {1} in reflective Tie"
ORBUTIL.classNotFound1="IOP01210233: (BAD_OPERATION) ClassNotFoundException while attempting to load preferred stub named {0}"
ORBUTIL.classNotFound2="IOP01210234: (BAD_OPERATION) ClassNotFoundException while attempting to load alternate stub named {0}"
ORBUTIL.classNotFound3="IOP01210235: (BAD_OPERATION) ClassNotFoundException while attempting to load interface {0}"
ORBUTIL.getDelegateServantNotActive="IOP01210236: (BAD_OPERATION) POA ServantNotActive exception while trying get an org.omg.CORBA.Portable.Delegate for an org.omg.PortableServer.Servant"
ORBUTIL.getDelegateWrongPolicy="IOP01210237: (BAD_OPERATION) POA WrongPolicy exception while trying get an org.omg.CORBA.Portable.Delegate for an org.omg.PortableServer.Servant"
ORBUTIL.setDelegateRequiresStub="IOP01210238: (BAD_OPERATION) Call to StubAdapter.setDelegate did not pass a stub"
ORBUTIL.getDelegateRequiresStub="IOP01210239: (BAD_OPERATION) Call to StubAdapter.getDelegate did not pass a stub"
ORBUTIL.getTypeIdsRequiresStub="IOP01210240: (BAD_OPERATION) Call to StubAdapter.getTypeIds did not pass a stub"
ORBUTIL.getOrbRequiresStub="IOP01210241: (BAD_OPERATION) Call to StubAdapter.getORB did not pass a stub"
ORBUTIL.connectRequiresStub="IOP01210242: (BAD_OPERATION) Call to StubAdapter.connect did not pass a stub"
ORBUTIL.isLocalRequiresStub="IOP01210243: (BAD_OPERATION) Call to StubAdapter.isLocal did not pass a stub"
ORBUTIL.requestRequiresStub="IOP01210244: (BAD_OPERATION) Call to StubAdapter.request did not pass a stub"
ORBUTIL.badActivateTieCall="IOP01210245: (BAD_OPERATION) Call to StubAdapter.activateTie did not pass a valid Tie"
ORBUTIL.nullParam="IOP00110201: (BAD_PARAM) Null parameter"
ORBUTIL.unableFindValueFactory="IOP00110202: (BAD_PARAM) Unable to find value factory"
ORBUTIL.abstractFromNonAbstract="IOP00110203: (BAD_PARAM) Abstract interface derived from non-abstract interface"
ORBUTIL.invalidTaggedProfile="IOP00110204: (BAD_PARAM) Error in reading IIOP TaggedProfile"
ORBUTIL.objrefFromForeignOrb="IOP00110205: (BAD_PARAM) Object reference came from foreign ORB"
ORBUTIL.localObjectNotAllowed="IOP00110206: (BAD_PARAM) Local object not allowed"
ORBUTIL.nullObjectReference="IOP00110207: (BAD_PARAM) null object reference"
ORBUTIL.couldNotLoadClass="IOP00110208: (BAD_PARAM) Could not load class {0}"
ORBUTIL.badUrl="IOP00110209: (BAD_PARAM) Malformed URL {0}"
ORBUTIL.fieldNotFound="IOP00110210: (BAD_PARAM) Field {0} not found in parser data object"
ORBUTIL.errorSettingField="IOP00110211: (BAD_PARAM) Error in setting field {0} to value {1} in parser data object"
ORBUTIL.boundsErrorInDiiRequest="IOP00110212: (BAD_PARAM) Bounds error occurred in DII request"
ORBUTIL.persistentServerInitError="IOP00110213: (BAD_PARAM) Initialization error for persistent server"
ORBUTIL.couldNotCreateArray="IOP00110214: (BAD_PARAM) Could not create array for field {0} with component type {1} and size {2}"
ORBUTIL.couldNotSetArray="IOP00110215: (BAD_PARAM) Could not set array for field {0} at index {1} with component type {2} and size {3} to value {4}"
ORBUTIL.illegalBootstrapOperation="IOP00110216: (BAD_PARAM) Illegal bootstrap operation {0}"
ORBUTIL.bootstrapRuntimeException="IOP00110217: (BAD_PARAM) Runtime Exception during bootstrap operation"
ORBUTIL.bootstrapException="IOP00110218: (BAD_PARAM) Exception during bootstrap operation"
ORBUTIL.stringExpected="IOP00110219: (BAD_PARAM) Expected a string, but argument was not of String type"
ORBUTIL.invalidTypecodeKind="IOP00110220: (BAD_PARAM) {0} does not represent a valid kind of typecode"
ORBUTIL.socketFactoryAndContactInfoListAtSameTime="IOP00110221: (BAD_PARAM) cannot have a SocketFactory and a ContactInfoList at the same time"
ORBUTIL.acceptorsAndLegacySocketFactoryAtSameTime="IOP00110222: (BAD_PARAM) cannot have Acceptors and a legacy SocketFactory at the same time"
ORBUTIL.badOrbForServant="IOP00110223: (BAD_PARAM) Reflective POA Servant requires an instance of org.omg.CORBA_2_3.ORB"
ORBUTIL.invalidRequestPartitioningPolicyValue="IOP00110224: (BAD_PARAM) Request partitioning value specified, {0}, is outside supported range, {1} - {2}"
ORBUTIL.invalidRequestPartitioningComponentValue="IOP00110225: (BAD_PARAM) Could not set request partitioning component value to {0}, valid values are {1} - {2}"
ORBUTIL.invalidRequestPartitioningId="IOP00110226: (BAD_PARAM) Invalid request partitioning id {0}, valid values are {1} - {2}"
ORBUTIL.errorInSettingDynamicStubFactoryFactory="IOP00110227: (BAD_PARAM) ORBDynamicStubFactoryFactoryClass property had value {0}, which could not be loaded by the ORB ClassLoader"
ORBUTIL.dsimethodNotcalled="IOP01610201: (BAD_INV_ORDER) DSI method not called"
ORBUTIL.argumentsCalledMultiple="IOP01610202: (BAD_INV_ORDER) arguments(NVList) called more than once for DSI ServerRequest"
ORBUTIL.argumentsCalledAfterException="IOP01610203: (BAD_INV_ORDER) arguments(NVList) called after exceptions set for DSI ServerRequest"
ORBUTIL.argumentsCalledNullArgs="IOP01610204: (BAD_INV_ORDER) arguments(NVList) called with null args for DSI ServerRequest"
ORBUTIL.argumentsNotCalled="IOP01610205: (BAD_INV_ORDER) arguments(NVList) not called for DSI ServerRequest"
ORBUTIL.setResultCalledMultiple="IOP01610206: (BAD_INV_ORDER) set_result(Any) called more than once for DSI ServerRequest"
ORBUTIL.setResultAfterException="IOP01610207: (BAD_INV_ORDER) set_result(Any) called exception was set for DSI ServerRequest"
ORBUTIL.setResultCalledNullArgs="IOP01610208: (BAD_INV_ORDER) set_result(Any) called with null args for DSI ServerRequest"
ORBUTIL.badRemoteTypecode="IOP01110201: (BAD_TYPECODE) Foreign to native typecode conversion constructor should not be called with native typecode"
ORBUTIL.unresolvedRecursiveTypecode="IOP01110202: (BAD_TYPECODE) Invoked operation on unresolved recursive TypeCode"
ORBUTIL.connectFailure="IOP00410201: (COMM_FAILURE) Connection failure: socketType: {0}; hostname: {1}; port: {2}"
ORBUTIL.connectionCloseRebind="IOP00410202: (COMM_FAILURE) Connection close: rebind"
ORBUTIL.writeErrorSend="IOP00410203: (COMM_FAILURE) Write error sent"
ORBUTIL.getPropertiesError="IOP00410204: (COMM_FAILURE) Get properties error"
ORBUTIL.bootstrapServerNotAvail="IOP00410205: (COMM_FAILURE) Bootstrap server is not available"
ORBUTIL.invokeError="IOP00410206: (COMM_FAILURE) Invocation error"
ORBUTIL.defaultCreateServerSocketGivenNonIiopClearText="IOP00410207: (COMM_FAILURE) DefaultSocketFactory.createServerSocket only handles IIOP_CLEAR_TEXT, given {0}"
ORBUTIL.connectionAbort="IOP00410208: (COMM_FAILURE) Connection abort"
ORBUTIL.connectionRebind="IOP00410209: (COMM_FAILURE) Connection rebind"
ORBUTIL.recvMsgError="IOP00410210: (COMM_FAILURE) Received a GIOP MessageError, indicating header corruption or version mismatch"
ORBUTIL.ioexceptionWhenReadingConnection="IOP00410211: (COMM_FAILURE) IOException when reading connection"
ORBUTIL.selectionKeyInvalid="IOP00410212: (COMM_FAILURE) SelectionKey invalid on channel, {0}"
ORBUTIL.exceptionInAccept="IOP00410213: (COMM_FAILURE) Unexpected {0} in accept"
ORBUTIL.securityExceptionInAccept="IOP00410214: (COMM_FAILURE) Unexpected {0}, has permissions {1}"
ORBUTIL.transportReadTimeoutExceeded="IOP00410215: (COMM_FAILURE) Read of full message failed : bytes requested = {0} bytes read = {1} max wait time = {2} total time spent waiting = {3}"
ORBUTIL.createListenerFailed="IOP00410216: (COMM_FAILURE) Unable to create listener thread on the specified port: {0}"
ORBUTIL.bufferReadManagerTimeout="IOP00410217: (COMM_FAILURE) Timeout while reading data in buffer manager"
ORBUTIL.badStringifiedIorLen="IOP02410201: (DATA_CONVERSION) A character did not map to the transmission code set"
ORBUTIL.badStringifiedIor="IOP02410202: (DATA_CONVERSION) Bad stringified IOR"
ORBUTIL.badModifier="IOP02410203: (DATA_CONVERSION) Unable to perform resolve_initial_references due to bad host or port configuration"
ORBUTIL.codesetIncompatible="IOP02410204: (DATA_CONVERSION) Codesets incompatible"
ORBUTIL.badHexDigit="IOP02410205: (DATA_CONVERSION) Illegal hexadecimal digit"
ORBUTIL.badUnicodePair="IOP02410206: (DATA_CONVERSION) Invalid unicode pair detected during code set conversion"
ORBUTIL.btcResultMoreThanOneChar="IOP02410207: (DATA_CONVERSION) Tried to convert bytes to a single java char, but conversion yielded more than one Java char (Surrogate pair?)"
ORBUTIL.badCodesetsFromClient="IOP02410208: (DATA_CONVERSION) Client sent code set service context that we do not support"
ORBUTIL.invalidSingleCharCtb="IOP02410209: (DATA_CONVERSION) Char to byte conversion for a CORBA char resulted in more than one byte"
ORBUTIL.badGiop11Ctb="IOP02410210: (DATA_CONVERSION) Character to byte conversion did not exactly double number of chars (GIOP 1.1 only)"
ORBUTIL.badSequenceBounds="IOP02410212: (DATA_CONVERSION) Tried to insert a sequence of length {0} into a bounded sequence of maximum length {1} in an Any"
ORBUTIL.illegalSocketFactoryType="IOP02410213: (DATA_CONVERSION) Class {0} is not a subtype of ORBSocketFactory"
ORBUTIL.badCustomSocketFactory="IOP02410214: (DATA_CONVERSION) {0} is not a valid custom socket factory"
ORBUTIL.fragmentSizeMinimum="IOP02410215: (DATA_CONVERSION) Fragment size {0} is too small: it must be at least {1}"
ORBUTIL.fragmentSizeDiv="IOP02410216: (DATA_CONVERSION) Illegal valiue for fragment size ({0}): must be divisible by {1}"
ORBUTIL.orbInitializerFailure="IOP02410217: (DATA_CONVERSION) Could not instantiate ORBInitializer {0}"
ORBUTIL.orbInitializerType="IOP02410218: (DATA_CONVERSION) orb initializer class {0} is not a subtype of ORBInitializer"
ORBUTIL.orbInitialreferenceSyntax="IOP02410219: (DATA_CONVERSION) Bad syntax for ORBInitialReference"
ORBUTIL.acceptorInstantiationFailure="IOP02410220: (DATA_CONVERSION) Could not instantiate Acceptor {0}"
ORBUTIL.acceptorInstantiationTypeFailure="IOP02410221: (DATA_CONVERSION) Acceptor class {0} is not a subtype of Acceptor"
ORBUTIL.illegalContactInfoListFactoryType="IOP02410222: (DATA_CONVERSION) Class {0} is not a subtype of CorbaContactInfoListFactory"
ORBUTIL.badContactInfoListFactory="IOP02410223: (DATA_CONVERSION) {0} is not a valid CorbaContactInfoListFactory"
ORBUTIL.illegalIorToSocketInfoType="IOP02410224: (DATA_CONVERSION) Class {0} is not a subtype of IORToSocketInfo"
ORBUTIL.badCustomIorToSocketInfo="IOP02410225: (DATA_CONVERSION) {0} is not a valid custom IORToSocketInfo"
ORBUTIL.illegalIiopPrimaryToContactInfoType="IOP02410226: (DATA_CONVERSION) Class {0} is not a subtype of IIOPPrimaryToContactInfo"
ORBUTIL.badCustomIiopPrimaryToContactInfo="IOP02410227: (DATA_CONVERSION) {0} is not a valid custom IIOPPrimaryToContactInfo"
ORBUTIL.badCorbalocString="IOP00510201: (INV_OBJREF) Bad corbaloc: URL"
ORBUTIL.noProfilePresent="IOP00510202: (INV_OBJREF) No profile in IOR"
ORBUTIL.cannotCreateOrbidDb="IOP00910201: (INITIALIZE) Cannot create ORB ID datastore"
ORBUTIL.cannotReadOrbidDb="IOP00910202: (INITIALIZE) Cannot read ORB ID datastore"
ORBUTIL.cannotWriteOrbidDb="IOP00910203: (INITIALIZE) Cannot write ORB ID datastore"
ORBUTIL.getServerPortCalledBeforeEndpointsInitialized="IOP00910204: (INITIALIZE) legacyGetServerPort called before endpoints initialized"
ORBUTIL.persistentServerportNotSet="IOP00910205: (INITIALIZE) Persistent server port is not set"
ORBUTIL.persistentServeridNotSet="IOP00910206: (INITIALIZE) Persistent server ID is not set"
ORBUTIL.nonExistentOrbid="IOP00710201: (INTERNAL) Non-existent ORB ID"
ORBUTIL.noServerSubcontract="IOP00710202: (INTERNAL) No server request dispatcher"
ORBUTIL.serverScTempSize="IOP00710203: (INTERNAL) server request dispatcher template size error"
ORBUTIL.noClientScClass="IOP00710204: (INTERNAL) No client request dispatcher class"
ORBUTIL.serverScNoIiopProfile="IOP00710205: (INTERNAL) No IIOP profile in server request dispatcher"
ORBUTIL.getSystemExReturnedNull="IOP00710206: (INTERNAL) getSystemException returned null"
ORBUTIL.peekstringFailed="IOP00710207: (INTERNAL) The repository ID of a user exception had a bad length"
ORBUTIL.getLocalHostFailed="IOP00710208: (INTERNAL) Unable to determine local hostname from InetAddress.getLocalHost().getHostName()"
ORBUTIL.badLocateRequestStatus="IOP00710210: (INTERNAL) Bad locate request status in IIOP locate reply"
ORBUTIL.stringifyWriteError="IOP00710211: (INTERNAL) Error while stringifying an object reference"
ORBUTIL.badGiopRequestType="IOP00710212: (INTERNAL) IIOP message with bad GIOP 1.0 message type"
ORBUTIL.errorUnmarshalingUserexc="IOP00710213: (INTERNAL) Error in unmarshalling user exception"
ORBUTIL.requestdispatcherregistryError="IOP00710214: (INTERNAL) Overflow in RequestDispatcherRegistry"
ORBUTIL.locationforwardError="IOP00710215: (INTERNAL) Error in processing a LocationForward"
ORBUTIL.wrongClientsc="IOP00710216: (INTERNAL) Wrong client request dispatcher"
ORBUTIL.badServantReadObject="IOP00710217: (INTERNAL) Bad servant in read_Object"
ORBUTIL.multIiopProfNotSupported="IOP00710218: (INTERNAL) multiple IIOP profiles not supported"
ORBUTIL.giopMagicError="IOP00710220: (INTERNAL) Error in GIOP magic"
ORBUTIL.giopVersionError="IOP00710221: (INTERNAL) Error in GIOP version"
ORBUTIL.illegalReplyStatus="IOP00710222: (INTERNAL) Illegal reply status in GIOP reply message"
ORBUTIL.illegalGiopMsgType="IOP00710223: (INTERNAL) Illegal GIOP message type"
ORBUTIL.fragmentationDisallowed="IOP00710224: (INTERNAL) Fragmentation not allowed for this message type"
ORBUTIL.badReplystatus="IOP00710225: (INTERNAL) Bad status in the IIOP reply message"
ORBUTIL.ctbConverterFailure="IOP00710226: (INTERNAL) character to byte converter failure"
ORBUTIL.btcConverterFailure="IOP00710227: (INTERNAL) byte to character converter failure"
ORBUTIL.wcharArrayUnsupportedEncoding="IOP00710228: (INTERNAL) Unsupported wchar encoding: ORB only supports fixed width UTF-16 encoding"
ORBUTIL.illegalTargetAddressDisposition="IOP00710229: (INTERNAL) Illegal target address disposition value"
ORBUTIL.nullReplyInGetAddrDisposition="IOP00710230: (INTERNAL) No reply while attempting to get addressing disposition"
ORBUTIL.orbTargetAddrPreferenceInExtractObjectkeyInvalid="IOP00710231: (INTERNAL) Invalid GIOP target addressing preference"
ORBUTIL.invalidIsstreamedTckind="IOP00710232: (INTERNAL) Invalid isStreamed TCKind {0}"
ORBUTIL.invalidJdk131PatchLevel="IOP00710233: (INTERNAL) Found a JDK 1.3.1 patch level indicator with value less than JDK 1.3.1_01 value of 1"
ORBUTIL.svcctxUnmarshalError="IOP00710234: (INTERNAL) Error unmarshalling service context data"
ORBUTIL.nullIor="IOP00710235: (INTERNAL) null IOR"
ORBUTIL.unsupportedGiopVersion="IOP00710236: (INTERNAL) Unsupported GIOP version {0}"
ORBUTIL.applicationExceptionInSpecialMethod="IOP00710237: (INTERNAL) Application exception in special method: should not happen"
ORBUTIL.statementNotReachable1="IOP00710238: (INTERNAL) Assertion failed: statement not reachable (1)"
ORBUTIL.statementNotReachable2="IOP00710239: (INTERNAL) Assertion failed: statement not reachable (2)"
ORBUTIL.statementNotReachable3="IOP00710240: (INTERNAL) Assertion failed: statement not reachable (3)"
ORBUTIL.statementNotReachable4="IOP00710241: (INTERNAL) Assertion failed: statement not reachable (4)"
ORBUTIL.statementNotReachable5="IOP00710242: (INTERNAL) Assertion failed: statement not reachable (5)"
ORBUTIL.statementNotReachable6="IOP00710243: (INTERNAL) Assertion failed: statement not reachable (6)"
ORBUTIL.unexpectedDiiException="IOP00710244: (INTERNAL) Unexpected exception while unmarshalling DII user exception"
ORBUTIL.methodShouldNotBeCalled="IOP00710245: (INTERNAL) This method should never be called"
ORBUTIL.cancelNotSupported="IOP00710246: (INTERNAL) We do not support cancel request for GIOP 1.1"
ORBUTIL.emptyStackRunServantPostInvoke="IOP00710247: (INTERNAL) Empty stack exception while calling runServantPostInvoke"
ORBUTIL.problemWithExceptionTypecode="IOP00710248: (INTERNAL) Bad exception typecode"
ORBUTIL.illegalSubcontractId="IOP00710249: (INTERNAL) Illegal Subcontract id {0}"
ORBUTIL.badSystemExceptionInLocateReply="IOP00710250: (INTERNAL) Bad system exception in locate reply"
ORBUTIL.badSystemExceptionInReply="IOP00710251: (INTERNAL) Bad system exception in reply"
ORBUTIL.badCompletionStatusInLocateReply="IOP00710252: (INTERNAL) Bad CompletionStatus {0} in locate reply"
ORBUTIL.badCompletionStatusInReply="IOP00710253: (INTERNAL) Bad CompletionStatus {0} in reply"
ORBUTIL.badkindCannotOccur="IOP00710254: (INTERNAL) The BadKind exception should never occur here"
ORBUTIL.errorResolvingAlias="IOP00710255: (INTERNAL) Could not resolve alias typecode"
ORBUTIL.tkLongDoubleNotSupported="IOP00710256: (INTERNAL) The long double type is not supported in Java"
ORBUTIL.typecodeNotSupported="IOP00710257: (INTERNAL) Illegal typecode kind"
ORBUTIL.boundsCannotOccur="IOP00710259: (INTERNAL) Bounds exception cannot occur in this context"
ORBUTIL.numInvocationsAlreadyZero="IOP00710261: (INTERNAL) Number of invocations is already zero, but another invocation has completed"
ORBUTIL.errorInitBadserveridhandler="IOP00710262: (INTERNAL) Error in constructing instance of bad server ID handler"
ORBUTIL.noToa="IOP00710263: (INTERNAL) No TOAFactory is availble"
ORBUTIL.noPoa="IOP00710264: (INTERNAL) No POAFactory is availble"
ORBUTIL.invocationInfoStackEmpty="IOP00710265: (INTERNAL) Invocation info stack is unexpectedly empty"
ORBUTIL.badCodeSetString="IOP00710266: (INTERNAL) Empty or null code set string"
ORBUTIL.unknownNativeCodeset="IOP00710267: (INTERNAL) Unknown native codeset: {0}"
ORBUTIL.unknownConversionCodeSet="IOP00710268: (INTERNAL) Unknown conversion codset: {0}"
ORBUTIL.invalidCodeSetNumber="IOP00710269: (INTERNAL) Invalid codeset number"
ORBUTIL.invalidCodeSetString="IOP00710270: (INTERNAL) Invalid codeset string {0}"
ORBUTIL.invalidCtbConverterName="IOP00710271: (INTERNAL) Invalid CTB converter {0}"
ORBUTIL.invalidBtcConverterName="IOP00710272: (INTERNAL) Invalid BTC converter {0}"
ORBUTIL.couldNotDuplicateCdrInputStream="IOP00710273: (INTERNAL) Could not duplicate CDRInputStream"
ORBUTIL.bootstrapApplicationException="IOP00710274: (INTERNAL) BootstrapResolver caught an unexpected ApplicationException"
ORBUTIL.duplicateIndirectionOffset="IOP00710275: (INTERNAL) Old entry in serialization indirection table has a different value than the value being added with the same key"
ORBUTIL.badMessageTypeForCancel="IOP00710276: (INTERNAL) GIOP Cancel request contained a bad request ID: the request ID did not match the request that was to be cancelled"
ORBUTIL.duplicateExceptionDetailMessage="IOP00710277: (INTERNAL) Duplicate ExceptionDetailMessage"
ORBUTIL.badExceptionDetailMessageServiceContextType="IOP00710278: (INTERNAL) Bad ExceptionDetailMessage ServiceContext type"
ORBUTIL.unexpectedDirectByteBufferWithNonChannelSocket="IOP00710279: (INTERNAL) unexpected direct ByteBuffer with non-channel socket"
ORBUTIL.unexpectedNonDirectByteBufferWithChannelSocket="IOP00710280: (INTERNAL) unexpected non-direct ByteBuffer with channel socket"
ORBUTIL.invalidContactInfoListIteratorFailureException="IOP00710282: (INTERNAL) There should be at least one CorbaContactInfo to try (and fail) so this error should not be seen."
ORBUTIL.remarshalWithNowhereToGo="IOP00710283: (INTERNAL) Remarshal with nowhere to go"
ORBUTIL.exceptionWhenSendingCloseConnection="IOP00710284: (INTERNAL) Exception when sending close connection"
ORBUTIL.invocationErrorInReflectiveTie="IOP00710285: (INTERNAL) A reflective tie got an error while invoking method {0} on class {1}"
ORBUTIL.badHelperWriteMethod="IOP00710286: (INTERNAL) Could not find or invoke write method on exception Helper class {0}"
ORBUTIL.badHelperReadMethod="IOP00710287: (INTERNAL) Could not find or invoke read method on exception Helper class {0}"
ORBUTIL.badHelperIdMethod="IOP00710288: (INTERNAL) Could not find or invoke id method on exception Helper class {0}"
ORBUTIL.writeUndeclaredException="IOP00710289: (INTERNAL) Tried to write exception of type {0} that was not declared on method"
ORBUTIL.readUndeclaredException="IOP00710290: (INTERNAL) Tried to read undeclared exception with ID {0}"
ORBUTIL.unableToSetSocketFactoryOrb="IOP00710291: (INTERNAL) Unable to setSocketFactoryORB"
ORBUTIL.unexpectedException="IOP00710292: (INTERNAL) Unexpected exception occurred where no exception should occur"
ORBUTIL.noInvocationHandler="IOP00710293: (INTERNAL) No invocation handler available for {0}"
ORBUTIL.invalidBuffMgrStrategy="IOP00710294: (INTERNAL) {0}: invalid buffer manager strategy for Java serialization"
ORBUTIL.javaStreamInitFailed="IOP00710295: (INTERNAL) Java stream initialization failed"
ORBUTIL.duplicateOrbVersionServiceContext="IOP00710296: (INTERNAL) An ORBVersionServiceContext was already in the service context list"
ORBUTIL.duplicateSendingContextServiceContext="IOP00710297: (INTERNAL) A SendingContextServiceContext was already in the service context list"
ORBUTIL.chunkOverflow="IOP00810201: (MARSHAL) Data read past end of chunk without closing the chunk"
ORBUTIL.unexpectedEof="IOP00810202: (MARSHAL) Grow buffer strategy called underflow handler"
ORBUTIL.readObjectException="IOP00810203: (MARSHAL) Error in reading marshalled object"
ORBUTIL.characterOutofrange="IOP00810204: (MARSHAL) Character not IOS Latin-1 compliant in marshalling"
ORBUTIL.dsiResultException="IOP00810205: (MARSHAL) Exception thrown during result() on ServerRequest"
ORBUTIL.iiopinputstreamGrow="IOP00810206: (MARSHAL) grow() called on IIOPInputStream"
ORBUTIL.endOfStream="IOP00810207: (MARSHAL) Underflow in BufferManagerReadStream after last fragment in message"
ORBUTIL.invalidObjectKey="IOP00810208: (MARSHAL) Invalid ObjectKey in request header"
ORBUTIL.malformedUrl="IOP00810209: (MARSHAL) Unable to locate value class for repository ID {0} because codebase URL {1] is malformed"
ORBUTIL.valuehandlerReadError="IOP00810210: (MARSHAL) Error from readValue on ValueHandler in CDRInputStream"
ORBUTIL.valuehandlerReadException="IOP00810211: (MARSHAL) Exception from readValue on ValueHandler in CDRInputStream"
ORBUTIL.badKind="IOP00810212: (MARSHAL) Bad kind in isCustomType in CDRInputStream"
ORBUTIL.cnfeReadClass="IOP00810213: (MARSHAL) Could not find class {0} in CDRInputStream.readClass"
ORBUTIL.badRepIdIndirection="IOP00810214: (MARSHAL) Bad repository ID indirection at index {0}"
ORBUTIL.badCodebaseIndirection="IOP00810215: (MARSHAL) Bad codebase string indirection at index {0}"
ORBUTIL.unknownCodeset="IOP00810216: (MARSHAL) Unknown code set {0} specified by client ORB as a negotiated code set"
ORBUTIL.wcharDataInGiop10="IOP00810217: (MARSHAL) Attempt to marshal wide character or string data in GIOP 1.0"
ORBUTIL.negativeStringLength="IOP00810218: (MARSHAL) String or wstring with a negative length {0}"
ORBUTIL.expectedTypeNullAndNoRepId="IOP00810219: (MARSHAL) CDRInputStream.read_value(null) called, but no repository ID information on the wire"
ORBUTIL.readValueAndNoRepId="IOP00810220: (MARSHAL) CDRInputStream.read_value() called, but no repository ID information on the wire"
ORBUTIL.unexpectedEnclosingValuetype="IOP00810222: (MARSHAL) Received end tag {0}, which is less than the expected value {1}"
ORBUTIL.positiveEndTag="IOP00810223: (MARSHAL) Read non-negative end tag {0} at offset {1} (end tags should always be negative)"
ORBUTIL.nullOutCall="IOP00810224: (MARSHAL) Out call descriptor is missing"
ORBUTIL.writeLocalObject="IOP00810225: (MARSHAL) write_Object called with a local object"
ORBUTIL.badInsertobjParam="IOP00810226: (MARSHAL) Tried to insert non-ObjectImpl {0} into an Any via insert_Object"
ORBUTIL.customWrapperWithCodebase="IOP00810227: (MARSHAL) Codebase present in RMI-IIOP stream format version 1 optional data valuetype header"
ORBUTIL.customWrapperIndirection="IOP00810228: (MARSHAL) Indirection preseint in RMI-IIOP stream format version 2 optional data valuetype header"
ORBUTIL.customWrapperNotSingleRepid="IOP00810229: (MARSHAL) 0 or more than one repository ID found reading the optional data valuetype header"
ORBUTIL.badValueTag="IOP00810230: (MARSHAL) Bad valuetag {0} found while reading repository IDs"
ORBUTIL.badTypecodeForCustomValue="IOP00810231: (MARSHAL) Bad typecode found for custom valuetype"
ORBUTIL.errorInvokingHelperWrite="IOP00810232: (MARSHAL) An error occurred using reflection to invoke IDL Helper write method"
ORBUTIL.badDigitInFixed="IOP00810233: (MARSHAL) A bad digit was found while marshalling an IDL fixed type"
ORBUTIL.refTypeIndirType="IOP00810234: (MARSHAL) Referenced type of indirect type not marshaled"
ORBUTIL.badReservedLength="IOP00810235: (MARSHAL) Request message reserved bytes has invalid length"
ORBUTIL.nullNotAllowed="IOP00810236: (MARSHAL) A null object is not allowed here"
ORBUTIL.unionDiscriminatorError="IOP00810238: (MARSHAL) Error in typecode union discriminator"
ORBUTIL.cannotMarshalNative="IOP00810239: (MARSHAL) Cannot marshal a native TypeCode"
ORBUTIL.cannotMarshalBadTckind="IOP00810240: (MARSHAL) Cannot marshal an invalid TypeCode kind"
ORBUTIL.invalidIndirection="IOP00810241: (MARSHAL) Invalid indirection value {0} (>-4): probable stream corruption"
ORBUTIL.indirectionNotFound="IOP00810242: (MARSHAL) No type found at indirection {0}: probably stream corruption"
ORBUTIL.recursiveTypecodeError="IOP00810243: (MARSHAL) Recursive TypeCode not supported by InputStream subtype"
ORBUTIL.invalidSimpleTypecode="IOP00810244: (MARSHAL) TypeCode is of wrong kind to be simple"
ORBUTIL.invalidComplexTypecode="IOP00810245: (MARSHAL) TypeCode is of wrong kind to be complex"
ORBUTIL.invalidTypecodeKindMarshal="IOP00810246: (MARSHAL) Cannot marshal typecode of invalid kind"
ORBUTIL.unexpectedUnionDefault="IOP00810247: (MARSHAL) Default union branch not expected"
ORBUTIL.illegalUnionDiscriminatorType="IOP00810248: (MARSHAL) Illegal discriminator type in union"
ORBUTIL.couldNotSkipBytes="IOP00810249: (MARSHAL) Could not skip over {0} bytes at offset {1}"
ORBUTIL.badChunkLength="IOP00810250: (MARSHAL) Incorrect chunk length {0} at offset {1}"
ORBUTIL.unableToLocateRepIdArray="IOP00810251: (MARSHAL) Unable to locate array of repository IDs from indirection {0}"
ORBUTIL.badFixed="IOP00810252: (MARSHAL) Fixed of length {0} in buffer of length {1}"
ORBUTIL.readObjectLoadClassFailure="IOP00810253: (MARSHAL) Failed to load stub for {0} with class {1}"
ORBUTIL.couldNotInstantiateHelper="IOP00810254: (MARSHAL) Could not instantiate Helper class {0}"
ORBUTIL.badToaOaid="IOP00810255: (MARSHAL) Bad ObjectAdapterId for TOA"
ORBUTIL.couldNotInvokeHelperReadMethod="IOP00810256: (MARSHAL) Could not invoke helper read method for helper {0}"
ORBUTIL.couldNotFindClass="IOP00810257: (MARSHAL) Could not find class"
ORBUTIL.badArgumentsNvlist="IOP00810258: (MARSHAL) Error in arguments(NVList) for DSI ServerRequest"
ORBUTIL.stubCreateError="IOP00810259: (MARSHAL) Could not create stub"
ORBUTIL.javaSerializationException="IOP00810260: (MARSHAL) Java serialization exception during {0} operation"
ORBUTIL.genericNoImpl="IOP01010201: (NO_IMPLEMENT) feature not implemented"
ORBUTIL.contextNotImplemented="IOP01010202: (NO_IMPLEMENT) IDL request context is not implemented"
ORBUTIL.getinterfaceNotImplemented="IOP01010203: (NO_IMPLEMENT) getInterface() is not implemented"
ORBUTIL.sendDeferredNotimplemented="IOP01010204: (NO_IMPLEMENT) send deferred is not implemented"
ORBUTIL.longDoubleNotImplemented="IOP01010205: (NO_IMPLEMENT) IDL type long double is not supported in Java"
ORBUTIL.noServerScInDispatch="IOP02310201: (OBJ_ADAPTER) No server request dispatcher found when dispatching request to object adapter"
ORBUTIL.orbConnectError="IOP02310202: (OBJ_ADAPTER) Error in connecting servant to ORB"
ORBUTIL.adapterInactiveInActivation="IOP02310203: (OBJ_ADAPTER) StubAdapter.getDelegate failed to activate a Servant"
ORBUTIL.locateUnknownObject="IOP02510201: (OBJECT_NOT_EXIST) Locate response indicated that the object was unknown"
ORBUTIL.badServerId="IOP02510202: (OBJECT_NOT_EXIST) The server ID in the target object key does not match the server key expected by the server"
ORBUTIL.badSkeleton="IOP02510203: (OBJECT_NOT_EXIST) No skeleton found in the server that matches the target object key"
ORBUTIL.servantNotFound="IOP02510204: (OBJECT_NOT_EXIST) Servant not found"
ORBUTIL.noObjectAdapterFactory="IOP02510205: (OBJECT_NOT_EXIST) No object adapter factory"
ORBUTIL.badAdapterId="IOP02510206: (OBJECT_NOT_EXIST) Bad adapter ID"
ORBUTIL.dynAnyDestroyed="IOP02510207: (OBJECT_NOT_EXIST) Dynamic Any was destroyed: all operations are invalid"
ORBUTIL.requestCanceled="IOP01710201: (TRANSIENT) Request cancelled by exception"
ORBUTIL.unknownCorbaExc="IOP00010201: (UNKNOWN) Unknown user exception while unmarshalling"
ORBUTIL.runtimeexception="IOP00010202: (UNKNOWN) Unknown user exception thrown by the server"
ORBUTIL.unknownServerError="IOP00010203: (UNKNOWN) Unknown exception or error thrown by the ORB or application"
ORBUTIL.unknownDsiSysex="IOP00010204: (UNKNOWN) Error while marshalling SystemException after DSI-based invocation"
ORBUTIL.unknownSysex="IOP00010205: (UNKNOWN) Error while unmarshalling SystemException"
ORBUTIL.wrongInterfaceDef="IOP00010206: (UNKNOWN) InterfaceDef object of wrong type returned by server"
ORBUTIL.noInterfaceDefStub="IOP00010207: (UNKNOWN) org.omg.CORBA._InterfaceDefStub class not available"
ORBUTIL.unknownExceptionInDispatch="IOP00010209: (UNKNOWN) UnknownException in dispatch"