Created
November 1, 2016 18:43
-
-
Save bloodbare/aae6d8d6d3e2a26a25423c4a295b5983 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MainThread txn.140736376239040: new transaction | |
MainThread plone.server.traversal: Exception on writing execution | |
Traceback (most recent call last): | |
File "/Users/ramon/Development/pserver.demo/src/plone.server/src/plone.server/plone/server/traversal.py", line 184, in handler | |
await sync(request)(txn.commit) | |
File "/Users/ramon/buildout.python/parts/opt/lib/python3.5/asyncio/futures.py", line 358, in __iter__ | |
yield self # This tells Task to wait for completion. | |
File "/Users/ramon/buildout.python/parts/opt/lib/python3.5/asyncio/tasks.py", line 290, in _wakeup | |
future.result() | |
File "/Users/ramon/buildout.python/parts/opt/lib/python3.5/asyncio/futures.py", line 274, in result | |
raise self._exception | |
File "/Users/ramon/buildout.python/parts/opt/lib/python3.5/concurrent/futures/thread.py", line 55, in run | |
result = self.fn(*self.args, **self.kwargs) | |
File "/Users/ramon/Development/pserver.demo/eggs/transaction-1.6.1-py3.5.egg/transaction/_transaction.py", line 280, in commit | |
reraise(t, v, tb) | |
File "/Users/ramon/Development/pserver.demo/eggs/transaction-1.6.1-py3.5.egg/transaction/_compat.py", line 56, in reraise | |
raise value | |
File "/Users/ramon/Development/pserver.demo/eggs/transaction-1.6.1-py3.5.egg/transaction/_transaction.py", line 271, in commit | |
self._commitResources() | |
File "/Users/ramon/Development/pserver.demo/eggs/transaction-1.6.1-py3.5.egg/transaction/_transaction.py", line 416, in _commitResources | |
reraise(t, v, tb) | |
File "/Users/ramon/Development/pserver.demo/eggs/transaction-1.6.1-py3.5.egg/transaction/_compat.py", line 56, in reraise | |
raise value | |
File "/Users/ramon/Development/pserver.demo/eggs/transaction-1.6.1-py3.5.egg/transaction/_transaction.py", line 393, in _commitResources | |
rm.tpc_vote(self) | |
File "/Users/ramon/Development/pserver.demo/src/plone.server/src/plone.server/plone/server/transactions.py", line 163, in tpc_vote | |
raise ConflictError() # vote 'no' | |
ZODB.POSException.ConflictError: database conflict error | |
Thread-2 txn.140736376239040: abort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment