Hynek Švábek created WFCORE-3380:
------------------------------------
Summary: Elytron client + keystore which retrieve credential from credential
store works fine when using OracleJDK and OpenJDK but doesn't work using IBM JDK.
Key: WFCORE-3380
URL:
https://issues.jboss.org/browse/WFCORE-3380
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
Priority: Critical
Elytron client + keystore which retrieve credential from credential store works fine when
using OracleJDK and OpenJDK.
Problem occurs when we use IBM JDK,
{code}
./jboss-cli.sh -c -Dwildfly.config.url=path/to/wfly-config.xml
java.lang.ExceptionInInitializerError: org.wildfly.client.config.ConfigXMLParseException:
ELY01139: Failed to create credential store
at
file:///home/hsvabek/securityworkspace/VERIFICATION/2017_10_23_PKCS12/reproducer/wfly-config.xml:5:9:
ELY01139: Failed to create credential store
at
file:///home/hsvabek/securityworkspace/VERIFICATION/2017_10_23_PKCS12/reproducer/wfly-config.xml:5:9:
ELY09514: Unable to initialize credential store:
com.sun.crypto.provider.SealedObjectForKeyProtector
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)