Getting JBAS014803: Duplicate resource for attribute http-interface

Solution Verified - Updated -

Issue

  • Getting JBAS014803: Duplicate resource for attribute http-interface:
12:30:46,079 ERROR [org.jboss.as.controller.management-operation] JBAS014613: Operation ("add") failed - address: ([
    ("core-service" => "management"),
    ("management-interface" => "http-interface")
]) - failure description: "JBAS014803: Duplicate resource [
    (\"core-service\" => \"management\"),
    (\"management-interface\" => \"http-interface\")
]"

standalone.xml

        <management-interfaces>

            <native-interface security-realm="ManagementRealm">
                <socket-binding native="management-native"/>
            </native-interface>

       <http-interface security-realm="abc">
                <socket-binding http="management-http"/>
            </http-interface>


            <http-interface security-realm="ManagementRealm">
                <socket-binding http="management-http"/>
            </http-interface>


        </management-interfaces>

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 6.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content