View Single Post
  #11 (permalink)  
Old 02-25-2008, 05:05 AM
evolus evolus is offline
Junior Member
 
Posts: 7
Default

Quote:
Originally Posted by phoenix View Post
Forget the documents for the moment, are you still having problems getting mailbox to start? If you are, what happens when you try to start it manually and what shows in the logs?
Yes, I'm still having problems getting mailbox to start.
I tried to start it manually with the command zmmailboxdctl start and then check with zmcontrol status:
Code:
[zimbra@apollo bin]$ zmmailboxdctl start
mailboxd started.
[zimbra@apollo bin]$ zmcontrol status   
Host apollo.evolus.vn
        antispam                Running
        antivirus               Running
        ldap                    Running
        logger                  Running
        mailbox                 Stopped
                zmmailboxdctl is not running
        mta                     Running
        snmp                    Running
        spell                   Running
        stats                   Running
[zimbra@apollo bin]$
I noticed there are some errors in the error logs:
Code:
checking isEnabled zimbra-store
zimbra-store is enabled
Creating user admin@evolus.vn...
*** Running as zimbra user: /opt/zimbra/bin/zmprov -l cd evolus.vn
ERROR: account.DOMAIN_EXISTS (domain already exists: evolus.vn)
*** Running as zimbra user: /opt/zimbra/bin/zmprov
1cae7ef5-240b-4f26-940b-33e0b2b3fb96
done.
And this:
Code:
zimbra-store is enabled
Initializing Documents...
COS attribute retrieved for COS default: zimbraFeatureNotebookEnabled=TRUE
*** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled TRUE
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 wiki@evolus.vn
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
*** Running as zimbra user: /opt/zimbra/bin/zmprov in wiki@evolus.vn
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
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
failed to initialize documents...see logfile for details.
*** Running as zimbra user: /opt/zimbra/bin/zmprov mc default zimbraFeatureNotebookEnabled TRUE
ERROR: zclient.IO_ERROR (invoke Connection refused, server: localhost) (cause: java.net.ConnectException Connection refused)
Restarting mailboxd...
*** Running as zimbra user: /opt/zimbra/bin/zmmailboxdctl restart
mailboxd started.
done.
Not sure where is the root cause of this

Last edited by evolus; 02-25-2008 at 05:11 AM..
Reply With Quote