Messages

Oracle Tuxedo System Messages provide the following information:

Description: The meaning and context of the message.

Action: What steps you can take to correct any problems identified.

See Also: A pointer to related information (not specified for all messages).

The Oracle Tuxedo System Messages are numbered and organized in catalogs, based on parts of the Oracle Tuxedo 10g Release 3 (10.3) system from which they are generated. For information about a specific message, click on the name of the appropriate catalog.

Note: Some messages for deprecated features may still display. Be aware that deprecated features are not supported.


2000


WARN: Return from method with outstanding replies val

Description

This message was most likely caused by an application coding error. The method sent requests but never got the responses. For example, the application performed a DII send(), then returned from a method without ever calling get_response(). This usually indicates a coding error in the method as to how it gets the responses.

Action

Correct the application logic, perhaps by using ONEWAY calls, etc.