View Single Post
  #1 (permalink)  
Old 03-02-2007, 03:46 PM
michaeln michaeln is offline
Active Member
 
Posts: 47
Default 4.53: tomcat is not running

After upgrading my server from 4.52GA to 4.53GA this morning, everything seemed OK. I decided to enable imap proxy. That seemed to be OK at the time, but later I checked the server status and there was an X next to imap proxy.

I figured maybe I needed to restart zimbra, so I did an "/etc/init.d/zimbra restart". After 20 seconds or so, the command returned without error.

I tried logging in to the admin panel, and got "Server Error Encountered". So, I did an "su - zimbra" and checked zmcontrol status:

Code:
[zimbra@mailhost ~]$ zmcontrol status
Host mailhost.inc21.com
        antispam                Running
        antivirus               Running
        imapproxy               Running
        ldap                    Running
        logger                  Running
        mailbox                 Stopped
                tomcat is not running
        mta                     Running
        snmp                    Running
        spell                   Running
Tried the mailbox and tomcat troubleshooting stuff in the wiki, but

Code:
[zimbra@mailhost ~]$ sh -x bin/zmmtactl status
+ BASE=/opt/zimbra
+ SCRIPTS='zmmtaconfigctl postfix zmsaslauthdctl'
+ case "$1" in
+ STATUS=0
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmmtaconfigctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/postfix status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmsaslauthdctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ exit 0
So I think that's OK.

I tried "mysql mysql" as zimbra user and logged into mysql no problem.

I checked permissions and ownership of the redolog, and it looks OK too:
Code:
[zimbra@mailhost ~]$ ls -l /opt/zimbra/redolog
total 8
drwxr-x---  2 zimbra zimbra 4096 Mar  2 13:08 archive
-rw-r-----  1 zimbra zimbra  512 Mar  2 13:08 redo.log
So now I'm kind of stuck.

Last edited by michaeln : 03-02-2007 at 03:49 PM.
Reply With Quote