| Summary: | Shurtcuts creation panel is hidden by post-install output in some cases (windows/console) | ||
|---|---|---|---|
| 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: | low | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | mtjandra, thauser |
| Target Milestone: | ER2 | ||
| Target Release: | EAP 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Windows | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-28 15:29:16 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: | |
I could not emulate the issue, but I added a check to ensure the server has finished shutting down before proceeding. I think this issue could also occur on linux, depends on chance and speed of machine. Seems to be a threading issue. http://git.app.eng.bos.redhat.com/jbossas-installer.git/commit/?h=eap-6.2&id=55a2a5d8e7fcc257f7813a069ae9315bcd361780 Verified on EAP 6.3.0.ER2 |
Description of problem: Post-install configuration output may get after Shortcuts creation panel. This may confuse the user as he can overlook the probe and get lost in installation. Shortcuts creation should be always after any string generated by post-install configuration task. Version-Release number of selected component (if applicable): EAP 6.2.0.CR3.1 How reproducible: Always Steps to Reproduce: This might be a little bit harder to reproduce, as this is actually the only case I can see the issue so far. 1. Start the console installation 2. Use default values unless asked for Post-Install Configuration 3. Choose to Perform additional post-install configuration. 4. Select to "Install JDBC driver" and Install datasource from post-install options. 5. Choose any of vendors, and enter path to Driver's jar. Use default values for the rest of configuration options. 6. Observer the installer output after post-install configuration is done. Actual results: ... Trying to connect to Management Interface...(1/5). Connected to Management Interface. {"outcome" => "success"} Application Server successfully stopped. Create shortcuts in the Start-Menu (y/n) [y]: The connection to the controller has been closed as the result of the shutdown operation. (Although the command prompt will wrongly indicate connection until the next line is entered) Expected results: ... Trying to connect to Management Interface...(1/5). Connected to Management Interface. {"outcome" => "success"} Application Server successfully stopped. The connection to the controller has been closed as the result of the shutdown operation. (Although the command prompt will wrongly indicate connection until the next line is entered) Create shortcuts in the Start-Menu (y/n) [y]: