[Zope] Re: session variables in the presence of conflicts
    Florent Guillaume 
    fg at nuxeo.com
       
    Sat Nov 19 14:41:56 EST 2005
    
    
  
Dennis Allison wrote:
> We are using MySQL but are fully transactional using innodb.
> 
> The sort of problems we are seeing are (cruft removed) are things like:
> 
> 2005-11-18T12:50:16 ERROR txn.3075 Error in tpc_abort() on manager 
> <MultiObjectResourceAdapter for <Products.ZMySQLDA.db.DB instance at 
> 0x450431cc> at 1190763820>
There should be a traceback here, or if there's none you should patch 
_transaction.py to make it produced. Seeing that traceback is important 
and would point to an error somewhere in MySQLDA's code I expect.
> 2005-11-18T12:50:16 ERROR txn.3075 Failed to abort resource manager: 
> <MultiObjectResourceAdapter for <Products.ZMySQLDA.db.DB instance at 
> 0x450431cc> at 1190763820>
> 2005-11-18T12:50:16 ERROR txn.3075 Failed to abort object: Surrogate 
> oid=<object object at 0x4009d470>
> 2005-11-18T12:50:16 ERROR txn.3075 Failed to abort resource manager: 
> <MultiObjectResourceAdapter for <Products.ZMySQLDA.db.DB instance at 
> 0x41487acc> at 1190774252>
Same here, the traceback is important.
Florent
-- 
Florent Guillaume, Nuxeo (Paris, France)   Director of R&D
+33 1 40 33 71 59   http://nuxeo.com   fg at nuxeo.com
    
    
More information about the Zope
mailing list