![]() |
![]() |
e-docs > Tuxedo > Messages > IJORB Catalog List > IJORB Messages 0-99 |
|
IJORB Messages 0-99
1
ERROR: Unexpected message type val
Description
The type of the incoming message is not GIOP. The type of the incoming message is indicated by val. The request is not processed.
Action
Take corrective action so that the type of the incoming message is GIOP.
3
ERROR: Unexpected reply status: LOCATION_FORWARD
Description
The ORB received an unexpected reply status of LOCATION_FORWARD
in response to an earlier request. The request is not processed and an appropriate exception is returned to the user.
Action
Contact BEA Customer Support.
4
ERROR: Invalid reply status
Description
The ORB received an invalid reply status in response to an earlier request. The request is not processed and an appropriate exception is returned to the user.
Action
Contact BEA Customer Support.
5
ERROR: Unable to unmarshal user exception
Description
An attempt by the ORB to unmarshal a user exception received in response to an earlier request failed. An appropriate exception is returned to the user.
Action
Contact BEA Customer Support.
6
ERROR: Invalid profile in object reference
Description
The ORB detected an invalid profile in the object reference of the distributed object. If this occurred while processing an incoming message, the request is not processed and an appropriate exception is returned to the user.
Action
Contact BEA Customer Support.
7
ERROR: Attempt to write to output stream failed
Description
An IOException()
was raised while the ORB was attempting to write to an internal output stream. The request is not processed and an appropriate exception is returned to the user.
Action
Contact BEA Customer Support.
8
ERROR: Invalid completion status
Description
The ORB received an invalid completion status while processing the reply message in response to an earlier request. An appropriate exception is returned to the user.
Action
Contact BEA Customer Support.
9
ERROR: Only M3 keys may be processed
Description
The ORB detected an object key whose type does not match with those supported by WLE. The request is not processed and an appropriate exception is returned to the user.
Action
Make sure that only object keys supported and returned by the WLE system are used in the WLE Java environment.
10
ERROR: Only keys with major version number 1 and minor version number not greater than 2 may be processed
Description
The ORB detected an object key with a major version number that is not equal to 1 or with a minor version number that is not equal to either 1 or 2. The request is not processed and an appropriate exception is returned to the user.
Action
Make sure that only object keys supported and returned by the WLE system are used in the WLE Java environment.
11
ERROR: Unable to encode object key
Description
The ORB received an exception while attempting to encode the object key. An appropriate exception is returned to the user.
Action
Contact BEA Customer Support.
13
ERROR: Attempt to create POA with an invalid policy
Description
An invalid or inconsistent policy was specified while attempting to create the Portable Object Adapter (POA).
Action
If this error message was received while the application attempted to create the POA, make sure that the correct policy was used. If the error message occurred while the system internally created a POA, contact BEA Customer Support.
15
ERROR: POA contains invalid IdAssignmentPolicyValue
Description
An invalid or inconsistent value for IdAssignmentPolicy
of the POA was specified while attempting to create an object reference.
Action
Contact BEA Customer Support.
16
ERROR: No information about interface val
Description
The ORB does not contain any information about the interface specified in val. Any attempt to create an object reference for that interface will fail.
Action
Make sure the interface is specified in the corresponding XML file for that server.
17
ERROR: No stub information about interface val
Description
The ORB does not contain any stub information about the interface specified in val. Any attempt to create an object reference for that interface will fail.
Action
Make sure the stub of the interface is specified in the corresponding XML file for that server.
18
ERROR: Stub creation failed with exception val
Description
The ORB received an exception while attempting to create the stub for an interface. The val value contains details of the exception received by the ORB.
Action
Contact BEA Customer Support.
19
ERROR: No delegate implementation exists for val
Description
The ORB could not find a delegate implementation for the interface specified in val. An appropriate exception is returned to the user.
Action
Contact BEA Customer Support.
20
ERROR: Class val has no base class
Description
The ORB could not find the base class for the interface specified in val. An appropriate exception is returned to the user.
Action
Contact BEA Customer Support.
24
ERROR: Class val contains no ids
Description
The ORB could not find any IDs for the class name specified in val. An appropriate exception is returned to the user.
Action
Contact BEA Customer Support.
25
ERROR: Class val is not a skeleton class
Description
The ORB expected the class specified in val to be a skeleton class. An appropriate exception is returned to the user.
Action
Contact BEA Customer Support.
34
ERROR: No information about interface val
Description
The ORB does not contain any information about the interface specified in val. Any attempt to create an object reference for that interface will fail.
Action
Make sure the interface is specified in the corresponding XML file for that server. If the error persists, contact BEA Customer Support.
35
ERROR: No stub information about interface val
Description
The ORB does not contain any stub information about the interface specified in val. Any attempt to create an object reference for that interface will fail.
Action
Make sure the stub of the interface is specified in the corresponding XML file for that server.
36
ERROR: Unable to create stub, exception returned val
Description
The ORB was unable to create a stub for the interface. The val value provides details of the exception returned to the ORB.
Action
Contact BEA Customer Support.
37
ERROR: Unable to find POA
Description
The ORB was unable to find its local Portable Object Adapter (POA) while processing the request. The request is not processed.
Action
Contact BEA Customer Support.
38
ERROR: Missing string
Description
The ORB could not convert the stringified IOR to an object because the stringified IOR was empty.
Action
Provide a nonempty stringified IOR to be converted into an object.
39
ERROR: Stringified IOR does not start with IOR:
Description
The ORB could not convert the stringified IOR to an object because the stringified IOR does not start with IOR:
.
Action
Provide a proper stringified IOR to be converted into an object.
40
ERROR: Stringified IOR is not of even length
Description
The ORB could not convert the stringified IOR to an object because the stringified IOR was not of even length.
Action
Provide a proper stringified IOR to be converted into an object.
41
ERROR: Stringified IOR contains non hexadecimal characters
Description
The ORB could not convert the stringified IOR to an object because the stringified IOR contained non-hexadecimal characters.
Action
Provide a proper stringified IOR to be converted into an object.
45
ERROR: Target request interceptor shutdown exception val0
Description
The installed Target request interceptor indicated a SHUTDOWN_NO_EXCEPTION
status on return but passed back an exception.
Action
Application dependent. Notify the programmer. No further action necessary since processing continues.
46
ERROR: Client request interceptor shutdown exception val0
Description
The installed Client request interceptor indicated a SHUTDOWN_NO_EXCEPTION
status on return but passed back an exception.
Action
Application dependent. Notify the programmer. No further action necessary since processing continues.
47
ERROR: Unexpected exception val0 caught in Interceptor shutdown
Description
The ORB caught an exception in shutdown processing for interceptors. An interceptor threw an unexpected exception when its shutdown
method was invoked.
Action
Application dependent. Notify the programmer. No further action necessary since processing continues.
48
ERROR: Interceptor loading unexpected exception val0
Description
The ORB caught an unexpected exception while initializing the request interceptors. This is an internal error.
Action
Contact BEA Customer Support.
49
ERROR: Interceptor loading unexpected exception val0
Description
The ORB caught an unexpected exception while initializing the request interceptors. This is an internal error.
Action
Contact BEA Customer Support.
50
ERROR: Cannot find val0 interceptor
Description
The ORB cannot find the class for the interceptor.
Action
Check the interceptor configuration to make sure it is defined correctly or check the jar file that is supposed to contain the interceptor to make sure it does indeed contain the interceptor class.
51
ERROR: Cannot create interceptor val0 instance, exception val1
Description
The ORB failed trying to create an instance of the interceptor. This is an internal error.
Action
Contact BEA Customer Support.
52
ERROR: Cannot create interceptor val0 instance, exception val1
Description
The ORB failed to find the appropriate constructor.
Action
If the expected constructor was defined and implemented, check the implementation of the interceptor class. Another possible problem might be that the package where the interceptor is defined is not properly declared.
53
ERROR: Security Current creation unexpected exception val0
Description
The ORB was not able to find the SecurityCurrent
class definition.
Action
Check to make sure that m3.jar
is in the CLASSPATH
.
54
ERROR: Cannot create SecurityCurrent
, exception val0
Description
The ORB was not able to create the SecurityCurrent
object.
Action
Contact BEA Customer Support.
55
ERROR: This Current Object has been invalidated
Description
The ORB SecurityCurrent
object was invoked in the wrong context.
The object has been invalidated, possibly because the server is being shut down.
Action
Contact BEA Customer Support.
56
ERROR: Failed to get invoker attributes
Description
The ORB encountered a problem while retrieving the invoking client's attributes. This is an internal error.
Action
Contact BEA Customer Support.
57
ERROR: Impossible Interceptor processing path
Description
The ORB processing of client interceptors resulted in an improbable state. The ORB should have thrown an exception to propagate this error. This is an internal error.
Action
Contact BEA Customer Support.
58
ERROR: Invalid Interceptor reply
Description
The ORB processing of client interceptors resulted in an improbable
state. This is an internal error.
Note that once the ORB interceptors support
REPLY_NO_EXCEPTION
, this state will no longer be improbable.
Action
Contact BEA Customer Support.
59
ERROR: Interceptors invoke threw unexpected exception: val0
Description
The ORB processing of target request interceptors caught an unexpected exception.
The ORB expects the interceptor implementation to catch all exceptions and to
communicate this via the exception value holder out
parameter.
Action
Application dependent. Notify the Programmer. The ORB will generate an UNKNOWN
exception and
interceptor processing proceeds as if the interceptor has returned the exception.
60
ERROR: Interceptors REPLY_NO_EXCEPTION
not supported, no DataOutputStream available
Description
The ORB processing of target request interceptors received a REPLY_NO_EXCEPTION
reply. This behavior is unsupported since the interceptors currently do not support DataOutputStreams.
Action
Application dependent. Notify the programmer. The ORB will generate a
BAD_OPERATION
exception
and interceptor processing proceeds as if the interceptor has returned
the exception; the ORB will also call back
the current interceptor to notify it of the exception.
61
ERROR: Unexpected Interceptor Status value val
Description
The ORB processing of target request interceptors received an unknown reply value.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception
and interceptor processing proceeds as if the interceptor has returned the exception.
62
ERROR: Interceptors RESPONSE_EXCEPTION
received but no exception returned from interceptor
Description
The ORB processing of target request interceptors received an exception indication but did not receive an exception object from the interceptor implementation.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception and
interceptor processing proceeds as if the interceptor has returned the exception.
63
ERROR: Interceptors RESPONSE_EXCEPTION
received but invalid exception type returned from interceptor
Description
The ORB processing of target request interceptors received an exception that was not derived
from SystemException
.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception and
interceptor processing proceeds as if the interceptor has returned the exception.
64
ERROR: Response interceptor threw unexpected exception: val0
Description
The ORB processing of target response interceptors caught an unexpected exception. The ORB expects the interceptor implementation to catch all exceptions and to communicate this via the exception value holder out parameter.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception and
interceptor processing proceeds as if the interceptor has returned the exception.
65
ERROR: Unexpected Interceptor Status value val0
Description
The ORB processing of target response interceptors received an unknown reply value.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception and
interceptor processing proceeds as if the interceptor has returned the exception.
66
ERROR: Interceptors RESPONSE_EXCEPTION
received but no exception returned from interceptor
Description
The ORB processing of target response interceptors received an exception indication but did not receive an exception object from the interceptor implementation.
Action
Application dependent. Notify the programmer. The ORB generates an UNKNOWN
exception and interceptor processing proceeds as if the interceptor has returned the exception.
67
ERROR: Interceptors RESPONSE_EXCEPTION
received but invalid exception type returned from interceptor
Description
The ORB processing of target response interceptors received an exception that was not derived from SystemException
.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception and interceptor processing proceeds as if the interceptor has returned the exception.
68
ERROR: Interceptors invoke threw unexpected exception: val0
Description
The ORB processing of client request interceptors caught an unexpected exception.
The ORB expects the interceptor implementation to catch all exceptions and to
communicate this via the exception value holder out
parameter.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception and interceptor processing proceeds as if the interceptor has returned the exception.
69
ERROR: Interceptors REPLY_NO_EXCEPTION
not supported, no DataOutputStream available
Description
The ORB processing of client request interceptors received a
REPLY_NO_EXCEPTION
reply. This behavior is unsupported since the
interceptors currently do not support DataOutputStreams.
Action
Application dependent. Notify the programmer.
The ORB will generate a BAD_OPERATION
exception
and interceptor processing proceeds as if the interceptor has returned the exception;
the ORB will also call back the current interceptor to notify it of the exception.
70
ERROR: Unexpected Interceptor Status value val0
Description
The ORB processing of client request interceptors received an unknown reply value.
Action
Application dependent. Notify the programmer. The ORB will generate an
UNKNOWN
exception and interceptor processing proceeds as if
the interceptor has returned the exception.
71
ERROR: Interceptors RESPONSE_EXCEPTION
received but no exception returned from interceptor
Description
The ORB processing of client request interceptors received an exception indication but did not receive an exception object from the interceptor implementation.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception and interceptor processing proceeds as if the interceptor has returned the exception.
72
ERROR: Interceptors RESPONSE_EXCEPTION
received but invalid exception type returned from interceptor
Description
The ORB processing of client request interceptors received an exception that was not derived from SystemException
.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception and interceptor processing proceeds as if the interceptor has returned the exception.
73
ERROR: Response interceptor threw unexpected exception: val0
Description
The ORB processing of client response interceptors caught an unexpected exception.
The ORB expects the interceptor implementation to catch all exceptions and to communicate
this via the exception value holder out
parameter.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception and interceptor processing proceeds as if the interceptor has returned the exception.
74
ERROR: Unexpected Interceptor Status value val0
Description
The ORB processing of client response interceptors received an unknown reply value.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception and interceptor processing proceeds as if the interceptor has returned the exception.
75
ERROR: Interceptors RESPONSE_EXCEPTION
received but no exception returned from interceptor
Description
The ORB processing of client response interceptors received an exception indication but did not receive an exception object from the interceptor implementation.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception and interceptor processing proceeds as if the interceptor has returned the exception.
76
ERROR: Interceptors RESPONSE_EXCEPTION
received but invalid exception type returned from interceptor
Description
The ORB processing of client response interceptors received an exception that was not derived from SystemException
.
Action
Application dependent. Notify the programmer. The ORB will generate an UNKNOWN
exception and interceptor processing proceeds as if the interceptor has returned the exception.
77
ERROR: Cannot initialize ORB storage: val
Description
An exception was raised while creating Thread Local Storage for the ORB at initialization.
Action
Contact BEA Customer Support.
78
ERROR: Cannot initialize ORB storage: val
Description
An exception was raised while creating Thread Local Storage for the ORB at initialization.
Action
Contact BEA Customer Support.
79
ERROR: IOException writing reply message: val
Description
An IOException()
was raised while the ORB was attempting to send the reply message for the outproc request.
Action
Contact BEA Customer Support.
80
ERROR: Exception processing incoming request: val
Description
An exception was raised while the ORB was attempting to process the incoming request. The request is not processed.
Action
Contact BEA Customer Support.
81
ERROR: No interface information for val
Description
The interface descriptor for the CORBA request cannot be found. The request is not processed.
Action
Contact BEA Customer Support.
82
ERROR: Error accepting input request: val
Description
An exception was raised while the ORB was attempting to accept the incoming request. The request is not processed.
Action
Contact BEA Customer Support.
83
ERROR: SystemException executing IncomingRequest: val
Description
A CORBA SystemException()
was raised while the ORB was attempting to process the incoming request.
Action
Contact BEA Customer Support.
84
ERROR: Exception executing IncomingRequest: val
Description
An exception (not CORBA SystemException) was raised while the ORB was attempting to process the incoming request.
Action
Contact BEA Customer Support.
85
ERROR: Unexpected message type val
Description
The reply message has an invalid message type.
Action
Contact BEA Customer Support.
86
ERROR: No interface information for val
Description
The interface descriptor for this Inproc request cannot be found. The request is not processed.
Action
Contact BEA Customer Support.
87
ERROR: Illegal recursive in process call
Description
An illegal recursive Inproc call was made. The request is not processed.
Action
Notify the programmer.
88
ERROR: Got unexpected runtime exception: val
Description
An unexpected RuntimeException was raised when the response was received.
Action
Contact BEA Customer Support.
89
ERROR: Got unexpected non-runtime exception: val
Description
An unexpected non-RuntimeException was raised when the response was received.
Action
Contact BEA Customer Support.
90
ERROR: Cannot use routing criteria with system object references
Description
Creating a system object reference with routing criteria is not allowed.
Action
Contact BEA Customer Support.
91
ERROR: Cannot process request: Invalid POA type
Description
An invalid POA type was found while processing the incoming request. The request is not processed.
Action
Contact BEA Customer Support.
92
ERROR: Cannot override existing tagged component for tag val
Description
The tagged component for IIOP 1.1 or 1.2 already exists and should not be overridden.
Action
Contact BEA Customer Support.
93
ERROR: Failed to get expected Client Routing Info
Description
An internal error occurred while attempting to get client routing information used for client callback.
Action
Contact BEA Customer Support.
94
ERROR: No delegate implementation exists for val
Description
The ORB could not find a delegate implementation for the interface specified in val. An appropriate exception is returned to the user.
Action
Contact BEA Customer Support.
95
ERROR: SystemException occurred: val
Description
This message is displayed only when the debugLog property is set to true. It provides additional debug information to the original system messages displayed when a CORBA SystemException occurred.
Action
Refer to the ACTION specified in the original system message displayed.
96
ERROR: Cannot override existing tagged component for tag val
Description
The tagged component for IIOP 1.1 or 1.2 already exists and should not be overridden.
Action
Contact BEA Customer Support.
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |