Skip to content

Instantly share code, notes, and snippets.

@tobias
Created August 9, 2016 19:19
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/551e712892b9326096ecc80bb78bc132 to your computer and use it in GitHub Desktop.
Save tobias/551e712892b9326096ecc80bb78bc132 to your computer and use it in GitHub Desktop.
15:17:26,049 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final
15:17:26,786 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
15:17:26,847 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Core 2.2.0.CR8-SNAPSHOT "Kenny" starting
15:17:27,260 ERROR [org.jboss.as.controller] (Controller Boot Thread)
====================== Validation error in standalone.xml ======================
3: <server xmlns="urn:jboss:domain:4.2">
4: <extensions>
5: <extension module="org.jboss.as.clustering.infinispan"/
^ Unexpected character (CTRL-CHAR, code 10) expected '>'
6: <extension module="org.jboss.as.connector"/>
7: <extension module="org.jboss.as.deployment-scanner"/>
8: <extension module="org.jboss.as.ee"/>
The original error message was:
> Unexpected character (CTRL-CHAR, code 10) expected '>'
> at [row,col {unknown-source}]: [5,64]
================================================================================
15:17:27,261 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)
at org.jboss.as.server.ServerService.boot(ServerService.java:357)
at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:299)
at java.lang.Thread.run(Thread.java:745)
15:17:27,262 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
15:17:27,270 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