Skip navigation.

OTS Messages 1000-1099

  Previous

1000

WARN: xa_start() failed in pre-prepare phase with error = internalcode

Description

Attempts to call xa_start with the flags value of TMRESUME or TMNOFLAGS failed in the preprepare phase of the transaction life cycle. The transaction will be rolled back.

Action

Verify configuration of openinfo for the associated resource manager. Consult error codes described for X/Open in the CAE Specification.

1001

WARN: xa_end() failed in pre-prepare phase with error = internalcode

Description

Attempts to call xa_end with the flags value of TMFAIL failed in the preprepare phase of the transaction life cycle. The transaction will be rolled back.

Action

Verify configuration of openinfo for the associated resource manager. Consult error codes described for X/Open in the CAE Specification.

1002

ERROR: Unable to attach BB

Description

This message occurs in the server process if the server process was configured in the PROTECTED SYSTEM_ACCESS mode and the process is unable to attach itself to the Bulletin Board.

Action

Contact BEA Customer Support.

1003

ERROR: Unable to lock BB and detach previous BB

Description

This message occurs in the server process if the server process was configured in the PROTECTED SYSTEM_ACCESS mode and the process is unable to lock and later detach itself from the Bulletin Board.

Action

Contact BEA Customer Support.

1004

ERROR: Unable to lock BB

Description

This message occurs in the server process if the server process is unable to lock the Bulletin Board.

Action

Contact BEA Customer Support.

1005

ERROR: Unable to detach BB

Description

This message occurs in the server process if server process was configured in the PROTECTED SYSTEM_ACCESS mode and the process is unable to detach itself from the Bulletin Board.

Action

Contact BEA Customer Support.

1006

ERROR: Fatal error receiving requests, shutting server down

Description

Due to a lack of memory, the server received a fatal error while trying to read requests.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the cmalloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

1007

ERROR: Cannot call ATMI routine without joining application

Description

The client must join the application before calling ATMI routines.

Action

Modify the client to call tpinit (or a function which calls tpinit) before calling the ATMI routines.

See Also

BEA TUXEDO Programmer's Guide

1008

WARN: tpreturn called outside service routine

Description

tpreturn is being called outside the service routine.

Action

none

1009

WARN: tpreturn called with invalid flags 0xval

Description

tpreturn is being called with the invalid flags '0xval'. This is a programming error.

Action

Modify the code which is calling tpreturn to pass valid flags values.

See Also

BEA TUXEDO Programmer's Guide

1010

WARN: tpreturn called with TPEXIT

Description

tpreturn is being called with flag value TPEXIT, which will cause the server to terminate after sending the reply.

Action

none

See Also

BEA TUXEDO Programmer's Guide

1011

ERROR: .SysServerTpexit: val, group val, id val server requested TPEXIT

Description

tpreturn is being called with flag value TPEXIT, which will cause the server to terminate after sending the reply. The server's process id is 'val', it was a member of group 'val', and its id was 'val'.

Action

none

See Also

BEA TUXEDO Programmer's Guide

1012

WARN: tpreturn called with invalid rval val

Description

tpreturn is being called with an rval of 'val', which is invalid. This will cause the server to terminate and restart after sending the reply.

Action

Correct the code that calls tpreturn with the invalid rval value.

See Also

BEA TUXEDO Programmer's Guide

1013

ERROR: Invalid data pointer given to tpreturn()

Description

The call to tpreturn was passed an invalid data pointer. This will cause the server to terminate and restart after sending the reply.

Action

Correct the code that calls tpreturn with the invalid data pointer.

See Also

BEA TUXEDO Programmer's Guide

1014

ERROR: Type switch buffer uninitialization routine failure

Description

An attempt to switch buffers failed during uninitialization. The service routine did not return the same buffer that it was passed, and the attempt to switch buffers failed.

Action

Modify the code to return the same buffer.

See Also

BEA TUXEDO Programmer's Guide

1015

ERROR: Performed tpreturn() with outstanding replies

Description

The service routine called tpreturn even though it has replies still outstanding. The server will terminate and restart, which will cause the replies to be lost.

Action

The client should obtain the replies in a timely fashion.

See Also

tpgetrply in the BEA TUXEDO Programmer's Guide

1016

WARN: tpreturn failed because connection not SENDONLY

Description

The tpreturn failed because the connection over which the reply was to be sent is TPRECVONLY-only. The service is involved in a conversation, and it does not currently have control over the connection to the client.

Action

The client and server must coordinate the conversation to control over the connections.

See Also

tpsend and tpreturn in the BEA TUXEDO Programmer's Guide

1017

WARN: tpreturn failed because subordinate conversations open

Description

tpreturn failed because the transaction has subordinate conversations still in progress.

Action

The client must coordinate the transactions and subordinate conversations.

See Also

tpsend in the BEA TUXEDO Programmer's Guide

1018

ERROR: tpreturn tpcommit reported val

Description

During tpreturn, a call to tpcommit reported the error 'val'.

Action

This unexpected error occurred while committing the transaction. See the documentation on tpcommit.

See Also

tpcommit in the BEA TUXEDO Programmer's Guide

1019

WARN: tpreturn transaction processing failure

Description

While disassociating the service from the transaction, a failure occurred. The service will be terminated and rebooted after sending the reply.

Action

None.

1020

ERROR: tpreturn could not send reply val

Description

The service could not send the reply 'val'. This is an unexpected error.

Action

Contact BEA Customer Support.

1021

ERROR: Type switch buffer uninitialization routine failure

Description

An attempt to switch buffers failed during uninitialization. The service routine did not return the same buffer it was passed, and the attempt to switch buffers failed.

Action

Modify the code to return the same buffer.

See Also

BEA TUXEDO Programmer's Guide

 

Skip footer navigation  Back to Top Previous