Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.11.0
-
Fix Version/s: 4.0.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
If a InstallerListener throws an exception during installation, the registered CleanupClient instances are not invoked. For example, if the AntActionInstallerListener encounters an error, the installation is exited without ever invoking the registered CleanupClients. This can cause the installation to be left in an inconsistent state.
I have a fix for this ready to go using the Housekeeper mechanism.