Found a permissions error in deploying the first of 2 jar files contained in the ZIP file.
Code:
2010-08-30 10:17:09,226 INFO [Thread-309] [] zimlet - Deploying Zimlet com_zimbra_asterisk in LDAP.
2010-08-30 10:17:09,332 INFO [Thread-309] [] zimlet - Installing Zimlet com_zimbra_asterisk on this host.
2010-08-30 10:17:09,332 INFO [Thread-309] [] zimlet - deploy
java.io.FileNotFoundException: /opt/zimbra/mailboxd/webapps/zimlet/WEB-INF/lib/JainSipApi1.1.jar (Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:179)
at java.io.FileOutputStream.(FileOutputStream.java:131)
at com.zimbra.cs.zimlet.ZimletUtil.writeFile(ZimletUtil.java:707)
at com.zimbra.cs.zimlet.ZimletUtil.installZimlet(ZimletUtil.java:652)
at com.zimbra.cs.zimlet.ZimletUtil.deployZimlet(ZimletUtil.java:587)
at com.zimbra.cs.zimlet.ZimletUtil.deployZimlet(ZimletUtil.java:520)
at com.zimbra.cs.service.admin.DeployZimlet$DeployThread.run(DeployZimlet.java:99)
at java.lang.Thread.run(Thread.java:619)
There are 2 jar files contained in there
JainSipApi1.1.jar
nist-sip-1.2.jar
Both of them were previously marked with permissions r--r--r--
I renamed them to nnn.OLD, and did another manual deploy on the zimlet. This time it worked correctly, and new copies of the files were deployed to the directory
The permissions on the new copies are rw-r-----
Are these files part of a standard install ? Or are they only there from my previous installation of the zimlet on 6.0.7 ?