Rogério Dourado Silva Júnior wrote at 2004-2-13 11:17 -0300:
... Zope not responding ... ---------------------------------------------------------------------------- ------------- 2004-01-10T09:03:24 PANIC(300) z2 Startup exception Traceback (innermost last): File E:\Program Files\frb-zope\z2.py, line 584, in ? File E:\PROGRA~1\frb-zope\lib\python\Zope\__init__.py, line 46, in startup (Object: startup) File E:\PROGRA~1\frb-zope\lib\python\Zope\App\startup.py, line 51, in startup File E:\PROGRA~1\frb-zope\lib\python\ZODB\FileStorage.py, line 226, in __init__ File E:\PROGRA~1\frb-zope\lib\python\ZODB\lock_file.py, line 51, in lock_file StorageSystemError: Could not lock the database file. There must be another process that has opened the file.
This means that your Zope did not start because another Zope process were already running. Unfortunately, I am no Windows expert. Unter Unix, I would use a debugger and attach to the running Zope process and analyse where it is waiting. This might be possible under Windows, too. -- Dieter