Bug 1285357 - [GSS](6.4.z) Port-offset incorrectly displayed in admin console
Summary: [GSS](6.4.z) Port-offset incorrectly displayed in admin console
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Console
Version: 6.4.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR1
: EAP 6.4.7
Assignee: Ryan Emerson
QA Contact: Pavel Jelinek
URL:
Whiteboard:
Depends On:
Blocks: 1274291 eap647-payload
TreeView+ depends on / blocked
 
Reported: 2015-11-25 12:59 UTC by Ranjith Pulluru
Modified: 2019-10-10 10:34 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-17 11:57:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Admin console screen-shot (68.77 KB, image/png)
2015-11-25 12:59 UTC, Ranjith Pulluru
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker HAL-993 0 Major Resolved Server-group Port-offset overriding not displayed in Domain mode 2017-10-26 16:56:45 UTC
Red Hat Issue Tracker JBEAP-2053 0 Major Closed Web Console: Server-group Port-offset overriding not displayed in Domain mode 2017-10-26 16:56:45 UTC
Red Hat Knowledge Base (Solution) 2191881 0 None None None 2016-03-08 00:17:54 UTC

Description Ranjith 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 1 JBoss JIRA Server 2015-12-02 15:38:36 UTC
Ryan Emerson <remerson> updated the status of jira HAL-993 to Open

Comment 2 JBoss JIRA Server 2015-12-02 15:38:58 UTC
Ryan Emerson <remerson> updated the status of jira HAL-993 to Coding In Progress

Comment 3 JBoss JIRA Server 2015-12-02 15:40:27 UTC
Ryan Emerson <remerson> updated the status of jira JBEAP-2053 to Closed

Comment 4 JBoss JIRA Server 2015-12-02 15:40:31 UTC
Ryan Emerson <remerson> updated the status of jira JBEAP-2053 to Reopened

Comment 6 JBoss JIRA Server 2015-12-04 12:14:12 UTC
Ryan Emerson <remerson> updated the status of jira JBEAP-2053 to Closed

Comment 7 JBoss JIRA Server 2015-12-04 12:14:17 UTC
Ryan Emerson <remerson> updated the status of jira JBEAP-2053 to Reopened

Comment 8 JBoss JIRA Server 2016-01-25 20:39:01 UTC
Harald Pehl <hpehl> updated the status of jira HAL-993 to Resolved

Comment 9 JBoss JIRA Server 2016-01-25 20:39:43 UTC
Harald Pehl <hpehl> updated the status of jira JBEAP-2053 to Resolved

Comment 12 Michael Cada 2016-03-01 14:25:09 UTC
Verified on EAP 6.4.7.CP.CR2

Comment 13 JBoss JIRA Server 2016-06-14 11:36:57 UTC
Jiri Pallich <jpallich> updated the status of jira JBEAP-2053 to Closed

Comment 14 Petr Penicka 2017-01-17 11:57:15 UTC
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.


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