Unable to Edit or Add Page Due to Lack of Space In Database Server

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

You cannot add or edit a page. The following appears in the atlassian-confluence.log:

org.springframework.dao.DataAccessResourceFailureException: Hibernate operation: could not insert: [com.atlassian.confluence.pages.Draft#2294200]; SQL []; ERROR: could not extend file "base/16385/16607": No space left on device
  Hint: Check free disk space.; nested exception is org.postgresql.util.PSQLException: ERROR: could not extend file "base/16385/16607": No space left on device
  Hint: Check free disk space.
	at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:103)
	at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
	at org.springframework.orm.hibernate.HibernateAccessor.convertJdbcAccessException(HibernateAccessor.java:364)
	...

原因

As the error points out, the issue is caused by a lack of space in the database server. The database could not add or insert more data into a table, and throws the error above.

ソリューション

Add more space to the database server or clean up some unused data to free up some space.

Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.