How to resolve "Required services that are not installed" in WildFly 26?

1,588 views
Skip to first unread message

Roman Kagan

unread,
Apr 26, 2023, 4:27:56 PM4/26/23
to WildFly
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]",
        ...

Bartosz Baranowski

unread,
May 8, 2023, 3:52:43 AM5/8/23
to WildFly

Bartosz Baranowski

unread,
May 8, 2023, 3:54:06 AM5/8/23
to WildFly

Satish Shelake

unread,
Jul 28, 2023, 11:10:29 AM7/28/23
to WildFly
I am facing same issue,  I have used "exampleSecurityDomain" in jboss-web.xml. Did you find any solution for it?

Márcio Gomes Gonçalves

unread,
Oct 9, 2024, 4:34:23 PM10/9/24
to WildFly
I am facing same issue:

16:10:51,653 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "ROOT.war")]) - failure description: {

"WFLYCTL0412: Required services that are not installed:" => ["jboss.security.security-domain.ApplicationDomain"],

"WFLYCTL0180: Services with missing/unavailable dependencies" => [

"jboss.deployment.unit.\"ROOT.war\".component.MyListener.CREATE is missing [jboss.security.security-domain.ApplicationDomain]"


Did you find a solution?

Márcio Gomes Gonçalves

unread,
Oct 9, 2024, 6:30:06 PM10/9/24
to WildFly
Solved by removing this line from jboss-web.xml:

<security-domain>ApplicationDomain</security-domain>
Reply all
Reply to author
Forward
0 new messages