Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-6665

Missing http-upgrade-service when running Domain Mode test suite

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 23.0.0.Final
    • None
    • Test Suite
    • None

      When launching a Domain Mode from the testsuite/domain, the servers start reporting the following error:

      [Server:main-one] 11:54:14,756 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
      [Server:main-one]     ("subsystem" => "remoting"),
      [Server:main-one]     ("http-connector" => "http-remoting-connector")
      [Server:main-one] ]) - failure description: {
      [Server:main-one]     "WFLYCTL0412: Required services that are not installed:" => ["jboss.http-upgrade-registry.default"],
      [Server:main-one]     "WFLYCTL0180: Services with missing/unavailable dependencies" => ["service jboss.remoting.remoting-http-upgrade-service.http-remoting-connector is missing [jboss.http-upgrade-registry.default]"]
      [Server:main-one] }
      [Server:main-one] 11:54:14,762 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
      [Server:main-one] WFLYCTL0184:    New missing/unsatisfied dependencies:
      [Server:main-one]       service jboss.http-upgrade-registry.default (missing) dependents: [service jboss.remoting.remoting-http-upgrade-service.http-remoting-connector] 
      [Server:main-one] 
      [Server:main-one] 11:54:14,766 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
      [Server:main-one] 11:54:14,768 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Core 23.0.0.Final-SNAPSHOT started (with errors) in 593ms - Started 67 of 87 services (1 services failed or missing dependencies, 25 services are lazy, passive or on-demand) 
      

      That error is expected since the remoting configuration is using an http remoting connector that requires the http upgrade service provided by Undertow.

      We can remove the http connector and replace it with a connector or, if that causes issues, leave the remoting configuration empty.

            yborgess1@redhat.com Yeray Borges Santana
            yborgess1@redhat.com Yeray Borges Santana
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: