Iiq console is not working

Both jars are supporting openjdk 11 but iiq console was not launching if we keep these jars..

@sureshbommareddy98 What is the error?

  1. If we remove the jars from lib, we are getting the following error while testing the test connection for the jdbc apps

[ InvalidConfigurationException ] [ Possible suggestions ] Verify that the driver details are correct/Missing required jar. [ Error details ] Error occurred before establishing the connection with Server. java.lang.ClassNotFoundException : test configuration

  1. If I keep the jars in lib, we are getting below error during iiq console launching

org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘versionChecker’ defined in class path resource [configBeans.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.util.ArraysSupport

@sureshbommareddy98 Is it possible to upgrade your java to OpenJDK 11.0.22+? May be the issue with your current java version.