“错误:您无法在封闭的连接上进行操作!!!”我的代码中随机发生,该如何解决?

时间:2019-01-18 00:22:22

标签: spring hibernate jdbc

我有一个使用Spring MVC和Hibernate的项目,当我运行我的应用程序时,它在大多数情况下都运行良好,但是有时(完全随机),它会因休眠错误而停止:

我读过一些线程,更新休眠可以解决问题,但是我已经尝试将其更新到最新版本,但没有结果

错误消息:

    ERROR: You can't operate on a closed Connection!!!
Jan 14, 2019 5:35:48 PM org.hibernate.event.internal.DefaultLoadEventListener doOnLoad
    INFO: HHH000327: Error performing load command : org.hibernate.exception.GenericJDBCException: could not prepare statement
    javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not prepare statement

它说随机查询关闭了连接,当我检查它们时,在打开连接前1行。我该怎么做才能解决这些随机错误?

0 个答案:

没有答案