Bug:
http://bugzilla.zimbra.com/show_bug.cgi?id=9422
From the Bugzilla:
This is a known issue(...it should be present in release notes)
This happens because notebook's template doesnt get initialized/loaded. There is
an extra step that admins has to do for this beta 2 release.
STEP1: su - zimbra
STEP2: zmprov in -u <username> -p <password> -f <template dir> -t Template
where
<username> is the Notebook default user name, typically wiki@<hostname>,
<password> is the password of the user,
<template dir> is the directory where you see the template files _Template,
_Index, etc. typically it's at /opt/zimbra/wiki/template directory.
STEP 3: tomcat restart
e.g:
zmprov in -u
wiki@test.com -p test123 -f /opt/zimbra/wiki/Template/ -t Template
tomcat restart
===================
...There has been some slight changes to the commands in the last week.. not
sure which one works for beta 2 releas..so, if STEP2 fails, try:
zmprov in <username> <password> /opt/zimbra/wiki/Template/ Template
or
zmprov -l in <username> <password> /opt/zimbra/wiki/Template Template
** after step 2, makesure you do "tomcat restart"
For more info: see bugs
bug 9103
bug 8611
bug 8368
bug 9006
*** This bug has been marked as a duplicate of 9103 ***