Hey All,
I've got a working, single server NE 5.0.10 installation. I'm trying to setup a second server as a LDAP replica and mailbox/mta server as the primary is running low on space.
Followed the Multi server guide, both doco from 5.0.10 and "latest", got all the components installed and zmcontrol status looks good.
Issues:
In Admin Console, selecting Servers->second.server times out with:
Code:
Message: error while proxying request to target server Connection reset Error code: service.PROXY_ERROR Method: GetAllVolumesRequest Details:soap:Receiver
On the second.server, there is a process listening on port 7071, but can't access the Admin Console nor does 'zmprov gas' work, it just hangs. 'zmprov -l gas' does work.
Looking at the zmsetup.log for the second server during mailbox/mta install, I see:
Code:
Wed Jan 14 21:40:59 2009 Upgrading Document templates...
Wed Jan 14 21:40:59 2009 *** Running as zimbra user: /opt/zimbra/bin/zmprov ut -h second.server /opt/zimbra/wiki/Template
Wed Jan 14 22:51:07 2009 failed.
which I think is a known issue, but no other errors.
second.server:/opt/zimbra/log/mailbox.log shows:
Code:
2009-01-20 08:37:22,053 WARN [main] [] log - failed SslSelectChannelConnector@0.0.0.0:443
java.io.FileNotFoundException: /opt/zimbra/jetty-6.1.5/etc/keystore (No such file or directory)
Not sure that's a problem or not.
The second.server is a fresh Ubuntu 8.0.4 AMD64 install.
Any ideas what the problem might be?