Bug 1455312
| Summary: | HTML5 Console Does Not Connect Sometimes on First Attempt | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Kedar Kulkarni <kkulkarn> | ||||||
| Component: | UI - OPS | Assignee: | Brian McLaughlin <bmclaugh> | ||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Kedar Kulkarni <kkulkarn> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 5.8.0 | CC: | dajohnso, hkataria, jhardy, kkulkarn, mpovolny, obarenbo, smallamp | ||||||
| Target Milestone: | GA | Flags: | kkulkarn:
automate_bug-
|
||||||
| Target Release: | cfme-future | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | ui:html5:console | ||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2017-07-14 14:30:03 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
Kedar Kulkarni
2017-05-24 18:19:00 UTC
Created attachment 1282046 [details]
HTML5 Console Connected but not Visible
Created attachment 1282047 [details]
HTML5 Console Disconnected
I am thinking this is a duplicate of the websockets issue.... bug 1404354 Please close if you agree fellas. I believe this can be done by running the following. If you see more than a few of this processes, it'll cause problems with the connections. The more you see, the more likely connections will fail... [root@cfme ~]# netstat -napo | grep 5000 tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN 3017/puma 3.3.0 (tc off (0.00/0/0) tcp 0 0 127.0.0.1:5000 127.0.0.1:35048 TIME_WAIT - timewait (55.25/0/0) tcp 190 0 127.0.0.1:35080 127.0.0.1:5000 ESTABLISHED 48715/httpd off (0.00/0/0) tcp 0 0 127.0.0.1:5000 127.0.0.1:34936 TIME_WAIT - timewait (44.73/0/0) tcp 0 0 127.0.0.1:57724 127.0.0.1:5000 CLOSE_WAIT 35049/httpd off (0.00/0/0) tcp 0 0 127.0.0.1:5000 127.0.0.1:35082 ESTABLISHED 3017/puma 3.3.0 (tc off (0.00/0/0) tcp 304 0 127.0.0.1:35078 127.0.0.1:5000 ESTABLISHED 14821/httpd off (0.00/0/0) tcp 0 0 127.0.0.1:5000 127.0.0.1:35080 ESTABLISHED 3017/puma 3.3.0 (tc off (0.00/0/0) tcp 0 0 127.0.0.1:57524 127.0.0.1:5000 CLOSE_WAIT 35801/httpd off (0.00/0/0) tcp 0 0 127.0.0.1:35082 127.0.0.1:5000 ESTABLISHED 15223/httpd off (0.00/0/0) tcp 0 0 127.0.0.1:57784 127.0.0.1:5000 CLOSE_WAIT 23699/httpd off (0.00/0/0) tcp 0 0 127.0.0.1:5000 127.0.0.1:35088 ESTABLISHED 3017/puma 3.3.0 (tc off (0.00/0/0) tcp 0 0 127.0.0.1:5000 127.0.0.1:35078 ESTABLISHED 3017/puma 3.3.0 (tc off (0.00/0/0) tcp 114 0 127.0.0.1:35088 127.0.0.1:5000 ESTABLISHED 51971/httpd off (0.00/0/0) Please assess the impact of this issue and update the severity accordingly. Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition. If it's something like a tracker bug where it doesn't matter, please set it to Low/Low. Hey Dave, I will close it since it can not be reproduced consistently. It was about Occasionally getting "502 Error" Page when launching HTML5 Console. Also websocket workaround might have helped this improve. |