[jboss-jira] [JBoss JIRA] (WFLY-10188) Setting Undertow default server needs validation of provided server to avoid broken Wildfly configuration

Jan Stourac (JIRA) issues at jboss.org
Fri Apr 6 10:03:02 EDT 2018


     [ https://issues.jboss.org/browse/WFLY-10188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Stourac updated WFLY-10188:
-------------------------------
    Description: 
Undertow server needs default-host to be set to be able to be used as Undertow subsystem default-server otherwise Wildfly would not start due to
{code}
ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0362: Capabilities required by resource '/subsystem=undertow' are not available:
    org.wildfly.undertow.host.test-server.default-host; Possible registration points for this capability: 
		/subsystem=undertow/server=*/host=*
{code}

There should be some check that configuration of the newly created server is complete and valid before it is set as a default server.

  was:
Undertow server needs default-host to be set to be able to be used as Undertow subsystem default-server otherwise Wildfly would not start due to
{code}
ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0362: Capabilities required by resource '/subsystem=undertow' are not available:
    org.wildfly.undertow.host.test-server.default-host; Possible registration points for this capability: 
		/subsystem=undertow/server=*/host=*
{code}



> Setting Undertow default server needs validation of provided server to avoid broken Wildfly configuration
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-10188
>                 URL: https://issues.jboss.org/browse/WFLY-10188
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web (Undertow)
>    Affects Versions: 12.0.0.Final
>            Reporter: Pavel Jelinek
>            Assignee: Stuart Douglas
>            Priority: Critical
>
> Undertow server needs default-host to be set to be able to be used as Undertow subsystem default-server otherwise Wildfly would not start due to
> {code}
> ERROR [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0362: Capabilities required by resource '/subsystem=undertow' are not available:
>     org.wildfly.undertow.host.test-server.default-host; Possible registration points for this capability: 
> 		/subsystem=undertow/server=*/host=*
> {code}
> There should be some check that configuration of the newly created server is complete and valid before it is set as a default server.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list