SQL Error: 0, SQLState: 08006

后端 未结 3 1277
余生分开走
余生分开走 2021-02-20 08:19

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: *         


        
3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-20 09:09

    In my case, this error was caused by truncates i have done on tables, but did not commit the transaction. (I used DBeaver tool)

提交回复
热议问题