-
Bug
-
Resolution: Done
-
Major
-
None
-
None
To build quickstarts dist you do 'mvn clean package -Drelease' but doing the build fails at jaxws-retail:
[ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:5.1.0.Beta2:package (default) on project jaxws-retail: Provisioning failed: org.wildfly.galleon.plugin.server.ConfigGeneratorException: Failed to generate standalone.xml on { [ERROR] "operation" => "composite", [ERROR] "address" => [], [ERROR] "rollback-on-runtime-failure" => true, [ERROR] "steps" => [ [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"interface" => "public"}], [ERROR] "inet-address" => "${jboss.bind.address:127.0.0.1}" [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"interface" => "management"}], [ERROR] "inet-address" => "${jboss.bind.address.management:127.0.0.1}" [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.naming"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.ee"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.deployment-scanner"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.io"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.undertow"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.elytron"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.jmx"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.remoting"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.logging"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.core-management"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.request-controller"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.security.manager"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.transactions"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.connector"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.jaxrs"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.weld"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.bean-validation"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.jpa"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.clustering.infinispan"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.ee-security"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.messaging-activemq"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.metrics"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.health"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.microprofile.config-smallrye"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.opentelemetry"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.microprofile.telemetry"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.microprofile.health-smallrye"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.ejb3"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.clustering.ejb"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.wildfly.extension.discovery"}] [ERROR] }, [ERROR] { [ERROR] "operation" => "add", [ERROR] "address" => [{"extension" => "org.jboss.as.webservices"}] [ERROR] } [ERROR] ] [ERROR] }: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-21" => "WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: WFLYCTL0311: Failed to load Extension module org.jboss.as.clustering.infinispan"}} [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :jaxws-retail
Resuming the build with -rf :jaxws-retail then fails with similar error at spring-resteasy, which can then be resumed without further issues.
Please note that your build may fail elsewhere, but same behaviour.