Content starts here

System Messages: TPFW Catalog 200-299

Previous

200


ERROR: Process could not detach from bulletin board.

Description

An internal error has occurred. An attempt to detach from the Bulletin Board failed.

Action

Contact Oracle Customer Support.


201


ERROR: Process could not attach to bulletin board.

Description

An internal error occurred. An attempt to attach to the Bulletin Board failed.

Action

Contact Oracle Customer Support.


202


ERROR: Unable to open XA resource manager in default thread_initialize().

Description

An error probably occurred in the resource manager.

Action

To determine the cause of the problem, check the error reporting mechanism for the associated resource manager.


203


ERROR: Unable to close XA resource manager in default thread_release().

Description

An error probably occurred in the resource manager.

Action

To determine the cause of the problem, check the error reporting mechanism for the associated resource manager.


204


ERROR: Not enough resources to create the minimum size thread pool.

Description

The operating system resources are insufficient.

Action

Check the user log for related messages. Check the operating system configuration to ensure that enough resources are co nfigured.


205


ERROR: Illegal recursive call on CORBA Object. Interface = interfaceName, OID = object ID

Description

A recursive call was made on a CORBA object. This error occurs if, for example, a client calls object A, which calls obj ect B, which uses an object reference to object A to invoke a method of object A. The second call to object A causes thi s error message to be printed to the user log and a CORBA::OBJ_ADAPTER exception to be returned to the call ing client (in this case, object B).

Action

Notify the programmer.


206


WARN: TP::deactivateEnable() cannot deactivate another servant when concurrency strategy is PER_OBJECT

Description

The application called TP::deactivateEnable in the context of a CORBA method invocation for another servant inside a ser ver with a concurrency strategy of thread per object. The TPFW raises a TobjS::IllegalOperation exception.

Action

Application dependent. Notify your company's technical support or the application programmer.


207


WARN: TP::create_active_object_reference() called illegally - object does not have system concurrency policy.

Description

The application called TP::create_active_object_reference for an object that does not have a system conrtolled concurren cy policy. The TPFW raises a TobjS::IllegalOperation exception.

Action

Notify the programmer. Only system controlled concurrency objects can be activated immediately. Use TP::create_object_re ference or change the concurrency policy.


 Back to Top Previous