IBM Verify

 View Only

 IVIG v11.0.1 multi-node setup in Windows Server 2022

Sathish Jetti's profile image
Sathish Jetti posted Wed December 10, 2025 12:00 PM

We are setting up the IVIG v11.0.1 on Windows Server 2022.

All the IVIG components (DB2/LDAP/MQ/Liberty Profile) are setup and configured.

The Node-1 is up and running and the console login was successful

Now, we are trying to setup the secondary node for HA (High Availability).

The "addnode" command on the Primary Node completed successfully and we copied the Node-1 properties and ZIP file on to the Secondary Node. We run the "install" command on Secondary Node and it fails with the below error message:

==========================START==========================

IBM Verify Identity Governance Installer

ConfigFile Password:

Exception in thread "main" java.lang.NoClassDefFoundError: com.ibm.ws.kernel.productinfo.ProductInfo

at com.ibm.ws.common.crypto.CryptoUtils.isRunningBetaMode(CryptoUtils.java:445)

at com.ibm.ws.common.crypto.CryptoUtils.useEnhancedSecurityAlgorithms(CryptoUtils.java:416)

at com.ibm.ws.common.crypto.CryptoUtils.isIbmJdk8Fips140_3Enabled(CryptoUtils.java:540)

at com.ibm.ws.common.crypto.CryptoUtils.<clinit>(CryptoUtils.java:155)

at com.ibm.ws.crypto.util.PasswordCipherUtil.aesDecipher(PasswordCipherUtil.java:272)

at com.ibm.ws.crypto.util.PasswordCipherUtil.decipher(PasswordCipherUtil.java:222)

at com.ibm.websphere.crypto.PasswordUtil.decode_password(PasswordUtil.java:641)

at com.ibm.websphere.crypto.PasswordUtil.decode(PasswordUtil.java:155)

at com.ibm.isvgim.installer.util.Crypto.decryptFromLiberty(Crypto.java:131)

at com.ibm.isvgim.installer.AddNodeConfig.updateMqLocal(AddNodeConfig.java:109)

at com.ibm.isvgim.installer.AddNodeConfig.configureNode(AddNodeConfig.java:74)

at com.ibm.isvgim.installer.Install.doInstall(Install.java:77)

at com.ibm.isvgim.installer.MainInstaller.main(MainInstaller.java:124)

Caused by: java.lang.ClassNotFoundException: com.ibm.ws.kernel.productinfo.ProductInfo

at java.net.URLClassLoader.findClass(URLClassLoader.java:610)

at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:949)

at java.lang.ClassLoader.loadClass(ClassLoader.java:894)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:362)

at java.lang.ClassLoader.loadClass(ClassLoader.java:877)

... 13 more

===========================END===========================

Can anyone suggest what properties file or configuration setting is causing this issue on IVIG v11.0.1.0? Please advise.