Hey guys,
getting an error when performing an external restore (zxmig and zxsuite 1.2.4):
- exception -
java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String
at com.zextras.backup.ZEBackupServer.restorePostAccount(ZEBackupServer.java:635)
at com.zextras.backup.ZEExternalRestoreOperation.doOperation(ZEExternalRestoreOperation.java:447)
at com.zextras.op.ZEOperation.exec(ZEOperation.java:584)
at com.zextras.backup.ZEBackupThread.execOperation(ZEBackupThread.java:200)
at com.zextras.backup.ZEBackupThread.run(ZEBackupThread.java:110)
This happens right when the "common items" restore starts. The accounts/domains/COS/attributes are all created fine.
The zimbra logs don't give any more info.
From what I've googled it looks like an array-> string conversion failure or something like this.
How can I figure out which account/element is causing this so that I can exclude it? Or better how can I fix it?
Cheers
Nico