Getting 'can't create or write to file' SQLException Error When Browsing a Space

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

Using MySQLAn exception appears when clicking on a space. The following appears in the atlassian-confluence.log:


ERROR [TP-Processor28] [atlassian.confluence.servlet.ConfluenceServletDispatcher] sendError Could not execute action
-- url: /display/INFR/Home | userName: alyson | referer: ...
org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: Could not execute query; uncategorized SQLException for SQL []; SQL state [HY000]; error code [1]; Can't create/write to file '/tmp/#sql_118c_0.MYI' (Errcode: 28); nested exception is java.sql.SQLException: Can't create/write to file '/tmp/#sql_118c_0.MYI' (Errcode: 28)

Cause

The 'Errcode 28' is an error from MySQL that occurs where there is no free space left on the disk.

Resolution

Free up some disk space on the local drive that stores the MySQL database.


Last modified on Mar 30, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.