2012-05-03 51 views
1

突然,我們的應用程序引發此錯誤:的PersistenceException在GAE

錯誤 異常:org.springframework.orm.jpa.JpaSystemException:事務未能沖洗;嵌套異常是javax.persistence.PersistenceException:事務未能刷新

我注意到「數據存儲區讀取操作」已達到100%。這可能是與此有關的問題嗎?

回答

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

當春天試圖通過控制到持續的操作控制器,它必須刷新在transction到數據庫堅持一切,但是當DB CN」接受它們了,因爲我到了極限:Datastore Read Operations" has reached 100%它會拋出這個異常。

我假設你在DB中有一些有限的空間嗎?也許你只是用完了空間?