DescriptionRanjith Pulluru
2015-11-25 12:59:22 UTC
Created attachment 1098798[details]
Admin console screen-shot
Description of problem:
=======================
- Port-offset incorrectly displayed in JBoss EAP 6.4.4 admin console
Version-Release number of selected component (if applicable):
==============================================================
- JBoss EAP 6.4.4
Steps to Reproduce:
===================
1) Take a fresh JBoss EAP 6.4.4 version.
2) Configure port-offset in `domain.xml` file under server-groups as below:
-------
<server-groups>
<server-group name="main-server-group" profile="full">
<jvm name="default">
<heap size="1000m" max-size="1000m"/>
<permgen max-size="256m"/>
</jvm>
<socket-binding-group ref="full-sockets" port-offset="100"/> <= *Configuration added here
</server-group>
:
</server-groups>
-------
3) No port-offset present in host.xml file and configuration looks as below
-------
<servers>
<server name="server-one" group="main-server-group">
</server>
:
</servers>
-------
4) Then start the JBoss server in domain mode.
5) Open the JBoss EAP 6.4.4 admin console and navigate to
Domain tab -> Overview -> Hosts, groups and server instances are displayed.
6) The port-offset for the servers of main-server-group are displayed as 0.
Actual results:
===============
- Port-offset for the servers of main-server-group are displayed as 0 which is wrong.
Expected results:
=================
- Port-offset for the servers of main-server-group should display 100.
Comment 1JBoss JIRA Server
2015-12-02 15:38:36 UTC
Ryan Emerson <remerson> updated the status of jira HAL-993 to Open
Comment 2JBoss JIRA Server
2015-12-02 15:38:58 UTC
Ryan Emerson <remerson> updated the status of jira HAL-993 to Coding In Progress
Comment 3JBoss JIRA Server
2015-12-02 15:40:27 UTC
Ryan Emerson <remerson> updated the status of jira JBEAP-2053 to Closed
Comment 4JBoss JIRA Server
2015-12-02 15:40:31 UTC
Ryan Emerson <remerson> updated the status of jira JBEAP-2053 to Reopened
Comment 6JBoss JIRA Server
2015-12-04 12:14:12 UTC
Ryan Emerson <remerson> updated the status of jira JBEAP-2053 to Closed
Comment 7JBoss JIRA Server
2015-12-04 12:14:17 UTC
Ryan Emerson <remerson> updated the status of jira JBEAP-2053 to Reopened
Comment 8JBoss JIRA Server
2016-01-25 20:39:01 UTC
Harald Pehl <hpehl> updated the status of jira HAL-993 to Resolved
Comment 9JBoss JIRA Server
2016-01-25 20:39:43 UTC
Harald Pehl <hpehl> updated the status of jira JBEAP-2053 to Resolved
Created attachment 1098798 [details] Admin console screen-shot Description of problem: ======================= - Port-offset incorrectly displayed in JBoss EAP 6.4.4 admin console Version-Release number of selected component (if applicable): ============================================================== - JBoss EAP 6.4.4 Steps to Reproduce: =================== 1) Take a fresh JBoss EAP 6.4.4 version. 2) Configure port-offset in `domain.xml` file under server-groups as below: ------- <server-groups> <server-group name="main-server-group" profile="full"> <jvm name="default"> <heap size="1000m" max-size="1000m"/> <permgen max-size="256m"/> </jvm> <socket-binding-group ref="full-sockets" port-offset="100"/> <= *Configuration added here </server-group> : </server-groups> ------- 3) No port-offset present in host.xml file and configuration looks as below ------- <servers> <server name="server-one" group="main-server-group"> </server> : </servers> ------- 4) Then start the JBoss server in domain mode. 5) Open the JBoss EAP 6.4.4 admin console and navigate to Domain tab -> Overview -> Hosts, groups and server instances are displayed. 6) The port-offset for the servers of main-server-group are displayed as 0. Actual results: =============== - Port-offset for the servers of main-server-group are displayed as 0 which is wrong. Expected results: ================= - Port-offset for the servers of main-server-group should display 100.