Bug 743936
Summary: | [ipa webui] Unable to access Webui | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Namita Soman <nsoman> |
Component: | ipa | Assignee: | Rob Crittenden <rcritten> |
Status: | CLOSED ERRATA | QA Contact: | IDM QE LIST <seceng-idm-qe-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | urgent | ||
Version: | 6.1 | CC: | ayoung, dpal, mkosek |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ipa-2.1.2-1.el6 | Doc Type: | Bug Fix |
Doc Text: |
Cause: Web UI loads an entire IPA API name space when it is being started. JSON requests returns large amount of data.
Consequence: Some browsers may report "script stack space quota is exhausted" when Web UI is being loaded and user is then unable to access the Web UI
Fix: Split Web UI initialization to several smaller calls
Result: The browser no longer reports the error when Web UI is loaded and user is able to access it
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-12-06 18:42:14 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Namita Soman
2011-10-06 14:15:22 UTC
Upstream ticket: https://fedorahosted.org/freeipa/ticket/1933 fixed upstream ipa-2-1: 48f30698e54a0e02dcaea5dd5d22591c2bffe295 30b2d4e59625b8a948912f0087d7a8d18112143d f7812fa68c7a2ee232e2053399e0ba9ccef5e6c3 Verified using ipa-server-2.1.2-2.el6.x86_64 Can access the WebUI Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: Web UI loads an entire IPA API name space when it is being started. JSON requests returns large amount of data. Consequence: Some browsers may report "script stack space quota is exhausted" when Web UI is being loaded and user is then unable to access the Web UI Fix: Split Web UI initialization to several smaller calls Result: The browser no longer reports the error when Web UI is loaded and user is able to access it Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2011-1533.html |