Express (Distributed operating systems), v8.0 > Reference > Messages


CWSJS

CWSJS0001E: An internal error has occurred.

Explanation This exception is unexpected. The cause is not immediately known.
Action More info at:

CWSJS0002E: An exception, {0}, was created during the processing of a transactional operation, causing the operation to fail.

Explanation The specified exception was created during the processing of a transactional operation. This exception caused the transactional operation to fail.
Action Investigate the cause of the exception.

CWSJS0003E: An attempt was made to complete an already completed local transaction.

Explanation The commit, or rollback method of a local transaction was invoked after the transaction completed.
Action Avoid making duplicate attempts to complete a transaction.

CWSJS0004E: An attempt was made to perform work in the scope of a completed local transaction.

Explanation An attempt was made to perform a recoverable action using a local transaction that is already committed or rolled back.
Action Do not attempt to perform new transacted work in the scope of a completed transaction.

CWSJS0005E: An attempt was made to perform work using an unenlisted XAResource.

Explanation An attempt was made to perform transacted work with an XAResource that is not enlisted in a global transaction.
Action Do not attempt to perform transacted work in the scope of an unenlisted XAResource.

CWSJS0006E: An internal error occurred. The current class path cannot be determined.

Explanation This exception is unexpected. The cause is not immediately known.
Action More info at:

CWSJS0007E: An internal error occurred. The string representation of an XID became corrupted.

Explanation This exception is unexpected. The cause is not immediately known.
Action More info at:

CWSJS0008E: The maximum number of operations that is permissable for a single transaction ({0}) is exceeded.

Explanation A limit of operations that can be performed in the scope of a single transaction exists. An attempt was made to perform more than this number of transacted operations using a single transaction.
Action Reduce the number of operations that are attempted in the scope of any one transaction lower than the specified limit.

CWSJS0009E: An internal error occurred.

Explanation This exception is unexpected. The cause is not immediately known.
Action More info at:

CWSJS0010E: The maximum number of operations that is permissable for a single transaction ({0}) is exceeded.

Explanation A limit of operations that can be performed in the scope of a single transaction exists. An attempt was made to perform more than this number of transacted operations using a single transaction.
Action Reduce the number of operations that are attempted in the scope of any one transaction lower than the specified limit.

CWSJS9999E: {0}

Explanation If the message does not give sufficient information, check previous messages for further help.
Action See the accompanying error messages for further information.

   

+

Search Tips   |   Advanced Search