Skip to content

Instantly share code, notes, and snippets.

@tobias
Created August 9, 2016 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobias/ec2846a13b6ff656d8e47cbc85071cb1 to your computer and use it in GitHub Desktop.
Save tobias/ec2846a13b6ff656d8e47cbc85071cb1 to your computer and use it in GitHub Desktop.
11:05:34,745 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
11:05:34,907 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
11:05:34,971 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Core 2.2.0.CR8-SNAPSHOT "Kenny" starting
11:05:35,764 ERROR [org.jboss.as.controller] (Controller Boot Thread)
====================== Validation error in standalone.xml ======================
88: </console-handler>
89: <periodic-rotating-file-handler name="FILE"
90: autofush="true">
^ 'autofush' isn't an allowed attribute for the 'periodic-rotating-file-handler' element
91: <formatter>
92: <named-formatter name="PATTERN"/>
93: </formatter>
Did you mean 'autoflush'?
The original error message was:
> ParseError at [row,col]:[89,13]
> Message: WFLYCTL0197: Unexpected attribute 'autofush' encountered
================================================================================
11:05:35,765 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:145) [wildfly-controller-2.2.0.CR8-SNAPSHOT.jar:2.2.0.CR8-SNAPSHOT]
at org.jboss.as.server.ServerService.boot(ServerService.java:357) [wildfly-server-2.2.0.CR8-SNAPSHOT.jar:2.2.0.CR8-SNAPSHOT]
at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:299) [wildfly-controller-2.2.0.CR8-SNAPSHOT.jar:2.2.0.CR8-SNAPSHOT]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_92]
11:05:35,767 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
11:05:35,776 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Core 2.2.0.CR8-SNAPSHOT "Kenny" stopped in 4ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment