- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Install Anywhere 2023 Error (com.zerog.ia.auto) - Trying to checkout IAEB version=23.0
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Install Anywhere 2023 Error (com.zerog.ia.auto) - Trying to checkout IAEB version=23.0
I have a Maven Java project that creates a new .iap_xml file, edit it's description and then builds the installer. When I call this method:
String projectFilePath = "Template\\NoCodeInstaller.iap_xml";
String templatePath = Paths.get(iaFolderPath, "iatemplates", "Quick_Install_Template.iam.zip").toString();
Project project = ProjectAutomation.createNewProjectFromTemplate(templatePath, projectFilePath);
It's returning this error:
Trying to checkout IAEB version=23.0
Library for Native Hostid Couldn't Be Loaded (-521,7024)
Trying to checkout IAEB version=23.0
Library for Native Hostid Couldn't Be Loaded (-521,7024)
Trying to checkout IAEE version=23.0
Library for Native Hostid Couldn't Be Loaded (-521,7024)
Trying to checkout IAEE version=23.0
Library for Native Hostid Couldn't Be Loaded (-521,7024)
Trying to checkout IAEJ version=23.0
Library for Native Hostid Couldn't Be Loaded (-521,7024)
Trying to checkout IAEJ version=23.0
Library for Native Hostid Couldn't Be Loaded (-521,7024)
RESOURCE BUNDLE NOT AVAILABLE!
null
Note: My Install Anywhere is activated using the node locked InstallAnywhere Perpetual License.
I've also noticed this error regarding some "Resource Bundle" which I don't know what it is, so I would be very grateful if someone could explain to me.
You can find the java project attached.
Thanks!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Please check MAC address with license and machine.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I checked and my license is fine. I can open, edit, build and save the template using the Install Anywhere user interface. I can also build the template calling the build.exe through command line. The problem is that when I use the java API to edit the template, it fails with this error when the methods ProjectAutomation.createNewProjectFromTemplate(...) or ProjectAutomation.saveProject(...) are called.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Java Version?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
JDK 21
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Either try lower version of Java that is java 11.0.19/ 17.0.7 or set this
Navigate to: Project > JVM Settings > Installer Settings > Optional Installer Arguments
and append the following to whatever value is currently set for the Additional Arguments property:
-Djdk.util.zip.disableZip64ExtraFieldValidation=true
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I tried with Java 11 and 17 and got the same error. The property didn't work either.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hello @vjayaraman, how are you?
Do you have something in mind that could help me fix this issue? This is blocking the development, unfortunately.
Thanks for the help anyway.
