| Summary: | Installer hangs if SSL enabled | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Pavol Srna <psrna> | ||||||||||||||
| Component: | Installer | Assignee: | Thomas Hauser <thauser> | ||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Drozd <pdrozd> | ||||||||||||||
| Severity: | urgent | Docs Contact: | |||||||||||||||
| Priority: | high | ||||||||||||||||
| Version: | 6.0.0 GA | CC: | atangrin, jcoleman, jsedlace, psrna, soa-p-jira | ||||||||||||||
| Target Milestone: | ER7 | ||||||||||||||||
| Target Release: | 6.0.0 | ||||||||||||||||
| Hardware: | Unspecified | ||||||||||||||||
| OS: | Unspecified | ||||||||||||||||
| Whiteboard: | |||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | Type: | Bug | |||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||
| Attachments: |
|
||||||||||||||||
|
Description
Pavol Srna
2013-10-14 14:31:48 UTC
Created attachment 812039 [details]
installer-jstack
Created attachment 812040 [details]
runtime-jstack
Created attachment 812041 [details]
screenshot
Tried with ER4-respin 3 installer from 11-Oct-2013 08:23 Installer doesn't hang on windows (in opposite to RHEL), but there is a "Failed to connect to Management Interface after 5 attempts" message (see screenshot attached) and the installers says "Installation successfully completed" at the end. Created attachment 812539 [details]
win-screenshot
Created attachment 812560 [details]
logs-rhel
Created attachment 812561 [details]
logs-win
This issue is due to the CommandContext API writing a prompt to the user. This issue is due to the CommandContext blocking on user input: https://community.jboss.org/thread/212065 It has been worked around by enabling SSL security later in the installation process, so the installer doesn't try to connect with the SSL security running (the CommandContext would then block on user input at that point). This should probably be addressed in the CommandContext itself (provide some way to programmatically provide a Temporary SSL acceptance response, or to optionally not block on user input, something along those lines. This issue is resolved in post-beta builds, whatever ER or designation that may be. Not a beta blocker. Verified in ER7. |