zmcontrol -v
Release 5.0.8_GA_2462.RHEL5_20080709170039 CentOS5 FOSS edition
Was not transferring mail but the server crashed and had to do a file system check.
I dont have a backup since want to upgrade to zimbra 6 and the user was using IMAP hence all mail is in the server.
The maillog.out file displays the following when i try to reindex the mailbox
[zimbra@letter root]$ zmprov rim
xxx@xxxx.org start
status: started
zmprov rim
xxx@xxxx.org status
ERROR: service.NOT_IN_PROGRESS (mbox d6b68b4b-faff-4819-a348-fa35820674ab is not currently running action ReIndex)
"[root@letter ~]# tail -f /opt/zimbra/log/zmmailboxd.out
at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:2870)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:15 73)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java :1665)
at com.mysql.jdbc.Connection.execSQL(Connection.java: 3124)
at com.mysql.jdbc.PreparedStatement.executeInternal(P reparedStatement.java:1149)
at com.mysql.jdbc.PreparedStatement.executeQuery(Prep aredStatement.java:1262)
at org.apache.commons.dbcp.DelegatingPreparedStatemen t.executeQuery(DelegatingPreparedStatement.java:20 5)
at com.zimbra.cs.db.DbMailItem.getFoldersAndTags(DbMa ilItem.java:1498)
... 5 more
com.zimbra.common.service.ServiceException: system failure: fetching folder data for mailbox 127
ExceptionId:Thread-5112:1266590370323:f6a82fac2ac00a12
Code:service.FAILURE
at com.zimbra.common.service.ServiceException.FAILURE (ServiceException.java:253)
at com.zimbra.cs.db.DbMailItem.getFoldersAndTags(DbMa ilItem.java:1585)
at com.zimbra.cs.mailbox.Mailbox.loadFoldersAndTags(M ailbox.java:1467)
at com.zimbra.cs.mailbox.Mailbox.beginTransaction(Mai lbox.java:1192)
at com.zimbra.cs.mailbox.Mailbox.beginTransaction(Mai lbox.java:1144)
at com.zimbra.cs.mailbox.Mailbox.reIndex(Mailbox.java :1756)
at com.zimbra.cs.service.admin.ReIndex$ReIndexThread. run(ReIndex.java:157)
Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorExceptio n: Table 'mboxgroup27.mail_item' doesn't exist
Query being executed when exception was thrown:
SELECT mi.id, mi.type, mi.parent_id, mi.folder_id, mi.index_id, mi.imap_id, mi.date, mi.size, mi.volume_id, mi.blob_digest, mi.unread, mi.flags, mi.tags, mi.subject, mi.name, mi.metadata, mi.mod_metadata, mi.change_date, mi.mod_content FROM mboxgroup27.mail_item AS mi WHERE mailbox_id = 127 AND type IN (1,2,13,3)
at com.mysql.jdbc.SQLError.createSQLException(SQLErro r.java:936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.ja va:2870)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:15 73)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java :1665)
at com.mysql.jdbc.Connection.execSQL(Connection.java: 3124)
at com.mysql.jdbc.PreparedStatement.executeInternal(P reparedStatement.java:1149)
at com.mysql.jdbc.PreparedStatement.executeQuery(Prep aredStatement.java:1262)
at org.apache.commons.dbcp.DelegatingPreparedStatemen t.executeQuery(DelegatingPreparedStatement.java:20 5)
at com.zimbra.cs.db.DbMailItem.getFoldersAndTags(DbMa ilItem.java:1498)
... 5 more "