I encountered a deadlock in a daily scheduled event for two days in a row now. The application log reads:
- (3/161) ERROR: deadlock detected
- (4/161) Detail: Process 2635 waits for ShareLock on transaction 73703924; blocked by process 5848.
- (5/161) Process 5848 waits for ShareLock on transaction 73703839; blocked by process 2635.
- (6/161) Hint: See server log for query details.
I checked the forum and found the following post https://mxforum.mendix.com/questions/11262/Deadlock-detected, suggesting to find the (two) entities causing the deadlock.
The microflowin question is pretty large and commits a lot of different objects. Therefor it would be helpful to be able to get some more details.
But where do I find this server log?