Feb 02, 2022
04:24 PM
1 Kudo
I resolved the issue. The root cause was that the /tmp folder to where the installer was extracting the package, had noexec attribute on it. this means that the executable binary files in the /tmp folder are not executable, even if the user has execute permission on them. When the /tmp folder was re-mounted with exec attribute, the java in /tmp extrated folders could be run and the install completed.
... View more
Feb 01, 2022
12:45 AM
Our installer uses InstallAnywhere 2021 and is failing w/ this error in the install log ========= Forking JAVA ============================================= JRE libraries are missing or not compatible.... Exiting.... ========= JAVA Finished ============================================= We tried setting IATEMPDIR per this technote - https://community.flexera.com/t5/Code-Insight-Knowledge-Base/JRE-libraries-are-missing-or-not-compatible-error-during-FlexNet/ta-p/107568 - but the issue remains unresolved. I am not sure if IA 2021 uses this IATEMPDIR environment variable. The default TEMP directory has lot of space and is writeable by the installing user - so we actually don't need to specify an alternate TEMP directory. I also found that java.exe cannot be launched by the userID that runs the installer - So could this error occur if the java.exe used by the installer is not executable by the userID launching the installer? I tried specifying lax.nl.java.option.verbose=all lax.nl.java.option.debugging=on in the LAX properties file, but there is no debug data being written that can explain why 'forking Java' operation failed. The failure occurs, even when LAX_VM command line parameter is used to specify an alternate JVM.
... View more
Latest posts by ITGUYNP
Subject | Views | Posted |
---|---|---|
1309 | Feb 02, 2022 04:24 PM | |
1338 | Feb 01, 2022 12:45 AM |
Activity Feed
- Got a Kudo for Re: JRE libraries are missing or are not compatible. Feb 07, 2022 10:01 AM
- Posted Re: JRE libraries are missing or are not compatible on InstallAnywhere Forum. Feb 02, 2022 04:24 PM
- Tagged JRE libraries are missing or are not compatible on InstallAnywhere Forum. Feb 01, 2022 12:51 AM
- Tagged JRE libraries are missing or are not compatible on InstallAnywhere Forum. Feb 01, 2022 12:51 AM
- Tagged JRE libraries are missing or are not compatible on InstallAnywhere Forum. Feb 01, 2022 12:51 AM
- Tagged JRE libraries are missing or are not compatible on InstallAnywhere Forum. Feb 01, 2022 12:51 AM
- Posted JRE libraries are missing or are not compatible on InstallAnywhere Forum. Feb 01, 2022 12:45 AM