Issue was fixed by Zimbra Here is the log and fix per Zimbra
Here is the error from the mailbox.log as I was deploying the zimlets
=========================
2009-12-30 11:28:22,100 INFO [btpool0-104://domain.tld:7071/service/admin/soap/DeployZimletRequest] [name=zimbra;ip=10.0.0.8;] soap - DeployZimletRequest
2009-12-30 11:28:22,161 WARN [Thread-14019] [] zimlet - Zimlet not found: /opt/zimbra/zimlets-deployed/com_zimbra_cert_manager
2009-12-30 11:28:22,162 INFO [Thread-14019] [] zimlet - Deploying Zimlet com_zimbra_cert_manager in LDAP.
2009-12-30 11:28:22,240 INFO [Thread-14019] [] zimlet - Installing Zimlet com_zimbra_cert_manager on this host.
2009-12-30 11:28:22,241 INFO [Thread-14019] [] zimlet - deploy
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Nativ e Method)
at java.io.File.createNewFile(File.java:883)
at com.zimbra.cs.zimlet.ZimletUtil.writeFile(ZimletUt il.java:610)
at com.zimbra.cs.zimlet.ZimletUtil.installZimlet(Ziml etUtil.java:557)
at com.zimbra.cs.zimlet.ZimletUtil.deployZimlet(Zimle tUtil.java:486)
at com.zimbra.cs.zimlet.ZimletUtil.deployZimlet(Zimle tUtil.java:420)
at com.zimbra.cs.service.admin.DeployZimlet$DeployThr ead.run(DeployZimlet.java:98)
at java.lang.Thread.run(Thread.java:619)
===================
Here is how we fixed the problem
As ROOT
mkdir /opt/zimbra/zimlets-properties
chmod 750 /opt/zimbra/zimlets-properties
chown zimbra:zimbra /opt/zimbra/zimlets-properties
su - zimbra
zmzimletctl deploy zimlets/com_zimbra_cert_manager.zip
zmzimletctl deploy com_zimbra_backuprestore.zip
zmmailboxdctl restart
======================
Last edited by ArcaneMagus; 12-30-2009 at 10:17 AM..
Reason: Removed domain info
|