Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Launchpad Base 2.4.0
-
None
Description
The Main.Notified.updated(File) method first calls Main.stopSling to properly stop and cleanup after sling's shutdown and the calls Main.startSling to install the new framework and launch it.
The problem is that stopSling sets the launcher field to null and thus startSling assuming the launcher field to not be null to fail with a NullPointerException
Attachments
Issue Links
- relates to
-
SLING-2547 Further thread cleanup investigation
- Resolved