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 _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
