Brand new install of zimbra on Mac OS X 10.5.4:
Code:
sarah:~ zimbra$ zmcontrol -v
Release 5.0.8_GA_2462.MACOSXx86_10.5, Zimbra, Inc.
MACOSXx86_10.5 NETWORK edition
Install succeeded with no errors. When trying to access the admin pages, I see a blank tan page and Firebug logs 2 errors to /service/admin/soap/BatchRequest:
POST payload:
PHP Code:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header><context xmlns="urn
:zimbra"><userAgent xmlns="" name="ZimbraWebClient - FF3.0 (Mac)"/><format xmlns="" type="js"/></context
></soap:Header><soap:Body><BatchRequest xmlns="urn:zimbra" onerror="continue"><GetVersionInfoRequest
xmlns="urn:zimbraAdmin"/></BatchRequest></soap:Body></soap:Envelope>
Server Response:
PHP Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 503 SERVICE_UNAVAILABLE</title>
</head>
<body>
<h2>HTTP ERROR: 503</h2><pre>SERVICE_UNAVAILABLE</pre>
<p>RequestURI=/service/admin/soap/BatchRequest</p>
<p><i><small><a href="http://jetty.mortbay.org">Powered by jetty://</a></small></i></p>
All services show as running:
Code:
sarah:~ zimbra$ zmcontrol status
Host sarah.vitalbook.com
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Running
mta Running
snmp Running
spell Running
stats Running
What next?