Bug 1363836

Summary: [GSS] (6.4.z) JBTM-2703 - When a transaction is committed at the same instance as a resource adapter/remote EJB calls XAT::recover() then you can get an NPE
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Stephen Fikes <sfikes>
Component: Transaction ManagerAssignee: Stephen Fikes <sfikes>
Status: CLOSED CURRENTRELEASE QA Contact: Ondrej Chaloupka <ochaloup>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: bmaxwell, jbilek, jtruhlar, msochure, tom.jenkinson
Target Milestone: CR1   
Target Release: EAP 6.4.11   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: Prepared transaction objects stored in the transaction store on the file system may be deleted as the result of commit or rollback. Consequence: An in-progress recovery operation may encounter a NullPointerException accessing the transaction object following a failed load of the deleted file. Fix: The logic will test to verify that the transaction object loaded by recovery is not null before attempting to use it. Result:
Story Points: ---
Clone Of:
: 1363841 (view as bug list) Environment:
Last Closed: 2017-01-17 13:08:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1361648, 1363841, 1366320    

Description Stephen Fikes 2016-08-03 17:13:24 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 JBoss JIRA Server 2016-08-12 21:36:04 UTC
Brad Maxwell <bmaxwell> updated the status of jira JBEAP-5612 to Coding In Progress

Comment 3 JBoss JIRA Server 2016-09-29 15:44:28 UTC
Tom Jenkinson <tom.jenkinson> updated the status of jira JBEAP-5612 to Reopened

Comment 4 Jiří Bílek 2016-10-04 07:52:15 UTC
Verified with EAP 6.4.11.CP.CR1

Comment 5 JBoss JIRA Server 2016-10-18 12:51:13 UTC
Ivo Studensky <istudens> updated the status of jira JBEAP-5612 to Resolved

Comment 6 Petr Penicka 2017-01-17 13:08:09 UTC
Retroactively bulk-closing issues from released EAP 6.4 cummulative patches.