wildfly-jar-maven-plugin
wildfly-jar-maven-plugin copied to clipboard
Is standalone-full.xml supported by wildfly-jar-maven?
Is standalone-full.xml supported by wildfly-jar-maven? I don't see any parameter to specify standalone-full.xml. My provisioning file contains standalone-full.xml
...
<config model="standalone" name="standalone-full.xml">
...
and I have this error when I built the bootable jar:
[ERROR] Exception in thread "main" org.jboss.as.cli.CommandLineException: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: Cannot start embedded server
[ERROR] at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:927)
[ERROR] at org.jboss.as.cli.impl.CommandContextImpl.handleLegacyCommand(CommandContextImpl.java:1928)
[ERROR] at org.jboss.as.cli.impl.CommandContextImpl.handle(CommandContextImpl.java:864)
[ERROR] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[ERROR] at org.wildfly.plugin.tools.cli.CLIWrapper.handle(CLIWrapper.java:135)
[ERROR] at org.wildfly.plugins.bootablejar.maven.cli.CLIForkedExecutor.main(CLIForkedExecutor.java:50)
[ERROR] Caused by: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: Cannot start embedded server
[ERROR] at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
[ERROR] at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
[ERROR] at org.jboss.as.cli.impl.CommandExecutor.execute(CommandExecutor.java:715)
[ERROR] at org.jboss.as.cli.impl.CommandExecutor.execute(CommandExecutor.java:696)
[ERROR] at org.jboss.as.cli.impl.CommandContextImpl.lambda$handleLegacyCommand$4(CommandContextImpl.java:1929)
[ERROR] at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:914)
[ERROR] ... 6 more
...
[ERROR] Caused by: java.lang.Exception: WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. - Server configuration file in use: standalone.xml
[ERROR] at [email protected]//org.jboss.as.server.ServerService.boot(ServerService.java:427)
[ERROR] at [email protected]//org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:362)
[ERROR] ... 1 more
[ERROR] Caused by: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0082: Failed to create backup copies of configuration file C:\Users\deamn\eclipse-workspace\proj-jee\proj-ear\target\bootable-jar-build-artifacts\wildfly\standalone\configuration\standalone.xml
[ERROR] at [email protected]//org.jboss.as.controller.persistence.ConfigurationFile.successfulBoot(ConfigurationFile.java:556)
[ERROR] at [email protected]//org.jboss.as.controller.persistence.BackupXmlConfigurationPersister.successfulBoot(BackupXmlConfigurationPersister.java:78)
[ERROR] at [email protected]//org.jboss.as.controller.AbstractControllerService.finishBoot(AbstractControllerService.java:487)
[ERROR] at [email protected]//org.jboss.as.server.ServerService.finishBoot(ServerService.java:438)
[ERROR] at [email protected]//org.jboss.as.server.ServerService.boot(ServerService.java:398)
[ERROR] ... 2 more
[ERROR] Caused by: java.nio.file.NoSuchFileException: C:\Users\deamn\eclipse-workspace\proj-jee\proj-ear\target\bootable-jar-build-artifacts\wildfly\standalone\configuration\standalone.xml