Explanation | This exception is unexpected. The cause is not immediately known. |
Action | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
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. |
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. |
Explanation | An attempt was made to perform a recoverable action using a local transaction that is already committed or rolled back. |
Action | Avoid attempting to do work with a completed transaction. |
Explanation | An attempt was made to perform transacted work with an XAResource that is not enlisted in a global transaction. |
Action | Avoid attempting to do work in the scope of an unenlisted XAResource. |
Explanation | This exception is unexpected. The cause is not immediately known. |
Action | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Explanation | This exception is unexpected. The cause is not immediately known. |
Action | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
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. |
Explanation | This exception is unexpected. The cause is not immediately known. |
Action | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
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. |