Re: Reg: DeadlockLoserDataAccessException

2019-09-16 Thread Michael Vorburger
Ratheesh, I was wondering if you could reliably reproduce this issue? If you were able to create something like a set of Postman scripts which cause this bug to appear, it may help others to reproduce it, analyse and perhaps figure out how to fix it. This kind of issue, to me, if you can

Re: Reg: DeadlockLoserDataAccessException

2019-09-12 Thread James Dailey
Ratheesh Have you also looked in the issue (bug) tracker to find similar issues? See also https://cwiki.apache.org/confluence/display/FINERACT/Getting+Help+with+Issue I'm totally guessing but does this have something to do with a spring batch process?

Re: Reg: DeadlockLoserDataAccessException

2019-09-10 Thread Ratheesh M
Hello Everyone, I have found the reason for ‘DeadlockLoserDataAccessException’. This is due to the concurrency problem(The second query getting exception while the first query in execution process in the same table). I tried to solve the issue with @Synchronized annotation, but it took a lot of

Reg: DeadlockLoserDataAccessException

2019-09-05 Thread Ratheesh M
Hi, I have an issue like ‘DeadlockLoserDataAccessException’ from last week. I put a lot of effort to identifying the root cause of the issue. But still I didn’t get any solution. Please help me to solve the issue.