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 of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.