Hello:
I got the following error while upgrading to WildFly 26:
09:43:25,163 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "g2-web-3.0.37-SNAPSHOT.war")]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["jboss.security.security-domain.emrDomain"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => [
"jboss.deployment.unit.\"g2-web-3.0.37-SNAPSHOT.war\".component.InterfaceOrdersQueueFacadeBean.CREATE is missing [jboss.security.security-domain.emrDomain]",
"jboss.deployment.unit.\"g2-web-3.0.37-SNAPSHOT.war\".component.HL7ExportFacadeBean.CREATE is missing [jboss.security.security-domain.emrDomain]",
"jboss.deployment.unit.\"g2-web-3.0.37-SNAPSHOT.war\".component.CacheManagerWrapper.CREATE is missing [jboss.security.security-domain.emrDomain]",
"jboss.deployment.unit.\"g2-web-3.0.37-SNAPSHOT.war\".component.DirectXMessageMDB.CREATE is missing [jboss.security.security-domain.emrDomain]",
...