View Single Post
  #1 (permalink)  
Old 10-09-2009, 12:58 PM
Chewie71 Chewie71 is offline
Trained Alumni
 
Posts: 342
Default [SOLVED] Fails to deploy....

I've created a zimlet with several files in it.

edu_wiu_passwordExpiryChecker.xml
edu_wiu_passwordExpiryChecker.js
ldap.jsp
image1.png
image2.png

I am in the directory where the files exist and type the following to create the zip file.
Code:
zip edu_wiu_passwordExpiryChecker.zip *
That creates the zip file I need. When I go to deploy it however, I get an error in the mailbox.log.
Code:
zmzimletctl deploy edu_wiu_passwordExpiryChecker.zip
ERROR:
Code:
2009-10-09 13:52:22,558 INFO  [Thread-71] [] zimlet - deploy
java.io.FileNotFoundException: zimlet description not found: edu_wiu_passwordExpiryChecker.xml
        at com.zimbra.cs.zimlet.ZimletFile.initZimletDescription(ZimletFile.java:199)
        at com.zimbra.cs.zimlet.ZimletFile.initialize(ZimletFile.java:191)
        at com.zimbra.cs.zimlet.ZimletFile.<init>(ZimletFile.java:146)
        at com.zimbra.cs.service.admin.DeployZimlet$DeployThread.run(DeployZimlet.java:96)
        at java.lang.Thread.run(Thread.java:595)
Any thoughts? I am running everything as the zimbra user.

Matt
Reply With Quote