Content starts here

System Messages: TUXJS Catalog 300-399

Previous

350


ERROR: function_name . configuration_string string is invalid (failure_description).

Description

The configuration string is invalid. The string function_name is the function that reports this message. The configuration_string is the invalid configuration string, and the failure_description describes the failure reason. The message is reported if the OPENINFO or CLOSEINFO string is too long in UBB configuration file.

Action

Shorten the OPENINFO or CLOSEINFO string in the UBB configuration file.


351


ERROR: [function_name - invalid flags flag_value].

Description

The function receives an invalid input flag. The function_name is the function that receives the invalid flag. The flag_value is the input flag value. This can happen if the resource manager is opened or closed with a flag.

Action

Contact the Oracle Tuxedo System Technical Support


352


ERROR: Invoked in a invalid process.

Description

A process that is neither TMS nor the TMJAVASVR server calls the Java XA related functions, it should not happen.

Action

Contact the Oracle Tuxedo System Technical Support


353


ERROR: Server is not configured in XA support running mode.

Description

The Java XA related functions are called while the TMJAVASVR server is not configured with XA support in UBB configuration file and the TMJAVASVR server configuration file. I.e, the TMJAVASVR server is not configured in a RM group in UBB configuration file or there is JDBC configuration in TMJAVASVR server configuration file.

Action

Configure the TMJAVASVR server XA support in the UBB configuration and TMJAVASVR server configuration file according to the Java support feature document.

See Also

ubbconfig(5), ATMI Programming


354


ERROR: XA environment initialization failure.

Description

The TMJAVASVR server failed to set up the XA support environment.

Action

Contact the Oracle Tuxedo System Technical Support


355


ERROR: Resource manager identifier integer value is too large. It must be less than max_rm_id.

Description

The Resource manager identifier value exceeds the maximum resource manager identifier value. The max_rm_id is the maximum Resource manager identifier integer value.

Action

Contact the Oracle Tuxedo System Technical Support


356


ERROR: Does not support rm_type type of resource manager.

Description

Current the TMJAVASVR server only supports the JDBC type data source. The rm_type is the invalid data source type name.

Action

Contact the Oracle Tuxedo System Technical Support


357


ERROR: Resource manager xa_operation_name operation returns failure_code:failure_description.

Description

The resource manager failed to execute the XA operation. The xa_operation_name is the XA operation name. The failure_code:failure_description give the failure code and failure reason.

Action

Contact the Oracle Tuxedo System Technical Support


359


ERROR: Failed to parse the OPENINFO string OPEN_INFO_String.

Description

Fail to parse the configured OPENINFO string. The OPEN_INFO_String is the wrong OPENINFO string configured in UBB configuration file.

Action

Configure the correct OPENINFO string in UBB configuration file.

See Also

ubbconfig(5)


360


WARNING: Failed to convert xid_idx Xid object to XID data.

Description

Fail to convert the Java style Xid to Oracle Tuxedo Xid. The xid_idx is the index in the array.

Action

Contact the Oracle Tuxedo System Technical Support


361


WARNING: The xid_idx Xid object is null.

Description

The Xid object in the Xid object array is null. The xid_idx is the index in the array.

Action

Contact the Oracle Tuxedo System Technical Support


362


Open XAResource Result failure _description

Description

The TMJAVASVR server failed to open resource manager. The failure_description provides detailed failure information.

Action

Contact the Oracle Tuxedo System Technical Support


 Back to Top Previous