Sun Java logo     Previous      Contents      Index      Next     

Sun logo
Sun Java System Application Server 7 2004Q2 Update 1 Standard and Enterprise Edition Error Messages Reference 

Chapter 8
Java Transaction API

This chapter lists error messages that originate from the Java transaction APIs.


DTX

Transaction processing in J2EE involves the following five participants: Transaction Manager, Application Server, Resource Manager(s), Resource Adapter(s) and the User Application. Each of these entities contribute to reliable transaction processing, by implementing different APIs and functionalities.

This chapter contains error messages that occur in the DTX system.

DTX5001

Severity

SEVERE

Description

An internal error occurred while enlisting a resource with the transaction.

Action

Analyze the System, as described on (more...) .

DTX5002

Severity

SEVERE

Description

An internal error occurred while delisting a resource with the transaction.

Action

Analyze the System, as described on (more...) .

DTX5003

Severity

SEVERE

Description

An internal error occurred while registering synchronization with the transaction.

Action

Analyze the System, as described on (more...) .

DTX5004

Severity

SEVERE

Description

An exception occurred while trying to start the transaction.

Action

See the exception data for more details. Make sure the application is not trying to start a transaction when an active transaction is already running.

DTX5005

Severity

SEVERE

Description

An exception occurred while trying to commit the transaction.

Action

See the exception data for more information on the exception.

DTX5006

Severity

SEVERE

Description

An exception occurred while trying to rollback the transaction.

Action

See the exception data for more details.



Previous      Contents      Index      Next     


Copyright 2004 Sun Microsystems, Inc. All rights reserved.