bea Home | 製品 | dev2dev | support | askBEA
 ドキュメントのダウンロード   サイト・マップ   用語集 
検索

 Previous Next  

IJORB メッセージ 0-99


1


ERROR: Unexpected message type val

説明

The type of the incoming message is not GIOP. The type of the incoming message is indicated by val. The request is not processed.

アクション

Take corrective action so that the type of the incoming message is GIOP.


3


ERROR: Unexpected reply status: LOCATION_FORWARD

説明

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.

アクション

Contact BEA Customer Support.


4


ERROR: Invalid reply status

説明

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.

アクション

Contact BEA Customer Support.


5


ERROR: Unable to unmarshal user exception

説明

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.

アクション

Contact BEA Customer Support.


6


ERROR: Invalid profile in object reference

説明

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.

アクション

Contact BEA Customer Support.


7


ERROR: Attempt to write to output stream failed

説明

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.

アクション

Contact BEA Customer Support.


8


ERROR: Invalid completion status

説明

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.

アクション

Contact BEA Customer Support.


9


ERROR: Only M3 keys may be processed

説明

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.

アクション

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

説明

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.

アクション

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

説明

The ORB received an exception while attempting to encode the object key. An appropriate exception is returned to the user.

アクション

Contact BEA Customer Support.


13


ERROR: Attempt to create POA with an invalid policy

説明

An invalid or inconsistent policy was specified while attempting to create the Portable Object Adapter (POA).

アクション

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

説明

An invalid or inconsistent value for IdAssignmentPolicy of the POA was specified while attempting to create an object reference.

アクション

Contact BEA Customer Support.


16


ERROR: No information about interface val

説明

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.

アクション

Make sure the interface is specified in the corresponding XML file for that server.


17


ERROR: No stub information about interface val

説明

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.

アクション

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

説明

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.

アクション

Contact BEA Customer Support.


19


ERROR: No delegate implementation exists for val

説明

The ORB could not find a delegate implementation for the interface specified in val. An appropriate exception is returned to the user.

アクション

Contact BEA Customer Support.


20


ERROR: Class val has no base class

説明

The ORB could not find the base class for the interface specified in val. An appropriate exception is returned to the user.

アクション

Contact BEA Customer Support.


24


ERROR: Class val contains no ids

説明

The ORB could not find any IDs for the class name specified in val. An appropriate exception is returned to the user.

アクション

Contact BEA Customer Support.


25


ERROR: Class val is not a skeleton class

説明

The ORB expected the class specified in val to be a skeleton class. An appropriate exception is returned to the user.

アクション

Contact BEA Customer Support.


34


ERROR: No information about interface val

説明

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.

アクション

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

説明

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.

アクション

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

説明

The ORB was unable to create a stub for the interface. The val value provides details of the exception returned to the ORB.

アクション

Contact BEA Customer Support.


37


ERROR: Unable to find POA

説明

The ORB was unable to find its local Portable Object Adapter (POA) while processing the request. The request is not processed.

アクション

Contact BEA Customer Support.


38


ERROR: Missing string

説明

The ORB could not convert the stringified IOR to an object because the stringified IOR was empty.

アクション

Provide a nonempty stringified IOR to be converted into an object.


39


ERROR: Stringified IOR does not start with IOR:

説明

The ORB could not convert the stringified IOR to an object because the stringified IOR does not start with IOR:.

アクション

Provide a proper stringified IOR to be converted into an object.


40


ERROR: Stringified IOR is not of even length

説明

The ORB could not convert the stringified IOR to an object because the stringified IOR was not of even length.

アクション

Provide a proper stringified IOR to be converted into an object.


41


ERROR: Stringified IOR contains non hexadecimal characters

説明

The ORB could not convert the stringified IOR to an object because the stringified IOR contained non-hexadecimal characters.

アクション

Provide a proper stringified IOR to be converted into an object.


45


ERROR: Target request interceptor shutdown exception val0

説明

The installed Target request interceptor indicated a SHUTDOWN_NO_EXCEPTION status on return but passed back an exception.

アクション

Application dependent. Notify the programmer. No further action necessary since processing continues.


46


ERROR: Client request interceptor shutdown exception val0

説明

The installed Client request interceptor indicated a SHUTDOWN_NO_EXCEPTION status on return but passed back an exception.

アクション

Application dependent. Notify the programmer. No further action necessary since processing continues.


47


ERROR: Unexpected exception val0 caught in Interceptor shutdown

説明

The ORB caught an exception in shutdown processing for interceptors. An interceptor threw an unexpected exception when its shutdown method was invoked.

アクション

Application dependent. Notify the programmer. No further action necessary since processing continues.


48


ERROR: Interceptor loading unexpected exception val0

説明

The ORB caught an unexpected exception while initializing the request interceptors. This is an internal error.

アクション

Contact BEA Customer Support.


49


ERROR: Interceptor loading unexpected exception val0

説明

The ORB caught an unexpected exception while initializing the request interceptors. This is an internal error.

アクション

Contact BEA Customer Support.


50


ERROR: Cannot find val0 interceptor

説明

The ORB cannot find the class for the interceptor.

アクション

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

説明

The ORB failed trying to create an instance of the interceptor. This is an internal error.

アクション

Contact BEA Customer Support.


52


ERROR: Cannot create interceptor val0 instance, exception val1

説明

The ORB failed to find the appropriate constructor.

アクション

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

説明

The ORB was not able to find the SecurityCurrent class definition.

アクション

Check to make sure that m3.jar is in the CLASSPATH.


54


ERROR: Cannot create SecurityCurrent, exception val0

説明

The ORB was not able to create the SecurityCurrent object.

アクション

Contact BEA Customer Support.


55


ERROR: This Current Object has been invalidated

説明

The ORB SecurityCurrent object was invoked in the wrong context. The object has been invalidated, possibly because the server is being shut down.

アクション

Contact BEA Customer Support.


56


ERROR: Failed to get invoker attributes

説明

The ORB encountered a problem while retrieving the invoking client's attributes. This is an internal error.

アクション

Contact BEA Customer Support.


57


ERROR: Impossible Interceptor processing path

説明

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.

アクション

Contact BEA Customer Support.


58


ERROR: Invalid Interceptor reply

説明

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.

アクション

Contact BEA Customer Support.


59


ERROR: Interceptors invoke threw unexpected exception: val0

説明

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.

アクション

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

説明

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.

アクション

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

説明

The ORB processing of target request interceptors received an unknown reply value.

アクション

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

説明

The ORB processing of target request interceptors received an exception indication but did not receive an exception object from the interceptor implementation.

アクション

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

説明

The ORB processing of target request interceptors received an exception that was not derived from SystemException.

アクション

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

説明

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.

アクション

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

説明

The ORB processing of target response interceptors received an unknown reply value.

アクション

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

説明

The ORB processing of target response interceptors received an exception indication but did not receive an exception object from the interceptor implementation.

アクション

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

説明

The ORB processing of target response interceptors received an exception that was not derived from SystemException.

アクション

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

説明

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.

アクション

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

説明

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.

アクション

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

説明

The ORB processing of client request interceptors received an unknown reply value.

アクション

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

説明

The ORB processing of client request interceptors received an exception indication but did not receive an exception object from the interceptor implementation.

アクション

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

説明

The ORB processing of client request interceptors received an exception that was not derived from SystemException.

アクション

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

説明

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.

アクション

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

説明

The ORB processing of client response interceptors received an unknown reply value.

アクション

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

説明

The ORB processing of client response interceptors received an exception indication but did not receive an exception object from the interceptor implementation.

アクション

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

説明

The ORB processing of client response interceptors received an exception that was not derived from SystemException.

アクション

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

説明

An exception was raised while creating Thread Local Storage for the ORB at initialization.

アクション

Contact BEA Customer Support.


78


ERROR: Cannot initialize ORB storage: val

説明

An exception was raised while creating Thread Local Storage for the ORB at initialization.

アクション

Contact BEA Customer Support.


79


ERROR: IOException writing reply message: val

説明

An IOException() was raised while the ORB was attempting to send the reply message for the outproc request.

アクション

Contact BEA Customer Support.


80


ERROR: Exception processing incoming request: val

説明

An exception was raised while the ORB was attempting to process the incoming request. The request is not processed.

アクション

Contact BEA Customer Support.


81


ERROR: No interface information for val

説明

The interface descriptor for the CORBA request cannot be found. The request is not processed.

アクション

Contact BEA Customer Support.


82


ERROR: Error accepting input request: val

説明

An exception was raised while the ORB was attempting to accept the incoming request. The request is not processed.

アクション

Contact BEA Customer Support.


83


ERROR: SystemException executing IncomingRequest: val

説明

A CORBA SystemException() was raised while the ORB was attempting to process the incoming request.

アクション

Contact BEA Customer Support.


84


ERROR: Exception executing IncomingRequest: val

説明

An exception (not CORBA SystemException) was raised while the ORB was attempting to process the incoming request.

アクション

Contact BEA Customer Support.


85


ERROR: Unexpected message type val

説明

The reply message has an invalid message type.

アクション

Contact BEA Customer Support.


86


ERROR: No interface information for val

説明

The interface descriptor for this Inproc request cannot be found. The request is not processed.

アクション

Contact BEA Customer Support.


87


ERROR: Illegal recursive in process call

説明

An illegal recursive Inproc call was made. The request is not processed.

アクション

Notify the programmer.


88


ERROR: Got unexpected runtime exception: val

説明

An unexpected RuntimeException was raised when the response was received.

アクション

Contact BEA Customer Support.


89


ERROR: Got unexpected non-runtime exception: val

説明

An unexpected non-RuntimeException was raised when the response was received.

アクション

Contact BEA Customer Support.


90


ERROR: Cannot use routing criteria with system object references

説明

Creating a system object reference with routing criteria is not allowed.

アクション

Contact BEA Customer Support.


91


ERROR: Cannot process request: Invalid POA type

説明

An invalid POA type was found while processing the incoming request. The request is not processed.

アクション

Contact BEA Customer Support.


92


ERROR: Cannot override existing tagged component for tag val

説明

The tagged component for IIOP 1.1 or 1.2 already exists and should not be overridden.

アクション

Contact BEA Customer Support.


93


ERROR: Failed to get expected Client Routing Info

説明

An internal error occurred while attempting to get client routing information used for client callback.

アクション

Contact BEA Customer Support.


94


ERROR: No delegate implementation exists for val

説明

The ORB could not find a delegate implementation for the interface specified in val. An appropriate exception is returned to the user.

アクション

Contact BEA Customer Support.


95


ERROR: SystemException occurred: val

説明

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.

アクション

Refer to the ACTION specified in the original system message displayed.


96


ERROR: Cannot override existing tagged component for tag val

説明

The tagged component for IIOP 1.1 or 1.2 already exists and should not be overridden.

アクション

Contact BEA Customer Support.


97


ERROR: Failed to get authentication level

説明

Failed to get authentication level for the application while preparing for security plugin preop and postop invocations.

アクション

Check UBBCONFIG file for valid SECURITY attribute. Contact BEA Customer Support if problem still exists.


98


ERROR: Failed in ATZ/ADT plugin preop call

説明

Invocation of preop in authorization/auditing security plugin returns failure.

アクション

Contact your AAA (authentication, authorization, auditing) security service provider. If you are using the default AAA security service from BEA, contact BEA Customer Support.


99


ERROR: Failed in ATZ/ADT plugin postop call

説明

Invocation of postop in authorization/auditing security plugin returns failure.

アクション

Contact your AAA (authentication, authorization, auditing) security service provider. If you are using the default AAA security service from BEA, contact BEA Customer Support.

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy