简体   繁体   English

GAE上的PersistenceException

[英]PersistenceException on GAE

Suddenly, our app is throwing this error: 突然,我们的应用抛出此错误:

Error Exception: org.springframework.orm.jpa.JpaSystemException: Transaction failed to flush; 错误异常:org.springframework.orm.jpa.JpaSystemException:事务未能刷新; nested exception is javax.persistence.PersistenceException: Transaction failed to flush 嵌套的异常是javax.persistence.PersistenceException:事务未能刷新

I notice that the "Datastore Read Operations" has reached 100%. 我注意到“数据存储读取操作”已达到100%。 Could this be issue related to this? 可能是与此有关的问题吗?

I notice that the "Datastore Read Operations" has reached 100%. Could this be issue related to this?

When Spring tries to pass the control to the persisting operations controller, it must flush to persist everything in the transction to the database, but when the DB cn' accept them anymore, because i reached the limit: Datastore Read Operations" has reached 100% , it will throw this exception. 当Spring尝试将控件传递给持久化操作控制器时,它必须刷新以将事务中的所有内容持久化到数据库,但是当DB cn'不再接受它们时,因为我达到了极限:“ Datastore Read Operations" has reached 100% ,它将引发此异常。

I assume you have some limited space in DB there? 我认为您在数据库中的空间有限吗? Maybe you just run out of space? 也许只是空间用完了?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM