Getting JBAS014803: Duplicate resource for attribute http-interface
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.