Description of problem: Every time I try to add port or edit port or delete port to socket binding group using JON, configuration change fails with same result. It applies for both standalone and domain modes Version-Release number of selected component (if applicable): Version: 4.4.0-SNAPSHOT Build Number: 35d045b EAP6 ER1 How reproducible:always Steps to Reproduce: 1.have EAP6 in inventory 2.go to 'standart-sockets' binding group 3.do some configuration changes Actual results: Configuration fails with error Operation returned <"JBAS014749: Operation handler failed: Service jboss.binding.http is already registered","rolled-back":true},"step-4":{"outcome":"failed","rolled-back":true},"step-5":{"outcome":"failed","rolled-back":true},"step-6":{"outcome":"failed","rolled-back":true},"step-7":{"outcome":"failed","rolled-back":true},"step-8":{"outcome":"failed","rolled-back":true},"step-9":{"outcome":"failed","rolled-back":true},"step-10":{"outcome":"failed","rolled-back":true},"step-11":{"outcome":"failed","rolled-back":true},"step-12":{"outcome":"failed","rolled-back":true},"step-13":{"outcome":"failed","rolled-back":true},"step-14":{"outcome":"failed","rolled-back":true},"step-15":{"outcome":"failed","rolled-back":true},"step-16":{"outcome":"failed","rolled-back":true},"step-17":{"outcome":"failed","rolled-back":true},"step-18":{"outcome":"failed","rolled-back":true},"step-19":{"outcome":"failed","rolled-back":true},"step-20":{"outcome":"failed","rolled-back":true},"step-21":{"outcome":"failed","rolled-back":true},"step-22":{"outcome":"failed","rolled-back":true},"step-23":{"outcome":"failed","rolled-back":true},"step-24":{"outcome":"failed","rolled-back":true},"step-25":{"outcome":"failed","rolled-back":true},"step-26":{"outcome":"failed","rolled-back":true}},"failure-description":{"JBAS014653: Composite operation failed and was rolled back. Steps that failed:":{"Operation step-3":"JBAS014749: Operation handler failed: Service jboss.binding.http is already registered"}},"rolled-back":true}>, rolled-back=false Expected results: changing configuration must work and should fail only if it is refused by server Additional info:
After trying this out on AS 7.1.1. final I get exactly same result as on EAP ER1
this is what appears in AS7.1.1 log. Note that "add" operation is being send even in case I was setting different port number for http. JBAS014612: Operation ("add") failed - address: ([ {"socket-binding-group" => "standard-sockets"}, {"socket-binding" => "http"} ]): org.jboss.msc.service.DuplicateServiceException: Service jboss.binding.http is already registered
per BZ triage (crouch, loleary, mfoley)
This has been fixed in master 51ace66460 In addition integration tests have been written for domain and standalone servers.
Bulk close of old bugs in VERIFIED state.