28 Jun
2006
28 Jun
'06
8:13 p.m.
Richard Jones wrote at 2006-6-28 11:24 +1000:
it crashes out with a ConflictError even if there are no other ZEO clients connected to the ZEO store.
Usually, a "ConflictError" does not crash Zope... In the past, I have seen occational "ConflictError" during product initialization (some bug). Together with the misfeature (others disagree) that in development mode (aka "debug-mode") Zope does not start when a product can not be initialized, this might explain your observation. Whenever you have startup problems, start Zope in the foreground and what the error messages. -- Dieter