[Zope] ZODB Conflict Error
Kevin Carlson
khcarlso at bellsouth.net
Fri Mar 5 08:40:56 EST 2004
Hi all,
Every two minutes exactly, a ZODB conflict error is being logged in my
zope event log file. After googling for what a ZODB Conflict Error
actually is, I still don't have enough information to actually solve
this problem. Below is one of the sample records:
2004-03-05T08:30:45 INFO(0) ZODB conflict error at
/VirtualHostBase/http/www.site.com:80/Conf/PSCAD/VirtualHostRoot/ (267
conflicts since startup at 2004-03-04T22:02:21)
The site itself is operating fine, but I noticed that the log file was
getting rather large and looked into it only to find a huge amount of
messages like the one above. From what I understand this type of error
is caused when two threads attempt to write to a common object. Since
this site is simply serving up information and doesn't allow any content
edits, I'm a bit confused on how this is happening. All of the conflict
error messages in the event log are identical to the one above (except
for the date/time/count info).
Any ideas as to what is causing this?
Thanks,
Kevin
More information about the Zope
mailing list