View Single Post
  #3 (permalink)  
Old 01-12-2006, 08:07 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default mailbox and logger

Since the mailbox and logger services refuse to start, I suspect mysql problems. (Mailbox = mysql+tomcat, logger=mysql+swatch).

Run zmcontrol stop, and ps auxww | grep sql - you should see nothing.

run zmcontrol start, and again ps auxww | grep sql - you should (if it's failing) see nothing.

If sql is running, it's a status check failure.

If it's not - as zimbra -
sh -x bin/mysql.server start

Any errors output? Perhaps missing library?
Reply With Quote