Bug 899919 (JBPAPP6-325)
| Summary: | Installer -console option does not work | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jan Lanik <jlanik> | ||||
| Component: | Installer | Assignee: | Dustin Kut Moy Cheung <dcheung> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 6.0.0 | CC: | bgeorges, jlanik, thauser | ||||
| Target Milestone: | --- | ||||||
| Target Release: | EAP 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-325 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-03-09 09:50:26 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
Jan Lanik
2012-02-28 16:14:34 UTC
Attachment: Added: EAP6gui5.png I am unable to reproduce this issue Jan. Can you paste any kind of environmental details? Thanks Link: Added: This issue is a dependency of JBPAPP-8085 Scratch that, got it reproduced. Finding out why this is the case. Error in the way the installer is getting string values for localization. This results in all the Strings in certain panels to be "null" which is obviously not desirable. This doesn't actually affect functionality, as in, the user can still complete the install! But it is worthless without the ability to see what is being decided. This issue was caused by moving all the Strings from UserInputSpec.xml [in jbossas-installer] to the langpacks files. Even though this migration worked fine on the GUI installer, the CLI installer struggled with that move as it could not locate the Strings and simply returned null. This is my fault and I should have verified that the migration did not break the CLI installer too. I'll be more careful next time. Thanks Jan for finding it! :) [Commit: http://git.app.eng.bos.redhat.com/?p=izpack.git;a=blobdiff;f=src/lib/com/izforge/izpack/panels/UserInputPanelConsoleHelper.java;h=6c94d779254c0c90ab46e4e777708ece54bf3032;hp=0857342ec440915a9e74098222f5afefa8524a25;hb=5bb7bc8fbc5e5633bac65128452a8b26f05c0709;hpb=c2e339a8c6718ad5124800a3f29c1bac4d58a22a] Installer is not present in current ER2 build. Moving fix version to ER3. Verified Link: Removed: This issue is a dependency of JBPAPP-8085 Docs QE Status: Removed: NEW |