Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-19339

(7.3.z) LOGMGR-209 - NoSuchAlgorithmException in SocketHandlerTests on IBM JDK

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 7.3.3.CR1, 7.3.3.GA
    • 7.3.0.GA
    • Logging

    Description

      Following tests fail on IBM JDK:

      org.jboss.logmanager.handlers.SocketHandlerTests#testProtocolChange
      org.jboss.logmanager.handlers.SocketHandlerTests#testTlsConnection
      org.jboss.logmanager.handlers.SocketHandlerTests#testTlsConfig
      

      Error:

      java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: IBMJSSE2, class: com.ibm.jsse2.aj)
      

      Stack Trace:

      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
      

      Attachments

        Issue Links

          Activity

            People

              jperkins-rhn James Perkins
              dcihak@redhat.com Daniel Cihak
              Daniel Cihak Daniel Cihak
              Daniel Cihak Daniel Cihak
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: