Bug 1088327
| Summary: | User is unable to specify port offset | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Kremensky <pkremens> | ||||
| Component: | Installer | Assignee: | Miles Tjandrawidjaja <mtjandra> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Kremensky <pkremens> | ||||
| Severity: | urgent | Docs Contact: | Russell Dickenson <rdickens> | ||||
| Priority: | unspecified | ||||||
| Version: | 6.3.0 | CC: | 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: |
|
||||||
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 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 ... Verified on EAP 6.3.0.ER2 |
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