Problem with Migrat...
 
Notifications
Clear all

Problem with Migration 7.1.2 to 7.1.2

1 Posts
1 Users
0 Reactions
322 Views
(@redsnapper)
Posts: 1
Topic starter
 

Hi

I try to migrate from a Zimbra 7.1.2 NE to another 7.1.2 NE with the zextras 1.0.0 migration tool installed on source and zextras suite 1.0.0 installed on destination server

the export worked fine but importing on the target machine I got through this exception:

05-Oct-2011 04:01 - Error: ZeXtras ZxBackup Notification, Full Scan failed.

This is an automated notification from ZxBackup about Full Scan.

Operation Full Scan failed.

- exception -
Unknown Exception
at com.zextras.backup.ZEFullScanOperation.doOperation(ZEFullScanOperation.java:293)
at com.zextras.op.ZEOperation.exec(ZEOperation.java:584)
at com.zextras.backup.ZEBackupThread.execOperation(ZEBackupThread.java:194)
at com.zextras.backup.ZEBackupThread.run(ZEBackupThread.java:104)
Caused by: com.zimbra.common.service.ServiceException: system failure: fetching items of type 5
ExceptionId:ZxBackup Thread:1317780064142:abb92998171f6763
Code:service.FAILURE
at com.zimbra.common.service.ServiceException.FAILURE(ServiceException.java:248)
at com.zimbra.cs.db.DbMailItem.getByType(DbMailItem.java:2134)
at com.zimbra.cs.mailbox.Mailbox.getItemList(Mailbox.java:2536)
at com.zimbra.cs.mailbox.Mailbox.getItemList(Mailbox.java:2483)
at com.zimbra.cs.mailbox.Mailbox.getItemList(Mailbox.java:2479)
at com.zextras.backup.ZEScanOperation.doItemsScan(ZEScanOperation.java:117)
at com.zextras.backup.ZEScanOperation.doAccountScan(ZEScanOperation.java:86)
at com.zextras.backup.ZEScanOperation.doDomainScan(ZEScanOperation.java:50)
at com.zextras.backup.ZEFullScanOperation.doOperation(ZEFullScanOperation.java:288)
... 3 more
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table engine 'InnoDB'

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 mboxgroup8.mail_item AS mi WHERE mailbox_id = 8 AND type IN (5,16)

at sun.reflect.GeneratedConstructorAccessor85.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
at com.mysql.jdbc.Util.getInstance(Util.java:384)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3566)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3498)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2113)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2568)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2113)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2275)
at com.zimbra.cs.db.DebugPreparedStatement.executeQuery(DebugPreparedStatement.java:156)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
at com.zimbra.cs.db.DbMailItem.getByType(DbMailItem.java:2124)
... 10 more

Does anyone have an idea ?

Cheers and Thanx in advance!
Björn

 
Posted : 10/05/2011 14:44