BEA Logo BEA Banner

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Messages   |   Catalog List   |   Previous   |   Next


Q Messages 1300-1399



1350


ERROR: operation - failed to open table qspace.extent on config config

Description

The specified operation could not open the queue space extent, qspace.extent, on the specified configuration, config. The operation is one of the following: Print transactions, Commit transaction, Abort transaction, Queue information, Queue scan, Queue list, Change priority, Delete messages, ipcs, ipcrm, Create queue space, Add extent, Destroy queue space, Create queue, Destroy queue, enqueue, dequeue, Queue information, xa_open, xa_close, xa_start, xa_end, xa_prepare, xa_commit, xa_rollback, xa_recover, xa_forget, Transaction commit, Transaction rollback, Change exec time, or Change queue.

Action

Normally this error results from specifying an invalid queue space name or configuration device. When using qmadmin, check the values of QMCONFIG and the queue space name. When this results from a client or server failing in tpopen(3c), check the OPENINFO string in the configuration file. It may also result from have too few file descriptors configured in the operating system tunable parameters.

See Also

qmadmin(1), ubbconfig(5)


1351


ERROR: operation - failed to read block block of table qspace..extent on config config

Description

The specified operation could not read a block from the queue space extent, qspace.extent, on the specified configuration, config. The operation values are listed in message 1350.

Action

This probably indicates a disk error or problem and normally means that a message will be lost. Contact your BEA TUXEDO system Technical Support.


1352


ERROR: operation - failed to write block block of table qspace..extent on config config

Description

The specified operation could not write a block to the queue space extent, qspace.extent, on the specified configuration, config. The operation values are listed in message 1350.

Action

This probably indicates a disk error or problem and may mean that a message will be lost. Contact your BEA TUXEDO system Technical Support.


1353


ERROR: operation - checksum failed on block block of table qspace..extent on config config

Description

The specified operation could read a block from the queue space extent qspace.extent on the specified configuration, config, and found that its checksum was not valid. The operation values are listed in message 1350.

Action

This probably indicates a disk error or problem and normally means that a message will be lost. Contact your BEA TUXEDO system Technical Support.


1354


ERROR: operation - queue space for rmid rmid not defined or not open

Description

The specified operation was executed but the queue space (the resource manager identified by rmid) either didn't exist or was not open. The operation values are listed in message 1350. This probably indicates that a System/T client or server did not call tpopen() before starting a transaction.

Action

Call tpopen() to open the queue space before doing any transaction operations.

See Also

tpopen(3c)


1355


ERROR: [operation - invalid flags 0xflags]

Description

An invalid flags value, flags, was passed from the transaction manager to the specified operation(xa_start, xa_end, xa_prepare, xa_commit, xa_rollback, xa_recover, or xa_forget).

Action

Contact your BEA TUXEDO system Technical Support.


1356


ERROR: operation - queue space qspace needs to be restarted

Description

An error was detected in the queue space that requires the resource manager to be restarted. Normally, this is caused by the abnormal termination of a process attached to the queue space while it was in a critical section of code.

Action

Stop all processes attached to the queue space, remove the IPC resources using the qmadmin ipcrm command, and restart the processes.

See Also

qmadmin(1)


1357


ERROR: operation - invalid queue name name

Description

An invalid queue name, name, was specified for the specified operation. The operation can be one of the following: "Queue information", "Queue list", "Change priority", "Change exec time", "Change expiration time", "Change queue", "Delete messages", or "Destroy queue".

Action

Use the qinfo command to list the available queues in the queue space and re-enter the command with a valid queue name.

See Also

qmadmin(1)


1360


WARN: Print transaction - unable to save transaction information; committrans and aborttrans not available

Description

While executing the qprinttrans command, the transaction information that can be subsequently used for qcommittrans or qaborttrans could not be saved because malloc() failed.

Action

It will not be possible to execute qcommittrans or qaborttrans successfully. No action required.

See Also

qmadmin(1)


1377


ERROR: operation - must execute printtrans to get transaction information

Description

The qcommittrans or qaborttrans command was executed without previously executing printtrans successfully (that is, without getting message 1377) to get a list of transactions.

Action

Execute the qprinttrans command to get a list of transactions. An index for one of the listed transactions must be specified for the qcommittrans or qaborttrans command.

See Also

qmadmin(1)


1378


ERROR: operation - invalid transaction index specified

Description

While executing the qcommittrans or qaborttrans command, a transaction index was specified that did not match an index printed by the qprinttrans command.

Action

Specify a valid transaction index from the output of the qprinttrans command.

See Also

qmadmin(1)


1379


ERROR: operation - transaction for the index specified has changed

Description

While executing the qcommittrans or qaborttrans command, a transaction index was specified for a transaction that no longer exists (that is, has already been completed).

Action

Re-execute the qprinttrans command to get a list of transactions that are currently outstanding and re-enter the qcommittrans or qaborttrans command with a valid transaction index.

See Also

qmadmin(1)


1381


ERROR: operation - cannot heuristically complete, status status

Description

While executing the qcommittrans or qaborttrans command, a transaction index was specified for a transaction that is not in the READY state. The current status of the transaction, status, is printed in the system message.

Action

Execute the qprinttrans command to get a list of currently outstanding transactions. Only transactions in the READY state may be specified for the qcommittrans or qaborttrans command.

See Also

qmadmin(1)


1398


INFO: Queue information - no queues defined.

Description

The qinfo command was executed but no queues are currently defined in the open queue space.

Action

No action required.

See Also

qmadmin(1)


1399


ERROR: Queue scan - Memory allocation failure

Description

An attempt to dynamically allocate memory from the operating system using malloc() failed while scanning the queue. The associated operation (qlist, qchangetime, qchangeprio, qchangequeue, or qdeletemsg) will fail.

Action

Ensure that 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. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

See Also

qmadmin(1)