Unable to Log into Zimbra Admin After many failed attempts, I finally successfully completed the installation of Zimbra on Red Hat Enterprise 4.
The secret was to ignore the instruction in the Zimbra Installation guide to accept the defaults on the Redhat install. If I accepted the defaults, Zimbra would fail to install reporting that it was missing a whole lot of compatibility library and GCC stuff.
I finally installed Redhat with everything, and setup a Split DNS since I'm behind a NAT firewall to get Zimbra to install completely.
But hold on, don't cheer yet! Even though the installer completed successfully, I was still not able to log in to the Zimbra Admin.
I executed "su - zimbra" and "mcontrol status" and found that several of the services were not running. So I executed "zmcontrol start" and all of the services started.
Still no luck... I still have not been able to connect to the Zimbra Admin.
When I try to connect, I get an Alert that says: "The connection was refused when attempting to contact mailhost.domain-name.com:7071."
During the installation I received notice that there were 2 Port Conflicts as follows:
Port conflict detected: 80 (zimbra-store)
Port conflict detected: 443 (zimbra-store)
Port conflicts detected! - Any key to contine
But I was given no opportunity or options to resolve the conflicts.
Also towards the end of the installation, it completed installing the zimlets and started Initializing Documents and then reported that it
"failed to initialize documents...see logfile for details."
Upon inspection of the log file, I could see several places where it reported:
[] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused.
I'm suspecting it has something to do with the port conflict but I'm not sure what to do to fix it. I do want to be able to use this machine as a Webserver as well. Any ideas on what I need to do?
Thanks! |