Advertisement
Guest User

Untitled

a guest
Dec 7th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
  3. response['result'] = dispatch_method(method, params)
  4. File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
  5. res = dispatch(*args)
  6. File "/trytond/protocols/dispatcher.py", line 181, in dispatch
  7. transaction.cursor.commit()
  8. File "/trytond/backend/postgresql/database.py", line 370, in commit
  9. self._conn.commit()
  10. TransactionRollbackError: FEHLER: konnte Zugriff nicht serialisieren wegen Lese-/Schreib-Abhängigkeiten zwischen Transaktionen
  11. DETAIL: Reason code: Canceled on identification as a pivot, during commit attempt.
  12. HINT: Die Transaktion könnte erfolgreich sein, wenn sie erneut versucht würde.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement