Details
Description
When starting the installer in an environment where the installerrequirements are not fulfilled, the installer aborts with an error and seems to quit. However, the JVM is still running in the background and the lockfile is still held. This means that we have a zombie process in the background and when trying to install again we get an error that an installation process may still be running.
Now exiting process with System.exit(-1);