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

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: InstallerAssignee: 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:
Description Flags
output of installer during server start in console installer none

Description Petr Kremensky 2014-04-18 12:30:01 UTC
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

Comment 1 Thomas Hauser 2014-04-23 21:34:36 UTC
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).

Comment 2 Petr Kremensky 2014-04-24 12:33:47 UTC
Can you please try to find other solution? I would prefer to preserve the splash screen's format.

Comment 3 Thomas Hauser 2014-04-25 15:47:49 UTC
I've come up with a different solution. Any empty lines after the splash screen is printed are now omitted.

Comment 4 Petr Kremensky 2014-05-07 12:50:24 UTC
Verified on EAP 6.3.0.ER3 installer.