-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.0.0.DR11, 7.1.0.DR2
-
None
-
Release Notes
-
-
-
-
-
-
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
-
JBEAP-12336 (7.4.z) WFCORE-3103 - Embedded server doesn't close open file handles
- Resolved
-
WFCORE-1352 Embedded logged leaving filehandles open after stop
- Resolved
-
JBEAP-12214 Handle to audit.log is being held until next GC
- Closed
-
JBEAP-25234 (8.0.z) WFCORE-3103 - Embedded server doesn't close open file handles
- Closed
-
JBEAP-2840 Remove the logs of post installation tasks (Windows)
- Closed
- is cloned by
-
JBEAP-25542 Incomplete cleanup on installation quit on Windows
- New
- is related to
-
JBEAP-2012 Quiting the console installation doesn't do a proper cleanup
- Closed