14 Jun
2008
14 Jun
'08
7:04 p.m.
Ulla Theiss wrote at 2008-6-6 19:27 +0200:
we need to set a Zope-Installation to read-only to start from cd. It's Zope 2.10
We set the following directives on zope-conf. read-only-database on zserver-read-only-mode on enable-product-installation off
Then we a custom_zodb.py in %INSTANCE_HOME%
Sometimes Zope starts and sometimes it alerts "Permission denied" - "Data.fs.lock"
Does anybody know what could be the problem?
You obviously try to open a storage in write mode. Try to find which one, then ensure that it is not opened in write mode. -- Dieter