[jboss-jira] [JBoss JIRA] (LOGMGR-209) NoSuchAlgorithmException in SocketHandlerTests on IBM JDK
James Perkins (Jira)
issues at jboss.org
Mon May 11 12:57:00 EDT 2020
[ https://issues.redhat.com/browse/LOGMGR-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated LOGMGR-209:
---------------------------------
Git Pull Request: https://github.com/jboss-logging/jboss-logmanager/pull/204, https://github.com/jboss-logging/jboss-logmanager/pull/301 (was: https://github.com/jboss-logging/jboss-logmanager/pull/204)
> NoSuchAlgorithmException in SocketHandlerTests on IBM JDK
> ---------------------------------------------------------
>
> Key: LOGMGR-209
> URL: https://issues.redhat.com/browse/LOGMGR-209
> Project: JBoss Log Manager
> Issue Type: Bug
> Affects Versions: 2.1.5.Final
> Reporter: Nikoleta Ziakova
> Assignee: James Perkins
> Priority: Major
> Fix For: 2.1.16.Final, 2.2.0.Final
>
>
> Following tests fail on IBM JDK:
> {code}
> org.jboss.logmanager.handlers.SocketHandlerTests#testProtocolChange
> org.jboss.logmanager.handlers.SocketHandlerTests#testTlsConnection
> org.jboss.logmanager.handlers.SocketHandlerTests#testTlsConfig
> {code}
> Error:
> {code}
> java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: IBMJSSE2, class: com.ibm.jsse2.aj)
> {code}
> Stack Trace:
> {code}
> Caused by: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: IBMJSSE2, class: com.ibm.jsse2.aj)
> at java.security.Provider$Service.newInstance(Provider.java:1628)
> at sun.security.jca.GetInstance.getInstance(GetInstance.java:248)
> at sun.security.jca.GetInstance.getInstance(GetInstance.java:176)
> at javax.net.ssl.SSLContext.getInstance(SSLContext.java:6)
> at javax.net.ssl.SSLContext.getDefault(SSLContext.java:8)
> at javax.net.ssl.SSLServerSocketFactory.getDefault(SSLServerSocketFactory.java:32)
> ... 29 more
> Caused by: java.security.KeyStoreException: IBMKeyManager: Problem accessing key store java.io.IOException: Invalid keystore format
> at com.ibm.jsse2.ah.a(ah.java:72)
> at com.ibm.jsse2.aj.g(aj.java:5)
> at com.ibm.jsse2.aj.<init>(aj.java:13)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:437)
> at java.security.Provider$Service.newInstance(Provider.java:1606)
> ... 34 more
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list