Description of problem: Newly added managed server is not started event though the autostart option was enabled Version-Release number of selected component (if applicable): Version : 4.10.0-SNAPSHOT Build Number : c526922 Eap6.2.0 How reproducible: Alwys Steps to Reproduce: 1. go to EAP Domain Controller resource->Inventory->Create Child->Managed Server 2. pick 'serverFour' as a name and press Next button 3. use 'master' host, 'main-server-group', 'full-sockets' binding, relevant port offset for your machine, enable 'Autostart' and press Finish button Actual results: Managed server is visible in the inventory but it is NOT available and process on target machine is NOT started (should be visible using: ps -ef | grep java | grep serverFour) No exceptions in logs. Expected results: Managed server process is started and created resource is UP in the inventory. Additional info: Managed server can be started manually by scheduling operation 'start' and then everything works fine.