We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running install and test automation using Java 8 SR8, we saw the below keytool error (information redacted).
Sign the CSR using the Certificate Authority "local_ca": Calling keytool -gencert -v -infile /****/localhost.csr -outfile /****/localhost.signed.cer -keystore /****/local_ca.keystore.p12 -alias local_ca -keypass **** -storepass **** -storetype PKCS12 -ext SAN=dns:***,ip:***,dns:localhost.localdomain,dns:localhost,ip:127.0.0.1 -ext KeyUsage:critical=keyEncipherment,digitalSignature,nonRepudiation,dataEncipherment -ext ExtendedKeyUsage=clientAuth,serverAuth -rfc -validity 3650 * keytool failed * Exit code: 1 * Output: keytool error (likely untranslated): java.lang.IllegalArgumentException: java.util.Vector incompatible with [Ljava.lang.Object; Error ZWEL0169E: Failed to create certificate "localhost".
The text was updated successfully, but these errors were encountered:
Is this a new error or another aspect of the GSK vs. Java issues?
@1000TurquoisePogs for your attention, too.
Sorry, something went wrong.
I experienced this issue as well. Upgrading to Java 17 got me beyond this error.
Which means we should accept it for V3 as the Java 17 is anyway a pre-req
the only problem is that I then ran into a different problem (#3977 ) with Java 17 😞
No branches or pull requests
When running install and test automation using Java 8 SR8, we saw the below keytool error (information redacted).
The text was updated successfully, but these errors were encountered: