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

Webservices subsystem fails to start when some undertow listener is disabled

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.DR7
    • 7.1.0.DR3
    • Undertow, Web Services
    • None
    • Hide
      1. start EAP and connect to cli
      2. execute
        /subsystem=undertow/server=default-server/https-listener=https:write-attribute(name=enabled,value=false)
        
      3. reload the server
      4. see error in server log
      Show
      start EAP and connect to cli execute /subsystem=undertow/server= default -server/https-listener=https:write-attribute(name=enabled,value= false ) reload the server see error in server log

    Description

      With fresh new EAP 7.1.0.DR3 - when I disable 'https' listener in Undertow subsystem (which is now in configuration by default) by setting its 'enabled' attribute to false. Then after 'reload' the webservices subsystem fails to start with following error in server log:

      ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "webservices")]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}
      

      Note: default http-listener is still enabled and present in configuration.
      Note: basically this can be reproduced any custom {http|https|ajp}-listener.
      Note: when I remove disabled listener, webservices subsystem successfully starts.

      Expected behaviour is that webservices subsystem successfully loads even in case some listeners are disabled.

      Attachments

        Issue Links

          Activity

            People

              tomazcerar Tomaž Cerar (Inactive)
              jstourac@redhat.com Jan Stourac
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: