Hi,
Yesterday I migrated from ZCS6GA -> ZCS6GA on another server. The reason is that the original ZCS6GA had been upgraded from V5 and I wanted to work with a clean V6 install.
I followed the
Wiki :: Network Edition Distaster Recovery document and all went pretty well apart from a few hickups (Thanks Mike!

)
The issue I have is that due to not starting the servers once the install is complete the Zimlets do not get deployed. So I have tried to deploy them using
Code:
su - zimbra
zmzimlet deploy zimlets-network/com_zimbra_backuprestore.zip
This fires off okay but on checking /opt/zimbra/log/mailbox.log I see
Code:
2009-09-13 10:30:28,311 INFO [btpool0-15] [name=zimbra;ip=192.168.1.100;] soap - DeployZimletRequest
2009-09-13 10:30:28,413 INFO [Thread-285] [] zimlet - Deploying Zimlet com_zimbra_backuprestore in LDAP.
2009-09-13 10:30:28,549 INFO [Thread-285] [] zimlet - Installing Zimlet com_zimbra_backuprestore on this host.
2009-09-13 10:30:28,550 INFO [Thread-285] [] zimlet - deploy
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:883)
at com.zimbra.cs.zimlet.ZimletUtil.writeFile(ZimletUtil.java:611)
at com.zimbra.cs.zimlet.ZimletUtil.installZimlet(ZimletUtil.java:558)
at com.zimbra.cs.zimlet.ZimletUtil.deployZimlet(ZimletUtil.java:487)
at com.zimbra.cs.zimlet.ZimletUtil.deployZimlet(ZimletUtil.java:421)
at com.zimbra.cs.service.admin.DeployZimlet$DeployThread.run(DeployZimlet.java:98)
at java.lang.Thread.run(Thread.java:619) I have even tried un-deploying before I install it. When I list the Zimlets I get
Code:
$ zmzimletctl listZimlets
Installed Zimlet files on this host:
[] WARN: error loading zimlet com_zimbra_cert_manager
java.io.FileNotFoundException: zimlet description not found: com_zimbra_cert_manager.xml
at com.zimbra.cs.zimlet.ZimletFile.initZimletDescription(ZimletFile.java:227)
at com.zimbra.cs.zimlet.ZimletFile.initialize(ZimletFile.java:205)
at com.zimbra.cs.zimlet.ZimletFile.initialize(ZimletFile.java:162)
at com.zimbra.cs.zimlet.ZimletFile.<init>(ZimletFile.java:148)
at com.zimbra.cs.zimlet.ZimletUtil.loadZimletsFromDir(ZimletUtil.java:311)
at com.zimbra.cs.zimlet.ZimletUtil.loadZimlets(ZimletUtil.java:248)
at com.zimbra.cs.zimlet.ZimletUtil.listInstalledZimletsOnHost(ZimletUtil.java:841)
at com.zimbra.cs.zimlet.ZimletUtil.listAllZimlets(ZimletUtil.java:910)
at com.zimbra.cs.zimlet.ZimletUtil.dispatch(ZimletUtil.java:1687)
at com.zimbra.cs.zimlet.ZimletUtil.main(ZimletUtil.java:1803)
com_zimbra_mobilesync
com_zimbra_ymemoticons
So could this be a specific issue with ZCSV6GA that requires a RFE ?
This also happens with the HSM Zimlet aswell.