Bug 1023923
Summary: | Uninstaller doesn't work if install fails | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Michael Burman <yak> | ||||
Component: | Installer | Assignee: | Thomas Hauser <thauser> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Len DiMaggio <ldimaggi> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 6.0.0 | CC: | atangrin, soa-p-jira | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2013-12-13 18:10:18 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: |
|
real bug here is that there are files left over by the installation that are not removed upon failure. Uninstallation is not supported by FSW. |
Created attachment 816770 [details] Installation logfile Description of problem: If the installer fails for any reason, the uninstaller option is not installed. The shortcut is installed, but it's pointing to a jar, that's not available. The shortcut points to: "C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar "C:\Projects\fsw600beta\Uninstaller\uninstaller.jar" But Uninstaller directory is never created, so uninstaller.jar can't be found. Version-Release number of selected component (if applicable): 6.0.0.Beta How reproducible: Everytime. Steps to Reproduce: 1. Use some option that fails the installer in the management interface can't be connected part. 2. Install the shortcuts. 3. Try to uninstall. Actual results: Expected results: Uninstaller should start the uninstaller. Additional info: