In our application we're using Spring and Hibernate to connect to the RDB database server. For some reason we're experiencing deadlock problems lately.
When we want to create or update records, everything goes well. No errors are reported and when we check the database everything is saved. However, when we try to delete a record, we get the following error:
Quote:
%RDB-E-DEADLOCK, request failed due to resource deadlock -RDMS-F-DEADLOCK, deadlock on record 188:122:0 @rdb.Client.ExecuteStmt
Yesterday I had the same issue, but when I tried to save a record. I've already searched for an adequate answer, but haven't found anything yet. I'm hoping that someone here can point out what the possible causes can be for this issue.