-
Task
-
Resolution: Unresolved
-
Major
-
7.1.12.GA
-
None
The unified enable-elytron.cli script is causing a failure in the WildFly Domain Mode Integration Tests within the CI pipeline. The script attempts to use the :add operation for resources that are already defined in the base Domain profile configuration, leading to a fatal error.
12:45:08 ERROR [org.jboss.as.cli.CommandContext] {
12:45:08 "outcome" => "failed",
12:45:08 "failure-description" => "WFLYCTL0212: Duplicate resource [
12:45:08 (\"subsystem\" => \"undertow\"),
12:45:08 (\"application-security-domain\" => \"other\")
12:45:08 ]",
12:45:08 "rolled-back" => true
12:45:08 }
12:45:08 {
12:45:08 "outcome" => "failed",
12:45:08 "failure-description" => "WFLYCTL0212: Duplicate resource [
12:45:08 (\"subsystem\" => \"undertow\"),
12:45:08 (\"application-security-domain\" => \"other\")
12:45:08 ]",
12:45:08 "rolled-back" => true
12:45:08 }