Bug 1009346 - Cannot add server to managed domain via web console
Summary: Cannot add server to managed domain via web console
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Console
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ER3
: EAP 6.2.0
Assignee: Heiko Braun
QA Contact: Jakub Cechacek
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks: 1003533 eap62-beta-blockers
TreeView+ depends on / blocked
 
Reported: 2013-09-18 09:14 UTC by Petr Kremensky
Modified: 2015-02-01 23:00 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:55:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.