Unable to Edit or Add Page Due to Lack of Space In Database Server
Symptoms
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)
...
Cause
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.
Resolution
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.