Bug 1009346

Summary: Cannot add server to managed domain via web console
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: Web ConsoleAssignee: Heiko Braun <hbraun>
Status: CLOSED CURRENTRELEASE QA Contact: Jakub Cechacek <jcechace>
Severity: urgent Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: brian.stansberry, hpehl, jkudrnac
Target Milestone: ER3Keywords: Regression
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:55:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1003533, 1010473    

Description Petr Kremensky 2013-09-18 09:14:34 UTC
Description of problem:
Cannot add server to managed domain, because server name input field is disabled.

Version-Release number of selected component (if applicable):
EAP 6.2.0.ER2

Steps to Reproduce:
export IP=aaa.bbb.ccc.ddd // use IP address of your machine
unzip -q jboss-eap-6.2.0.ER2.zip
# start domain controller
./jboss-eap-6.2/bin/domain.sh --host-config=host-master.xml -bmanagement=$IP &
# start slave
./jboss-eap-6.2/bin/domain.sh --host-config=host-slave.xml -Djboss.domain.master.address=$IP &
# add user
./jboss-eap-6.2/bin/add-user.sh -u admin -p asdasd@2
# connect to web console on $IP:9990
# go to hosts, choose your local machine as host and try to add server in Server configuration tab

Actual results:
Server name input field is disabled

Expected results:
Server name input field isn't disabled

Additional info:
I am able to add server via CLI
Working as expected in EAP 6.2.0.ER1

Comment 1 Petr Kremensky 2013-09-27 09:20:16 UTC
Verified on EAP 6.2.0.ER3