Hello,
I have read as many of the forum entries as are available on the subject of correctly installing the wiki/documents functionality. I am installing the open source version of Zimbra on an OSX/PPC machine.
My environment includes Apache on port 80, and for Zimbra:
Port 8080 - Standard non-SSL Webmail Login,
Port 8443 - SSL Webmail Login, and
Port 8000 - Zimbra Admin Console.
To the best of my knowledge, all of the above web-based interfaces seem to work as they should. I have the web GUI working in mixed mode as well. All of the command-line utilities also seem to work properly (for zmprov, I have to add the additional -s host

ort parameter). I even have Apache using the mod_jk module properly in order to leverage the AJP 1.3 functionality to get Apache and Tomcat to work well together.
However, I am unable to create the wiki documents for use by any user.
Here is my situation: I have the main wiki user on the primary domain, let's call this account
wikiONE@primary.com. I have added a second virtual domain to my installation called secondary.com. Inside this second domain, I have created an account called
wikiTWO@secondary.com.
Per the many forum entries on the subject, I have executed the following commands successfully (I have removed the -s parameter from zmprov for the sake of clarity):
1. zmprov mc default zimbraFeatureNotebookEnabled TRUE
2. zmprov mcf zimbraNotebookAccount
wikiONE@primary.com
3. zmprov in
wikiONE@primary.com password /opt/zimbra/wiki/Template Template
[In response to the 3rd command listed above, I get the following response:
Initializing folders
Initializing...
Creating wiki document _Footer in folder Template
Creating wiki document _Header in folder Template
Creating wiki document _Index in folder Template
Creating wiki document _PathBodyTemplate in folder Template
Creating wiki document _PathItemTemplate in folder Template
Creating wiki document _PathSeparator in folder Template
Creating wiki document _SideBar in folder Template
Creating wiki document _Template in folder Template
Creating wiki document _TemplateStyles in folder Template
Creating wiki document _TemplateStyles_unused in folder Template
Creating wiki document _TitleBar in folder Template
Creating wiki document _TocBodyTemplate in folder Template
Creating wiki document _TocItemTemplate in folder Template
Creating file document Logo.gif in folder Template]
So, now I am ready to create the documents for my virtual domain. I do this by typing in the command:
4. zmprov in
wikiTWO@secondary.com password /opt/zimbra/wiki/Template Template
When I type this command, I get the following response:
Initializing folders
[] INFO: updating default account from
wikiONE@primary.com to
wikiTWO@secondary.com
Initializing...
Creating wiki document _Footer in folder Template
Cannot import Wiki documents from /opt/zimbra/wiki/Template
com.zimbra.cs.service.wiki.WikiServiceException: error: import
at com.zimbra.cs.service.wiki.WikiServiceException.ER ROR(WikiServiceException.java:60)
at com.zimbra.cs.wiki.WikiUtil$WikiSoapUtil.startImpo rt(WikiUtil.java:499)
at com.zimbra.cs.account.ProvUtil.doImport(ProvUtil.j ava:1201)
at com.zimbra.cs.account.ProvUtil.initNotebook(ProvUt il.java:1153)
at com.zimbra.cs.account.ProvUtil.execute(ProvUtil.ja va:522)
at com.zimbra.cs.account.ProvUtil.main(ProvUtil.java: 1418)
Caused by: com.zimbra.soap.SoapFaultException: system failure: indexDocument caught Exception
at com.zimbra.soap.Soap12Protocol.soapFault(Soap12Pro tocol.java:102)
at com.zimbra.soap.SoapTransport.extractBodyElement(S oapTransport.java:212)
at com.zimbra.soap.SoapTransport.parseSoapResponse(So apTransport.java:188)
at com.zimbra.soap.SoapHttpTransport.invoke(SoapHttpT ransport.java:210)
at com.zimbra.soap.SoapTransport.invoke(SoapTransport .java:228)
at com.zimbra.cs.client.soap.LmcSoapRequest.invoke(Lm cSoapRequest.java:148)
at com.zimbra.cs.wiki.WikiUtil$WikiSoapUtil.createWik i(WikiUtil.java:417)
at com.zimbra.cs.wiki.WikiUtil$WikiSoapUtil.createIte m(WikiUtil.java:424)
at com.zimbra.cs.wiki.WikiUtil$WikiSoapUtil.populateF olders(WikiUtil.java:460)
at com.zimbra.cs.wiki.WikiUtil$WikiSoapUtil.startImpo rt(WikiUtil.java:496)
... 4 more
Interestingly enough, regardless of who I log in as within the web client, and I have tried the following users:
admin@primary.com,
wikiONE@primary.com,
admin@secondary.com,
wikiTWO@secondary.com
I get the following error when I click on the notebook icon: Error: Document templates missing. Please notify administrator.
So, what have I done wrong? What can I do to get this functionality, since it seems to be something that would be of great collaborative use?
Thanks in advance!
-GadgetGuru