I've recently encountered my first ConflictError. I am hosting multiple sites in this ZODB, and each of them is using a LDAPLoginAdapter as an acl_users: Traceback (innermost last): Module Zope2.App.startup, line 167, in zpublisher_exception_hook</li> Module ZPublisher.Publish, line 120, in publish</li> Module Zope2.App.startup, line 233, in commit</li> Module transaction._manager, line 84, in commit</li> Module transaction._transaction, line 381, in commit</li> Module transaction._transaction, line 379, in commit</li> Module transaction._transaction, line 424, in _commitResources</li> Module ZODB.Connection, line 462, in commit</li> Module ZODB.Connection, line 495, in _commit</li> ConflictError: database conflict error (oid 0x013b3f, class Products.LDAPLoginAdapter.LDAPLoginAdapter.LDAPLoginAdapter) Once this error started occurring on one of the acl_users, I've now seen it on several of them. The websites are still useable, as this error only occurs several times per day, out of ~100s of requests. Searching on google, however, doesn't really give me too much insight into figuring out what my next step is. I'd obviously like to figure out what code is causing the ConflictError, and how I can get rid of it and/or fix the code that is causing it. I've read enough from google searching to familiarize myself with the fs* tools (fsrefs, fsdump), but I'm not sure where to go from there. Thanks in advance, John Ziniti
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 29 Jan 2007, at 22:30, John Ziniti wrote:
I've recently encountered my first ConflictError. I am hosting multiple sites in this ZODB, and each of them is using a LDAPLoginAdapter as an acl_users:
You are aware that this product has been deprecated and superceded by the LDAPUserFolder product in October 2001, right? That's about 5 1/2 years ago. jens -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFFvnLsRAx5nvEhZLIRAq9XAKC6U3sffqT5u0UEnI4hIRK5o5VxNACgu7xg CpOU4lE+B1/o4QihkP7vJYA= =2F8Z -----END PGP SIGNATURE-----
participants (2)
-
Jens Vagelpohl -
John Ziniti