Content starts here

System Messages: GWWS Catalog 1500-1599

Previous Next

1550


ERROR: Cannot allocate buffer for XML to Tuxedo conversion: reason

Description

Failed to allocate buffer for XML to Tuxedo conversion; the failure information is in reason.

Action

Increase system memory.


1551


ERROR: parsing XML input

Description

The input XML document caused parsing error.

Action

Correct the application to use proper XML document.


1552


ERROR: Incorrect embedded VIEW32 format for field eltname

Description

The XML document contains an invalid embedded VIEW32 field with name eltname.

Action

Correct the XML document used by the application to conform to the representation of the embedded VIEW32 inside a FML32 buffer.


1553


ERROR: Embedded content does not match for field eltname, expected VIEW32 or FML32.

Description

The XML document contains unsupported embeded buffer type. The embedded buffer must be either VIEW32 or FML32.

Action

Correct the XML document used by the application.


1554


ERROR: Adding element fldname into TUX buffer: reason

Description

Error occurred while adding an element fldname into Tuxedo buffer, the cause of the failure is in reason.

Action

Correct the problem according to the reason.


1555


ERROR: Types incompatible for fldname: fldtype

Description

The FML field type of fldname is fldtype which is incompatible with the actual data.

Action

Either make the application uses correct data or change FML32 buffer definition to be compatible to the data.


1556


ERROR: Adding element into TUX buffer: errstr

Description

Error occurred while adding element into Tuxedo buffer, the reason of the failure is given in the errstr.

Action

Correct the problem base on the information provided by errstr.


1557


ERROR: Cannot allocate buffer for JSON to Tuxedo conversion: errstring

Description

Failed buffer allocation for conversion from JSON to Tuxedo; the reason of the failure is given in the errstr.

Action

Correct the problem base on the information provided by errstr.


1558


ERROR: Parsing JSON input

Description

Failure occurred while parsing input JSON data.

Action

Correct the application to use good JSON data.


1559


ERROR: Determining JSON type for fldname: errstr

Description

Error encountered while determining JSON type for field fldname, the reason of the failure is given in the errstr.

Action

Correct the problem base on the information provided by errstr.


1560


ERROR: Types incompatible typ, jSON number and field fldname

Description

The data type is incompatible field type typ and the offending field name is fldname.

Action

Correct the application so that it will generate correct field data.


1561


ERROR: Unknown JSON type for item name

Description

Unknown JSON type name is found.

Action

Correct the application data.


1562


ERROR: Adding JSON string into TUX buffer: errinfo

Description

Failure occurred while adding JSON string to Tuxedo buffer with the reason of the failure in the errinfo.

Action

Correct the problem as described in errinfo.


1563


ERROR: Problem opening Tuxedo buffer context when converting to XML: errstr

Description

Failed to open Tuxedo buffer context when converting to XML document, the failure is described in errstr.

Action

Correct the problem as described in errstr.


1564


ERROR: Tuxedo to XML, problem reading next field: errinfo

Description

Failed to get next field from Tuxedo buffer, and detailed error information is in errinfo.

Action

Read errinfo and fix the problem the Tuxedo buffer presents.


1565


ERROR: Reading field num: errinfo

Description

Failed to get number of occurrence of a field, and the detailed cause of failure is in errinfo. This can happend on FML/FML32/VIEW/VIEW32/X_C_TYPE/X_COMMON buffer types.

Action

Read the errinfo and fix the problem in the Tuxedo buffer.


1566


ERROR: Unknown type for field eltname: errinfo

Description

Unknown FML/FML32 field type for field eltname, the detailed cause of failure is in errinfo.

Action

Check the errinfo and fix the problem in the Tuxedo buffer or FML/FML32 definition file.


1567


ERROR: Reading next field: errinfo

Description

Error occurred while reading the next field, the cause of failure is described in errinfo.

Action

Correct the problem in application and FML or VIEW definition file.


1568


ERROR: Problem opening Tuxedo buffer context when converting from Tuxedo to JSON: errinfo

Description

Unable to open Tuxedo buffer context to convert Tuxedo buffer to JSON, the cause of failure is in errinfo.

Action

Correct the problem described in the errinfo.


1569


ERROR: Problem reading next field: errinfo

Description

Failure occurred while reading next field from Tuxedo buffer, the cause of the failure is described in errinfo.

Action

Correct the problem described in the errinfo.


1570


ERROR: reading field num: errinfo

Description

Encountered error while gathering the number of occurrences of a field in the Tuxedo buffer, the cause of the failure is described in errinfo.

Action

Correct the problem described in the errinfo.


1571


ERROR: Unknown type for field fldname: fldtype

Description

Unknown field type, fldtype, for field name fldname of Tuxedo buffer.

Action

Correct the application data to use only defined field types.


1572


ERROR: Reading next field for fldname: errinfo

Description

Unable to get next field of field name fldname while converting structured Tuxedo buffer to JSON, the cause of failure is described in errinfo.

Action

Correct the problem described in the errinfo.


1573


ERROR: Memory allocation failure. (mod,ref)

Description

Failed to allocate memory in module mod with reference code ref.

Action

Increase system memory.


1574


ERROR: Parsing XML input: totlen

Description

Failed to parse a XML document of length totlen.

Action

Check the input XML document to find out which element does not follow the rule and correct it.


1575


ERROR: Could not determine field type for fldname: errinfo

Description

Failed to determine field type for field name fldname, more detail of failure is given in errinfo.

Action

Correct the field or VIEW table definition or correct the application data according to the information described in errinfo.


1576


ERROR: Could not determine field tpe for fldname: errinfo

Description

Failed to determine field type for field name fldname, more detail of failure is given in errinfo.

Action

Correct the field or VIEW table definition or correct the application data according to the information described in errinfo.


1577


ERROR: Memory allocation failed, (mod,ref)

Description

Memory allocation failed in module mod with reference code ref.

Action

Increase system memory.


1578


ERROR: Invalid Tuxedo buffer type

Description

An invalid Tuxedo buffer type is found.

Action

Change to use a valid Tuxedo buffer type and its associated subtype if applicable.


1579


ERROR: Generating XML buffer.

Description

Failed to create a XML document from Tuxedo typed buffer.

Action

Check the input Tuxedo typed buffer and Tuxedo USERLOG for previous error messages and correct them.


1580


ERROR: JSON parsing number for item=str

Description

Failed to parse a JSON text string, str, into number.

Action

Use the correct text string for number for JSON data.


 Back to Top Previous Next