Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-5440

undertow http misconfiguration is not correctly reported

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Won't Do
    • Minor
    • None
    • 9.0.1.Final
    • EJB, JMS, JMX, Remoting, Web (Undertow)
    • None

    Description

      With a misconfigured http-listener, wildfly boot-up reports unrelated problem:

      <http-listener name="non-default-listener" socket-binding="http" redirect-socket="https"/>
      

      The following boot-up process does not reveal the underlying undertow issue of no 'default' http-listener:

      11:06:43,307 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "jsr77")]) - failure description: {"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
          "Services that were unable to start:" => ["jboss.jsr77.ejb"],
          "Services that may be the cause:" => [
              "jboss.http-upgrade-registry.default",
              "jboss.remoting.remotingConnectorInfoService.http-remoting-connector"
          ]
      }}
      11:06:43,315 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
          ("subsystem" => "messaging"),
          ("hornetq-server" => "default")
      ]) - failure description: {
          "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.messaging.default is missing [jboss.http-upgrade-registry.default]"],
          "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
              "Services that were unable to start:" => ["jboss.messaging.default.jms.manager"],
              "Services that may be the cause:" => [
                  "jboss.http-upgrade-registry.default",
                  "jboss.remoting.remotingConnectorInfoService.http-remoting-connector"
              ]
          }
      }
      11:06:43,317 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "ejb3")]) - failure description: {"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
          "Services that were unable to start:" => [
              "jboss.ejb.default-local-ejb-receiver-service",
              "jboss.ejb3.ejbClientContext.default",
              "jboss.ejb3.localEjbReceiver.value"
          ],
          "Services that may be the cause:" => [
              "jboss.http-upgrade-registry.default",
              "jboss.remoting.remotingConnectorInfoService.http-remoting-connector"
          ]
      }}
      11:06:43,318 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
          ("subsystem" => "ejb3"),
          ("service" => "remote")
      ]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.ejb3.connector is missing [jboss.remoting.remotingConnectorInfoService.http-remoting-connector]"]}
      

      Attachments

        Activity

          People

            tomazcerar Tomaž Cerar (Inactive)
            marembo2008 Ochieng Marembo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: