I have been struggling my rear end off for the past 24 hours in several attempts at installing Zimbra OS on a VPS with Debian 3.1. The machine has got 1GB of dedicated RAM. Seeing that I was able to install it in a VMWare virtual machine which had only 512MB of RAM, I do not believe that is the main problem.
I always follow these steps: deactivate confliciting services (Apache, Mysql etc.), edit /etc/hosts, install missing dependencies, run install.sh. It always tells me that there is no MX configured for the host, but can that really be such a massive problem (my VMWare experiment had no DNS config at all)? The result however is always the following:
Quote:
|
Initializing Documents...failed to initialize documents...see logfile for details.
|
And then the logfile tells me:
Quote:
Initializing Documents...
*** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled TRUE
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
*** Running as zimbra user: /opt/zimbra/bin/zmprov mcf zimbraNotebookAccount lzyjmc4ve9@lds80-86-91-144.webperoni.de
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
*** Running as zimbra user: /opt/zimbra/bin/zmprov in lzyjmc4ve9@lds80-86-91-144.webperoni.de 'uF8EpZRLCH' /opt/zimbra/wiki/Template Template
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
*** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled FALSE
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[] INFO: Retrying request
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
failed to initialize documents...see logfile for details.
|
Then zmcontrol tells me that tomcat and logger aren't running. There never is a redo.log file, although the zimbra user has full permissions on the parent directory.
I thought I had made a mistake in configuring the /etc/hosts, so I checked this morning and corrected it. However, to no avail. The /etc/hosts looks like this:
Quote:
127.0.0.1 localhost.localdomain localhost
80.86.91.144 lds80-86-91-144.webperoni.de lds80-86-91-144
|
The FQDN has been assigned by the provider. This is a 3-day test box, so I can't really muck around with the DNS too much.
I am completely and utterly at the end of my wisdom and my strength. I would have loved to use Zimbra in my organization, but apparently it is just not going to happen, unless someone has an idea what the heck I am doing wrong. Could it be related to the fact that I am running a virtual server? Should I rather get a dedicated box? Or is there simply no chance with less than 2GB RAM?
Any help is greatly appreciated.