Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1110904

Summary: Not all files are removed on installation quit.
Product: [Retired] JBoss BRMS Platform 6 Reporter: Marek Baluch <mbaluch>
Component: InstallerAssignee: Thomas Hauser <thauser>
Status: CLOSED CURRENTRELEASE QA Contact: Marek Baluch <mbaluch>
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: fcanas, kverlaen, rrajasek
Target Milestone: CR2   
Target Release: 6.0.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 19:53:47 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:
Attachments:
Description Flags
stack-trace none

Description Marek Baluch 2014-06-18 18:22:45 UTC
Description of problem:
Sometimes when post installation steps are made and the installation is interrupted by the user using 'Quit', then not all installer-created files are remove. One of IzPack installation summary and log files was left behind.

Please see the attached stack-trace which was present when the situation occurred. I hope that should be sufficient to determine what cleanup is missing.

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

How reproducible:
Very hard.

Steps to Reproduce:
1. Run the installer and end the installation using 'Quit' when post installation steps are performed.

Comment 1 Marek Baluch 2014-06-18 18:23:38 UTC
Created attachment 910117 [details]
stack-trace

Comment 2 Francisco Canas 2014-06-19 15:31:34 UTC
I have added some exception handling to the Izpack code that handles deleting files when user quits. This will hopefully reduce the chance of leftover files in the base install path.

This change will be included in the next builds for BRMS/BPMS.

http://git.app.eng.bos.redhat.com/git/izpack.git/commit/?id=e7d87eca7d0c2ae5aab1b67558f788af8f2faa00

Comment 3 Marek Baluch 2014-06-25 13:54:43 UTC
Looks like the code made it to the disto. Marking as VERIFIED (on 6.0.1.CR2).