The installation of a Control-M product on Windows or Unix is failing with the message: java.io.IOException: No such file or directory
The relevant installation logs will show errors similar to the following:
Unix / Linux Example:
15:08:20.784 22 Action.perform[189] Performing <update> sections="false" add_file="true" permission="755" separator=" " name="/home/controlm/BMCINSTALL/uninstall/DRNFT.8.0.00/BEFORE_UNINSTALL/uninstall_bimactivation.sh" os="unix" (file:/h/bldrem/ccm_wa/install/izPack-bldrem_EM800_U_SQA/izPack/Definitions/bimactivation/m_bimactivation.xml:276)
15:08:20.786 22 IniFileActions.createIniFile[698] Creating ini file
java.io.IOException: No such file or directory
Windows Example:
07:58:42.502 24 Action.perform[215] Performing <update> add_file="true" sections="false" separator=" " name="C:\Program Files\BMC Software\Control-M EM\Default\BMCINSTALL\uninstall\DRNFT.9.0.18\BEFORE_UNINSTALL\uninstall_bimactivation.bat" os="windows" (file:/p/msm_tfs_dsl/IzPack_INT/IzPack_INT_20171115.3/izPack/Definitions/bimactivation/m_bimactivation.xml:266)
07:58:42.502 24 IniFileActions.createIniFile[709] Creating ini file
java.io.IOException: The system cannot find the path specified
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:1012)