[Zope] unable to acquire commit lock

2010-02-24 Thread iarly selbir | ski0s
few days ago my I'm getting this errors when trying logging on /manage, googling I don't found any reasonable solution and/or information about, only thing was, "restarting zope instances works", thats true Traceback: 2010-02-24T09:43:09 ERROR Zope.SiteErrorLog http://www.mywebsite.com/login_fo

Re: [Zope] unable to acquire commit lock

2010-02-24 Thread Jonathan (dev101)
Just a guess, but it looks like you are trying to get a transaction lock on a mysql table, so does the mysql table you are using have a storage engine that supports transactions (eg. InnoDB)? Jonathan From: zope-boun...@zope.org [mailto:zope-boun...@zope.org] On Behalf Of iarly selbir | ski

Re: [Zope] unable to acquire commit lock

2010-02-24 Thread iarly selbir | ski0s
When using relstorage + MySQL it creates seven tables to storage all objects, following: mysql> show tables; | current_object - ENGINE=InnoDB | new_oid - ENGINE=MyISAM | object_ref - ENGINE=MyISAM | object_refs_added - ENGINE=MyISAM | object_state - ENGINE=InnoDB | pack_object - ENGINE=MyISAM | p