Hello, I have over a couple of weeks experienced the following error: Error Type: TALESError Error Value: ZODB.POSException.ConflictError on ("'\\x00\\x00\\x00\\x00\\x00\\x01\\xc4!'", '') in "standard:'box/getContent'", at line 368, column 9 Last line from traceback: File /usr/local/Zope-2.5/lib/python/ZODB/Connection.py, line 462, in setstate Whenever the error occurs, the last line is always the same, but the error happens on different objects ... Anybody else who has experienced this - and why does it happen ? Greetings, Gitte Wange
Hello Gitte,
I have over a couple of weeks experienced the following error:
Error Type: TALESError Error Value: ZODB.POSException.ConflictError on ("'\\x00\\x00\\x00\\x00\\x00\\x01\\xc4!'", '') in "standard:'box/getContent'", at line 368, column 9
What is your Zope and Python version number? Greetings Sven -- Sven Rudolph, Programmierer GermanMedicalServices.de GmbH Unter den Eichen 5, 65195 Wiesbaden Tel.: 06 11 / 97 46 25 2
tor, 2002-09-19 kl. 13:23 skrev Sven Rudolph:
Hello Gitte,
I have over a couple of weeks experienced the following error:
Error Type: TALESError Error Value: ZODB.POSException.ConflictError on ("'\\x00\\x00\\x00\\x00\\x00\\x01\\xc4!'", '') in "standard:'box/getContent'", at line 368, column 9
What is your Zope and Python version number?
Greetings
Sven
Arh - sorry forgot to write that :-) Version numbers are taken from ZMI: Zope Version: (unreleased version, python 2.1.3, linux2) (We are running it from cvs - branch name is: Zope-2_5-branch) Python version: 2.1.3 (#2, Apr 15 2002, 12:14:12) [GCC 2.96 20000731 (Linux-Mandrake 8.0 2.96-0.48mdk)] Greetings, Gitte Wange
Hello Gitte,
Zope Version: (unreleased version, python 2.1.3, linux2) (We are running it from cvs - branch name is: Zope-2_5-branch)
Python version: 2.1.3 (#2, Apr 15 2002, 12:14:12) [GCC 2.96 20000731 (Linux-Mandrake 8.0 2.96-0.48mdk)]
Python-2.1.3 is OK but I am not sure if Zope-2_5-branch includes 2.5.1. Before we updated to Python-2.1.3/Zope-2.5.1 we had some very weird bugs and even data loss. But they all vanished after upgrading. So I suggest you make sure you are running Zope-2.5.1 Another thing you should try is packing the database with days=0. Greetings Sven -- Sven Rudolph, Programmierer GermanMedicalServices.de GmbH Unter den Eichen 5, 65195 Wiesbaden Tel.: 06 11 / 97 46 25 2
This is a normal error. It means that two threads are updating the same object at the same time. See the Zope Developer's Guide "Persistence" chapter for more information. ----- Original Message ----- From: "Sven Rudolph" <rudolph@medical-tribune.de> To: <zope@zope.org> Sent: Thursday, September 19, 2002 10:12 AM Subject: Re: [Zope] ZODB Conflict Error ?
Hello Gitte,
Zope Version: (unreleased version, python 2.1.3, linux2) (We are running it from cvs - branch name is: Zope-2_5-branch)
Python version: 2.1.3 (#2, Apr 15 2002, 12:14:12) [GCC 2.96 20000731 (Linux-Mandrake 8.0 2.96-0.48mdk)]
Python-2.1.3 is OK but I am not sure if Zope-2_5-branch includes 2.5.1.
Before we updated to Python-2.1.3/Zope-2.5.1 we had some very weird bugs and even data loss. But they all vanished after upgrading. So I suggest you make sure you are running Zope-2.5.1
Another thing you should try is packing the database with days=0.
Greetings
Sven
-- Sven Rudolph, Programmierer GermanMedicalServices.de GmbH Unter den Eichen 5, 65195 Wiesbaden Tel.: 06 11 / 97 46 25 2
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Chris McDonough -
Gitte Wange -
Sven Rudolph