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

Bug 1090761

Summary: Unable to uninstall EAP on Windows Server 2012
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Thomas Hauser <thauser>
Status: CLOSED NOTABUG QA Contact: Petr Kremensky <pkremens>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.3.0   
Target Milestone: Pending   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-02 06:01:01 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
Step 1 : Uninstall using jar
none
Step 2 : Directory is removed none

Description Petr Kremensky 2014-04-24 06:21:31 UTC
Description of problem:
 Uninstaller doesn't remove EAP on Windows Server 2012

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

How reproducible:
 Always

Steps to Reproduce:
 1. Install the EAP
 2. Uninstall it via uninstaller.jar 

Actual results:
 EAP-6.3.0 directory have more than 150 MB after uninstallation, only shortcuts and a few files are removed.

Expected results:
 EAP-6.3.0 directory is removed.

Comment 1 Thomas Hauser 2014-04-30 14:09:03 UTC
Hello Petr,

I was using dev97 on hudson to try and reproduce this issue, but the uninstaller.jar doesn't seem to be doing what you describe (keep in mind, this IS w2k8, so we may have a w2012 specific issue on our hands.)

a) uninstaller.jar executed without the "Force deletion of ..." checkbox checked:
 - Leaves the <INSTALL-PATH>/jboss-eap-6.3/ on the system, along with any files created either by the server startup (some server history logs and previous versions of standalone*.xml and domain.xml), as well as files created by Advanced configuration (vault keystores, copied JDBC jar drivers). The rest of the files ARE deleted, total size of jboss-eap-6.3 directory is reported as <2mb

b) uninstaller.jar executed with the "Force deletion of ..." checkbox checked:
 - Everything is deleted.

Are you invoking the jar through the command line, rather than through a double click? I'll investigate further.

Comment 2 Petr Kremensky 2014-04-30 14:14:22 UTC
Hi Tom,
this is w2k12 specific issue.

Comment 3 Petr Kremensky 2014-04-30 14:16:31 UTC
Sorry, I should highlight this more.

Comment 4 Thomas Hauser 2014-04-30 14:18:22 UTC
I see. Is there a machine I can test with? I have never used a lab w2k12 machine.

Thanks,
Tom

Comment 5 Thomas Hauser 2014-05-01 14:37:37 UTC
Hello,

I'm unable to reproduce this issue with the above reproduction steps.

My installed directory is removed. Since I cannot reproduce, I'm going to defer this bug for 6.3.0 ER3.

Comment 6 Thomas Hauser 2014-05-01 14:38:14 UTC
Created attachment 891548 [details]
Step 1 : Uninstall using jar

Comment 7 Thomas Hauser 2014-05-01 14:38:46 UTC
Created attachment 891549 [details]
Step 2 : Directory is removed

Comment 8 Petr Kremensky 2014-05-02 06:01:01 UTC
Hi Tom,
you're right, I am unable to reproduce it either. I remember I was able to reproduce the issue few times in row that time, but now it is working as should. There might be some stuck process I look over that time, preventing uninstaller to work correctly. I'll keep you informed if I run into this again. Sorry for false alarm.