| Welcome to the Zimbra :: Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | 
07-23-2008, 11:42 PM
| | Intermediate Member | |
Posts: 21
| | [SOLVED] error in deployment i installed on my ubuntu and i logged in as admin, but when i use the zimlet GUI to deploy zimlet i receive error message(file not found exception) but the file is exists, iam sure, can any one help me please
not --------->i un-deployed the com_zimbra_email after i stored another copy, i tried to redeploy it, excuse me about my English | 
07-24-2008, 12:01 AM
| | | what happens if you try and deploy the zimlet from the command line ? Code: su - zimbra
zmcontrol -v
zmzimletctl deploy _zimlet_.zip
__________________ | 
07-24-2008, 01:13 AM
| | Intermediate Member | |
Posts: 21
| | to uxbod i am sorry man but i did what you suggested but the following error appears
2008-07-24 11:11:40,483 INFO [btpool0-6] [ip=127.0.0.1;] soap - AuthRequest
2008-07-24 11:11:40,519 INFO [btpool0-6] [name=zimbra;ip=127.0.0.1;] soap - GetAllServersRequest
2008-07-24 11:11:40,636 INFO [btpool0-6] [ip=192.168.0.167;] soap - AuthRequest
2008-07-24 11:11:40,700 INFO [btpool0-6] [ip=192.168.0.167;ua=Jakarta Commons-HttpClient/3.0;] mailbox - FileUploadServlet received Upload: { accountId=e0fafd89-1360-11d9-8661-000a95d98ef2, time=Thu Jul 24 11:11:40 IDT 2008, uploadId=10a177ee-43a0-421c-9529-3fb8288d2747:b29c14c1-5196-4e2a-a063-e8ba5cdeb4a3, com_zimbra_html.zip}
2008-07-24 11:11:40,712 INFO [btpool0-6] [name=zimbra;ip=192.168.0.167;] soap - DeployZimletRequest
2008-07-24 11:11:40,714 INFO [Thread-102] [] zimlet - deploy
java.io.FileNotFoundException: zimlet description not found: com_zimbra_html.xml
at com.zimbra.cs.zimlet.ZimletFile.initZimletDescript ion(ZimletFile.java:199)
at com.zimbra.cs.zimlet.ZimletFile.initialize(ZimletF ile.java:191)
at com.zimbra.cs.zimlet.ZimletFile.<init>(ZimletFile. java:146)
at com.zimbra.cs.service.admin.DeployZimlet$DeployThr ead.run(DeployZimlet.java:96)
at java.lang.Thread.run(Thread.java:595)
please help me if you can | 
07-24-2008, 01:16 AM
| | | What version of ZCS are you running ?
__________________ | 
07-24-2008, 01:20 AM
| | Intermediate Member | |
Posts: 21
| | to uxbod Release 5.0.7_GA_2450.UBUNTU8 UBUNTU8 FOSS edition
thanx about your effort | 
07-25-2008, 02:14 AM
| | Zimlet Guru & Moderator | |
Posts: 288
| | Quote:
Originally Posted by rr_khaseeb1 2008-07-24 11:11:40,483 INFO [btpool0-6] [ip=127.0.0.1;] soap - AuthRequest
2008-07-24 11:11:40,519 INFO [btpool0-6] [name=zimbra;ip=127.0.0.1;] soap - GetAllServersRequest
2008-07-24 11:11:40,636 INFO [btpool0-6] [ip=192.168.0.167;] soap - AuthRequest
2008-07-24 11:11:40,700 INFO [btpool0-6] [ip=192.168.0.167;ua=Jakarta Commons-HttpClient/3.0;] mailbox - FileUploadServlet received Upload: { accountId=e0fafd89-1360-11d9-8661-000a95d98ef2, time=Thu Jul 24 11:11:40 IDT 2008, uploadId=10a177ee-43a0-421c-9529-3fb8288d2747:b29c14c1-5196-4e2a-a063-e8ba5cdeb4a3, com_zimbra_html.zip}
2008-07-24 11:11:40,712 INFO [btpool0-6] [name=zimbra;ip=192.168.0.167;] soap - DeployZimletRequest
2008-07-24 11:11:40,714 INFO [Thread-102] [] zimlet - deploy
java.io.FileNotFoundException: zimlet description not found: com_zimbra_html.xml
at com.zimbra.cs.zimlet.ZimletFile.initZimletDescript ion(ZimletFile.java:199)
at com.zimbra.cs.zimlet.ZimletFile.initialize(ZimletF ile.java:191)
at com.zimbra.cs.zimlet.ZimletFile.<init>(ZimletFile. java:146)
at com.zimbra.cs.service.admin.DeployZimlet$DeployThr ead.run(DeployZimlet.java:96)
at java.lang.Thread.run(Thread.java:595) | You was trying to deploy the zimlet com_zimbra_html.zip when you get this error no? The error explain that a file is missing inside your zip file.
The name of the zip file and the xml description file inside this zip file must be the same.
Example :
For com_zimbra_email.zip, you must have inside a file named com_zimbra_email.xml | 
07-26-2008, 10:18 PM
| | Intermediate Member | |
Posts: 21
| | Greeting thanks to all, i appreciate your comments, but the problem was, i didn't grant the zimbra user write right, but when i changed the permission of zimbra user i worked well, sorry about my English | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |