Bug 1089300
| Summary: | Omit empty lines in output of server start during installation. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Kremensky <pkremens> | ||||
| Component: | Installer | Assignee: | Thomas Hauser <thauser> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Kremensky <pkremens> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.3.0 | ||||||
| Target Milestone: | ER3 | ||||||
| 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:36:57 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: |
|
||||||
I've made changes to omit empty lines from being printed by the Thread that consumes the Process' output; however, this has the side effect of 'compacting' the server's splash screen. Example here: http://pastebin.test.redhat.com/205108 Personally, I think this is fine. If not, we can come up with a more convoluted solution in domain.sh's case (the other standalone* configuration printing seems fine). Can you please try to find other solution? I would prefer to preserve the splash screen's format. I've come up with a different solution. Any empty lines after the splash screen is printed are now omitted. Verified on EAP 6.3.0.ER3 installer. |
Created attachment 887555 [details] output of installer during server start in console installer Description of problem: We should make the output of server start command during installation "nicer". Now it's full of empty lines (see attached output of console installer during domain start on HP-UX). Version-Release number of selected component (if applicable): 6.3.0.ER1 How reproducible: Always Steps to Reproduce: 1. Run console installer 2. Choose to start domain by installer Actual results: See attachment Expected results: No so many empty lines