Today I copied a complete backup of /opt/zimbra from a production server (ZCS 6.0.5 FOSS on Debian Etch 32bit) to a testserver, where I had first installed a dummy copy of ZCS 6.0.5 FOSS on Debian Etch 32bit. Somehow I can't get the webapps running. After a
zmcontrol start they all (
zimbra,
zimbraAdmin,
zimlet and
service webapps) get stuck at the same point as shown in /opt/zimbra/log/zmmailboxd.out :
Code:
1834 WARN [main] log - Failed startup of context org.mortbay.jetty.webapp.WebAppContext@1f4bcf7{/zimlet,/opt/zimbra/jetty-6.1.22.z6/webapps/zimlet}
java.io.FileNotFoundException: /opt/zimbra/jetty-6.1.22.z6/webapps/zimlet/WEB-INF/web.xml (Permission denied) The web.xml file permissions are not OK apparently. Whenever I set these to 777 and then restart zmmailboxdctl the permissions are reset to 440 before the webapps start, etc etc.
All other services are running fine by the way. What I've already tried:
Code:
chown -R zimbra:zimbra /opt/zimbra
/opt/zimbra/libexec/zmfixperms
Which doesn't solve the problem. Anyone has a clue on where to start to get this loop sorted out?