#1933 [ipa webui] Unable to access Webui
Closed: Fixed None Opened 12 years ago by dpal.

https://bugzilla.redhat.com/show_bug.cgi?id=743936

Description of problem:
When using ipa-server-2.1.1-102.20111006T0010zgit5de9780.el6.x86_64, unable to access web ui.
Throws error - script stack space quota is exhausted

Spoke to ayoung, who indicate -  that the error comes back from the first JSON call.

Version-Release number of selected component (if applicable):
ipa-server-2.1.1-102.20111006T0010zgit5de9780.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1. kinit as admin
2. Start firefox to go to IPA UI


Actual results:
error - script stack space quota is exhausted


Expected results:
Should be brought to User page

Additional info:

I have only seen this error in the past when running Selenium to test the Web UI. I'm unable to reproduce it manually in the latest code.

Some questions:
1. Did the problem happen during automated test run?
2. Can it be reproduced manually without automated test?
3. Does disabling/uninstalling Firefox plugins/extensions make any difference?
4. Was the server loaded with a large number of entries?

ayoung investigated that the exception is thrown in jquery's parseJSON method which leads to conclusion that the JSON response of ipa_init grew so big that some browser configurations weren't able to process it. However I wasn't able to reproduce the issue.

Possible solution might be to split the ipa_init method into more parts (patch is on the list).

Metadata Update from @dpal:
- Issue assigned to pvoborni
- Issue set to the milestone: FreeIPA 2.1.3 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata