WTRN0000E: An internal error occurred in method logData in class com.ibm.ws.Transaction.JTA.PartnerLogData; the exception stack trace follows: com.ibm.ws.recoverylog.spi.LogFullException
 Technote (troubleshooting)
 
Problem(Abstract)
[4/14/04 11:28:26:086 CDT] 3daab6b0 PartnerLogDat E WTRN0000E: An internal error occurred in method logData in class com.ibm.ws.Transaction.JTA.PartnerLogData; the exception stack trace follows: com.ibm.ws.recoverylog.spi.LogFullException

Click on the error.txt link at the bottom of this technote for the detailed stack from the trace file.
 
Cause
The transaction log files record information about transactions and the resources used by those transactions. The resource information is stored in the partnerlog and the transaction information is stored in the tranlog.

For each information file there are two other files, one of which is the active file. Information is added to the log files and when the active file fills up, the information from the running server is written to the second file, which then becomes the active file. If at this point the second file is still full, the LogFullException is issued.

Usually, the tranlog becomes quite empty at this time because only active transactions are still in memory; however, the partnerlog is more likely to remain full, since the transaction service does not discard resource information during normal server running. During server startup, however, the partnerlog information is removed after performing transaction recovery.
 
Resolving the problem
Increase the transaction log file size to fix this problem.


Refer to the IBM® WebSphere® Application Server Information Center article for instructions on how to set the size for the transaction log.

 
Stack trace from the trace file
error.txt
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Java Transaction Service (JTS)
Operating system(s): Windows
Software version: 5.1.1
Software edition:
Reference #: 1175922
IBM Group: Software Group
Modified date: Aug 16, 2004