romanpogosov,
did you follow all the directions...
UNIX and Windows Accounts in Zimbra LDAP and Zimbra Admin UI - ZimbraWiki
First this part:
Quote:
- Extract files from ZimbraPosixAccount.zip to a folder on your desktop computer, open zimbra_posixaccount folder and edit config_template.xml.
- Edit ldapSuffix property in config_template.xml. This property is the path in your LDAP tree where all Linux and Samba user information will be stored. This can be the name of your primary email domain written in the ldap syntax. E.g. if your domain is mycompany.com, then ldapSuffix will be
dc=mycompany,dc=com |
Secondly, are you not putting all the files in one zip before you attempt to deploy? I think your just trying to upload the top level zip-this is what gave it away:
Quote:
|
java.io.FileNotFoundException: zimlet description not found: ZimbraPosixAccount.xml
|
-Follow DVan's posts in the below thread-he had your EXACT same issue/output in mailbox.log
-See penguinknight's solution and further discussion on the 2nd page
(also PLEASE do a backup of your /opt/zimbra folder before hand...)
http://www.zimbra.com/forums/administrators/8446-zimbra-samba-admin-extention.html Some snipits:
Quote:
Originally Posted by DVan So I just did a complete new install of Ubuntu 6 Dapper LTS, Installed the latest Zimbra NPE 4.5.5 for Ubuntu, and now while zimlets install, these Admin extensions don't seem to be able to install.
Here are the errors from the log:
16:26:53,951 INFO [Thread-173] [] zimlet - deploy
java.io.FileNotFoundException: zimlet description not found: ZimbraPosixAccount.xml
at com.zimbra.cs.zimlet.ZimletFile.initZimletDescript ion(ZimletFile.java:207)
at com.zimbra.cs.zimlet.ZimletFile.initialize(ZimletF ile.java:199)
at com.zimbra.cs.zimlet.ZimletFile.<init>(ZimletFile. java:154)
at com.zimbra.cs.service.admin.DeployZimlet$DeployThr ead.run(DeployZimlet.java:99)
at java.lang.Thread.run(Thread.java:595)
2007-05-17 16:27:06,110 INFO [Thread-174] [] zimlet - deploy
java.io.FileNotFoundException: zimlet description not found: ZimbraSamba.xml
at com.zimbra.cs.zimlet.ZimletFile.initZimletDescript ion(ZimletFile.java:207)
at com.zimbra.cs.zimlet.ZimletFile.initialize(ZimletF ile.java:199)
at com.zimbra.cs.zimlet.ZimletFile.<init>(ZimletFile. java:154)
at com.zimbra.cs.service.admin.DeployZimlet$DeployThr ead.run(DeployZimlet.java:99)
at java.lang.Thread.run(Thread.java:595) |
Quote:
Originally Posted by penguinknight I believe that they problem that you're having is that you're zipping the conf and zimbra_posixaccount folders when what you want to do is zip all the files directly. So, select all the xml + like files and make a zip without any folders in it.
Once it did this the .zip imported (although I haven't gotten any farther, just wanted to post this now).
Also, the zip needs to be named zimbra_posixaccount.zip as it reads what file to look for from the zip's name.
---Update:
When I sucessfully loaded both programs I also broke the admin panel. The loading screen sits there forever.
If I didn't close the original webpage which I imported it with I could uninstall it and the admin panel would start working again...I think I'll be making another thread about this.
Just wanted to give a heads up that leaving the original admin panel can save you a zimbra restore. |
Quote:
Originally Posted by DVan Thanks for the tip penguinknight, that certainly did the trick for allowing the zimlets to install. I was probably close to that solution, as I was attempting to make the contents of the zip file closely match those of other zimlets, which typically still have a subfolder for their contents. Although, that didn't work either, since I didn't think the specific name of the zip file had anything to do with it.
Much appreciated. |