Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3559

The SSLIdentityService needs to use hasDefined instead of has when obtaining the protocol.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.Final
    • 7.1.0.CR1b
    • Domain Management
    • None

    Description

      The following may be the result of has returning true when a protocol is not actually defined: -

      17:57:33,898 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.server.controller.management.security_realm.ManagementRealm.ssl: org.jboss.msc.service.StartException in service jboss.server.controller.management.security_realm.ManagementRealm.ssl: JBAS015229: Unable to start service
      at org.jboss.as.domain.management.security.SSLIdentityService.start(SSLIdentityService.java:96)
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_30]
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_30]
      at java.lang.Thread.run(Thread.java:662) [:1.6.0_30]
      Caused by: java.security.NoSuchAlgorithmException: undefined SSLContext not available
      at sun.security.jca.GetInstance.getInstance(GetInstance.java:142) [:1.6.0_30]
      at javax.net.ssl.SSLContext.getInstance(SSLContext.java:125) [:1.6]
      at org.jboss.as.domain.management.security.SSLIdentityService.start(SSLIdentityService.java:91)
      ... 5 more

      Attachments

        Activity

          People

            darran.lofthouse@redhat.com Darran Lofthouse
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: