Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1088327

Summary: User is unable to specify port offset
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Miles Tjandrawidjaja <mtjandra>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: urgent Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.3.0CC: mtjandra, thauser
Target Milestone: ER2   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-28 15:27:51 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:
Attachments:
Description Flags
First NPE is thrown once user select "Specify offset". A new NPE is thrown every time user goes accross empty Socket bindings screen. none

Description Petr Kremensky 2014-04-16 13:02:16 UTC
Created attachment 886889 [details]
First NPE is thrown once user select "Specify offset". A new NPE is thrown every time user goes accross empty Socket bindings screen.

Description of problem:
 User is unable to use assisted port offset configuration. Installer throws NPE and Socket bindings screen is no longer available. 

Version-Release number of selected component (if applicable):
 EAP 6.3.0.ER1

How reproducible:
 Always

Steps to Reproduce:
 1. Run gui installer, go to Socket Bindings screen using default values.
 2. Choose to "Configure an offset for all default port bindings -> Specify offset

Actual results:
 Installer throws NPE, Socket Bindings screen is no longer available. User can move to next and previous screen, but Socket Bindings screen is empty.

Expected results:
 User is able to specify port offset for EAP.

Additional info:
 This is regression against EAP 6.2.0

Comment 1 Miles Tjandrawidjaja 2014-04-16 13:33:48 UTC
NPE no longer thrown on custom port offset.
User able to configure own port offset.

http://git.app.eng.bos.redhat.com/git/eap-installer.git/commit/?id=05034bfc2f0a4c549de826063aaad38ec4d47622

Comment 2 Petr Kremensky 2014-04-18 12:31:34 UTC
The option to specify offset is ignored also during -console installation. I assume proposed fix covers also this, in case it doesn't...

Select Port Configuration:
0  [x] Use the default port bindings for standalone and domain modes.
1  [ ] Configure custom port bindings.
2  [ ] Configure an offset for all default port bindings.
Input Selection: 
2

Select Offset Type
0  [x] +1 offset
1  [ ] +100 offset
2  [ ] Specify offset
Input Selection: 
2
Server Launch
...

Comment 3 Petr Kremensky 2014-04-24 12:46:32 UTC
Verified on EAP 6.3.0.ER2