A 'Login again' pop-up message box appears when we try to search any object:
The following error is found in the AWI log:
2022-10-25 18:02:52,063 pool-1-thread-5 [ERROR] AWI2-TAT-21.0.4:0/UC/UC 519856DFC51314AA4CB22BDF611A2B4D-0 0000000001135022 [com.uc4.ecc.backends.impl.dataservice.system.features.SystemFeatureService] - Unable to load system features
com.uc4.ecc.backends.exceptions.AutomationEngineAPIException: Unable to provision, see the following errors:
1) Error injecting method, java.lang.IllegalArgumentException: TLS: Unable to read certificate keystore
<..>
<..>
<..>
Caused by: java.lang.IllegalArgumentException: Unable to read keystore: /etc/jks/certs/server/cert_file.jks
at com.uc4.ecc.framework.entrypoint.rest.MainSslContextProvider.readStore(MainSslContextProvider.java:56)
at com.uc4.ecc.framework.entrypoint.rest.MainSslContextProvider.readTlsConfig(MainSslContextProvider.java:38)
... 44 common frames omitted
Caused by: java.io.IOException: DerInputStream.getLength(): lengthTag=109, too big.
at sun.security.util.DerInputStream.getLength(DerInputStream.java:581)
at sun.security.util.DerValue.init(DerValue.java:412)
at sun.security.util.DerValue.<init>(DerValue.java:353)
at sun.security.util.DerValue.<init>(DerValue.java:366)
at sun.security.pkcs12.PKCS12KeyStore.engineLoad(PKCS12KeyStore.java:1946)
at java.security.KeyStore.load(KeyStore.java:1445)
at com.uc4.ecc.framework.entrypoint.rest.MainSslContextProvider.readStore(MainSslContextProvider.java:53)
... 45 common frames omitted
Release : 21.0.4
This is caused by an old Java version
Upgrade to OpenJDK v11