突然,我们的应用程序抛出了这个错误:
错误 例外:org.springframework.orm.jpa.JpaSystemException:事务未能刷新;嵌套异常是javax.persistence.PersistenceException:事务无法刷新
我注意到“数据存储区读取操作”已达到100%。这可能是与此相关的问题吗?
答案 0 :(得分:0)
I notice that the "Datastore Read Operations" has reached 100%. Could this be issue related to this?
当Spring尝试将控件传递给持久化操作控制器时,它必须刷新以将转换中的所有内容保留到数据库中,但是当数据库cn'再次接受它们时,因为我达到了限制:Datastore Read Operations" has reached 100%
,它会抛出这个异常。
我假设你的DB空间有限吗?也许你刚用完了空间?