(1 conflicts since startup at 2005-08-04T14:45:39)
Hi all! We have: Zope Version (Zope 2.7.4-0, python 2.3.4, linux2) Python Version 2.3.4 (#1, May 19 2005, 17:40:30) [GCC 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7. System Platform linux2 and Archetypes 1.3.2-final CMF 1.4.7 Epoz 0.9.0 Our problem is we create some archetypes and in some parts of our structure if we try to create some object the computer cpu grows to 100% and raises 2005-08-04T15:01:02 INFO(0) ZODB conflict error at /VirtualHostBase/<<the url to the object>>/createObject (1 conflicts since startup at 2005-08-04T14:45:39) Has someone any idea to solve these issue? On development time nothing of these occurs and when we go to production time these problem begins (for that these question is, for us, urgent) Thank you very much -- Mis Cosas http://blogs.sistes.net/Garito/
Garito wrote at 2005-8-4 14:11 +0200:
Our problem is we create some archetypes and in some parts of our structure if we try to create some object the computer cpu grows to 100% and raises
2005-08-04T15:01:02 INFO(0) ZODB conflict error at /VirtualHostBase/<<the url to the object>>/createObject (1 conflicts since startup at 2005-08-04T14:45:39)
Has someone any idea to solve these issue?
Not directly an idea but some hint: A long time ago (months, maybe even a year), I posted a patch that gives more informative error messages for "ConflictError". Search the archive, apply the patch and come back with the better message. A search for "ConflictError" will give you hundreds of posts. Many of them explain that "ConflictError" are a normal artefact of the ZODB. Nothing to worry about, unless you get too many... -- Dieter
Dieter Maurer escribió:
Garito wrote at 2005-8-4 14:11 +0200:
Our problem is we create some archetypes and in some parts of our structure if we try to create some object the computer cpu grows to 100% and raises
2005-08-04T15:01:02 INFO(0) ZODB conflict error at /VirtualHostBase/<<the url to the object>>/createObject (1 conflicts since startup at 2005-08-04T14:45:39)
Has someone any idea to solve these issue?
Not directly an idea but some hint:
A long time ago (months, maybe even a year), I posted a patch that gives more informative error messages for "ConflictError".
Search the archive, apply the patch and come back with the better message.
A search for "ConflictError" will give you hundreds of posts. Many of them explain that "ConflictError" are a normal artefact of the ZODB. Nothing to worry about, unless you get too many...
Hi Dieter and thank you again The problem that produce these error was a method acquired by an archetype but the data to calculate de algorithm is not acquirable by these archetype (I hope I explain myself) Thanks a lot! -- Mis Cosas http://blogs.sistes.net/Garito/
I get it to. Any ideas what it is? Tom Garito wrote:
Hi all! We have:
Zope Version
(Zope 2.7.4-0, python 2.3.4, linux2) Python Version
2.3.4 (#1, May 19 2005, 17:40:30) [GCC 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7. System Platform
linux2
and Archetypes 1.3.2-final CMF 1.4.7 Epoz 0.9.0
Our problem is we create some archetypes and in some parts of our structure if we try to create some object the computer cpu grows to 100% and raises
2005-08-04T15:01:02 INFO(0) ZODB conflict error at /VirtualHostBase/<<the url to the object>>/createObject (1 conflicts since startup at 2005-08-04T14:45:39)
Has someone any idea to solve these issue?
On development time nothing of these occurs and when we go to production time these problem begins (for that these question is, for us, urgent)
Thank you very much
It's when Zope's optimistic concurrency model encounters a conflict but where it managed to resolve it by retrying the request. So, this is only a problem if you see LOTS of them, as it'll mean you're taking a big performance hit and you should think about what's causing the conflicts... A google for "Conflict Error Zope" will give you LOTS of information ;-) cheers, Chris Tom Hallam wrote:
I get it to. Any ideas what it is?
Tom
Garito wrote:
Hi all! We have:
Zope Version (Zope 2.7.4-0, python 2.3.4, linux2) Python Version 2.3.4 (#1, May 19 2005, 17:40:30) [GCC 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7. System Platform linux2
and Archetypes 1.3.2-final CMF 1.4.7 Epoz 0.9.0
Our problem is we create some archetypes and in some parts of our structure if we try to create some object the computer cpu grows to 100% and raises
2005-08-04T15:01:02 INFO(0) ZODB conflict error at /VirtualHostBase/<<the url to the object>>/createObject (1 conflicts since startup at 2005-08-04T14:45:39)
Has someone any idea to solve these issue?
On development time nothing of these occurs and when we go to production time these problem begins (for that these question is, for us, urgent)
Thank you very much
_______________________________________________ Zope maillist - Zope@zope.org 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 )
-- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (4)
-
Chris Withers -
Dieter Maurer -
Garito -
Tom Hallam