Re: [ZODB-Dev] Unable to acquire commit lock from RelStorage

2012-03-07 Thread Shane Hathaway

On 03/04/2012 04:16 PM, Chris Withers wrote:

Hi Shane,

What does this exception mean:

Traceback (innermost last):
Module ZPublisher.Publish, line 135, in publish
Module Zope2.App.startup, line 291, in commit
Module transaction._manager, line 89, in commit
Module transaction._transaction, line 329, in commit
Module transaction._transaction, line 426, in _commitResources
Module ZODB.Connection, line 776, in tpc_vote
Module relstorage.storage, line 783, in tpc_vote
Module relstorage.storage, line 817, in _vote
Module relstorage.storage, line 689, in _prepare_tid
Module relstorage.adapters.locker, line 104, in hold_commit_lock
StorageError: Unable to acquire commit lock

What can cause it?
What are the recommended solutions?


That means something else is/was holding the commit lock.  Find out what 
is holding it and why.


Shane
___
For more information about ZODB, see http://zodb.org/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev


[ZODB-Dev] Unable to acquire commit lock from RelStorage

2012-03-04 Thread Chris Withers

Hi Shane,

What does this exception mean:

Traceback (innermost last):
  Module ZPublisher.Publish, line 135, in publish
  Module Zope2.App.startup, line 291, in commit
  Module transaction._manager, line 89, in commit
  Module transaction._transaction, line 329, in commit
  Module transaction._transaction, line 426, in _commitResources
  Module ZODB.Connection, line 776, in tpc_vote
  Module relstorage.storage, line 783, in tpc_vote
  Module relstorage.storage, line 817, in _vote
  Module relstorage.storage, line 689, in _prepare_tid
  Module relstorage.adapters.locker, line 104, in hold_commit_lock
StorageError: Unable to acquire commit lock

What can cause it?
What are the recommended solutions?

cheers,

Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
   - http://www.simplistix.co.uk
___
For more information about ZODB, see http://zodb.org/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev