[Zope] ERRORS Compiling Zope

Andreas Jung Andreas Jung <lists@andreas-jung.com>
Thu, 20 Feb 2003 06:00:00 +0100


--On Mittwoch, 19. Februar 2003 22:41 -0600 "G. Clifford Williams" 
<gcw-python@rezidew.net> wrote:


> StorageSystemError: Could not lock the database file.  There must be
> another process that has opened the file.

Check if there is another Zope already running (check the process list and
try to "stop" this Zope. Otherwise KILL it). If this does not work,
try to remove the *.lock file from the "var" folder of your
Zope installation (where the Data.fs file is) and restart Zope.

-aj