-
Type:
Bug
-
Status: Reopened (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 7.0.0.DR11, 7.1.0.DR2
-
Fix Version/s: None
-
Component/s: Installer
-
Labels:None
-
Environment:
Windows
-
Target Release:
-
Affects:Release Notes
-
Release Notes Docs Status:Documented as Known Issue
Quitting the installation during post installation tasks lead to IOException on Windows. Installer doesn't do a proper clean up due to IOE.
- Start the Installation on Windows
- Choose to perform some advanced runtime configuration task
- Press Quit button once on some of runtime configuration screens (e.g. Configure password vault)
C:\>java -jar e:\static_build_env\eap\7.0.0.DR11\jboss-eap-7.0.0.DR11-installer.jar
|
java.io.IOException: Unable to delete file: C:\Users\Administrator\EAP-7.0.0\Uninstaller\uninstaller.jar
|
at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2279)
|
at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1653)
|
at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1535)
|
at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:2270)
|
at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1653)
|
at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:1535)
|
at com.redhat.installer.installation.action.AbortedInstallationCleanUp.cleanUp(AbortedInstallationCleanUp.java:41)
|
at com.izforge.izpack.util.Housekeeper.runClients(Housekeeper.java:132)
|
at com.izforge.izpack.util.Housekeeper.runCleanup(Housekeeper.java:123)
|
at com.izforge.izpack.installer.InstallerFrame.exit(InstallerFrame.java:1424)
|
at com.izforge.izpack.installer.InstallerFrame$NavigationHandler.navigate(InstallerFrame.java:1895)
|
at com.izforge.izpack.installer.InstallerFrame$NavigationHandler.access$200(InstallerFrame.java:1860)
|
at com.izforge.izpack.installer.InstallerFrame$NavigationHandler$1.run(InstallerFrame.java:1877)
|
at java.lang.Thread.run(Thread.java:662)
|
Installer throws IOE on quit
uninstaller.jar remains on the disk - everything should be removed if user Quit the installation
- is blocked by
-
WFCORE-1352 Embedded logged leaving filehandles open after stop
-
- Resolved
-
-
JBEAP-2840 Remove the logs of post installation tasks (Windows)
-
- Closed
-
-
JBEAP-12214 Handle to audit.log is being held until next GC
-
- Verified
-
-
JBEAP-12336 Embedded server doesn't close open file handles
-
- New
-
- is related to
-
JBEAP-2012 Quiting the console installation doesn't do a proper cleanup
-
- Closed
-