I have a web application with hibernate connection. application is connecting to PostgreSQL db. Some times I am getting below exceptions in my logs.
Caused by: *
In my case, this error was caused by truncates i have done on tables, but did not commit the transaction. (I used DBeaver tool)