Getting the following lines in the server.log:
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@26.0.1.Final//org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:125)
at org.jboss.as.server@26.0.1.Final//org.jboss.as.server.ServerService.boot(ServerService.java:384)
at org.jboss.as.controller@26.0.1.Final//org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:358)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.io.FileNotFoundException: D:\Stat70\app\standalone\configuration\standalone.xml (The system cannot find the file specified)
FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. - Server configuration file in use: standalone.xml - Minimum feature stability level: community
The configuration parameter was removed when editing run.bat file.
-c %SERVER_CONFIG%
The SCA will not load the correct configuration file.
When editing run.bat file.
DO NOT REMOVE the configuration parameter: -c %SERVER_CONFIG%
Just add the -b=hostname parameter at the end of the line.
At the end it should look like this:
standalone.bat -c %SERVER_CONFIG% -b=hostname
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center