]
Darran Lofthouse moved JBEAP-6231 to WFLY-7230:
-----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7230 (was: JBEAP-6231)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Web (Undertow)
(was: Web (Undertow))
Affects Version/s: (was: 7.1.0.DR5)
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
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}