]
Darran Lofthouse updated WFLY-7230:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
Undertow subsystem template missing changes latest schema updates.
------------------------------------------------------------------
Key: WFLY-7230
URL:
https://issues.jboss.org/browse/WFLY-7230
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 11.0.0.Alpha1
The following error message is reported starting domain.sh -c domain-elytron.xml
{noformat}
[Host Controller] 16:45:45,433 ERROR [org.jboss.as.host.controller] (Controller Boot
Thread) WFLYHC0033: Caught exception during boot:
org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed
to parse configuration
[Host Controller] at
org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:131)
[Host Controller] at
org.jboss.as.host.controller.DomainModelControllerService.boot(DomainModelControllerService.java:721)
[Host Controller] at
org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:302)
[Host Controller] at java.lang.Thread.run(Thread.java:745)
[Host Controller] Caused by: javax.xml.stream.XMLStreamException: ParseError at
[row,col]:[780,21]
[Host Controller] Message: WFLYCTL0376: Unexpected attribute 'security-domain'
encountered. Valid attributes are: 'http-authentication-factory,
override-deployment-config'
[Host Controller] at
org.jboss.as.controller.parsing.ParseUtils.unexpectedAttribute(ParseUtils.java:128)
[Host Controller] at
org.jboss.as.controller.PersistentResourceXMLDescription.parseAttributes(PersistentResourceXMLDescription.java:198)
[Host Controller] at
org.jboss.as.controller.PersistentResourceXMLDescription.parseAttributeGroups(PersistentResourceXMLDescription.java:140)
{noformat}