I'm having some trouble with my Zimbra NE admin web interface after the 5.0.10 upgrade. (5.0.9 to Release 5.0.10_GA_2638.UBUNTU6_64 UBUNTU6_64 NETWORK edition)
I also have some reports from our users that there are problems with scripts running too long in IE. We've been taking the opportunity to switch users to Firefox, which handles the script in a reasonable amount of time. I don't really have enough information to say if the two problems are related, other than they were both noticed after the 5.0.10 upgrade.
I can log into the admin interface well enough, and most things work, but when I click on our student domain (we have XXXX.org and students.XXXX.org), a tab opens but the information is not populated at all, and an error follows.
Watching the net traffic with firebug, I can see it getting stuck on a soap call 'SearchDirectoryRequest', and when this happens, an error box pops up with the detail saying: Message: Unknown Error Method: SearchDirectoryRequest Details:InternalError: script stack space quota is exhausted.
Here is the soap:Body when requesting information for students.XXXX.org:
Code:
<soap:Body><SearchDirectoryRequest xmlns="urn:zimbraAdmin" offset="0" limit="0" sortBy="name" sortAscending="1" domain="students.XXXXX.org" attrs="zimbraMailCatchAllAddress"><query xmlns=""></query></SearchDirectoryRequest></soap:Body>
Could this have something to do with
Bug 31539 - Need zimbraAdminConsoleCatchAllAddressEnabled attribute to show the admin console catchall component ?