PSQLException: current transaction is aborted, commands ignored until end of transaction block

前端 未结 20 1757
借酒劲吻你
借酒劲吻你 2020-12-04 06:51

I am seeing the following (truncated) stacktrace in the server.log file of JBoss 7.1.1 Final:

Caused by: org.postgresql.util.PSQLException: 
ERROR: current t         


        
20条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 07:45

    I just encounter the same error. I was able to figure out the root cause by enabling the log_statement and log_min_error_statement in my local PostgreSQL.

    I Referred this

提交回复
热议问题