Opened 17 months ago
Last modified 15 months ago
#1529 new defect
Unable to book a rooms using RoomBooking plugin
Reported by: | ricceri | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 1.1 |
Keywords: | Cc: |
Description
Periodically the RoomBooking process stops working and restarting apache seems to be the only solution.
Follow the errors reported:
indico.requestHandler - ERROR base.py:380 -- Request 140413005360464 failed: "Duplicate tpc_begin calls for same transaction"
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/transaction-1.2.0-py2.6.egg/transaction/_transaction.py", line 445, in _commitResources
rm.tpc_begin(self)
File "/usr/local/lib/python2.6/dist-packages/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 551, in tpc_begin
self._normal_storage.tpc_begin(transaction)
File "/usr/local/lib/python2.6/dist-packages/ZODB3-3.10.5-py2.6-linux-x86_64.egg/ZEO/ClientStorage.py", line 1116, in tpc_begin
"Duplicate tpc_begin calls for same transaction")
StorageTransactionError?: Duplicate tpc_begin calls for same transaction
This seems to be related to the fact that you are running Room Booking out of the same DB as the main Indico one.
It is not the first time someone complains about it, even though we never found out what it was. We will try to reproduce it.