'java.sql.SQLException: Got error 28 from storage engine' error appears in Confluence logs

お困りですか?

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

コミュニティに質問

問題

atlassian-confluence.log に次のメッセージが表示される。

org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: Could not execute query; uncategorized SQLException for SQL []; SQL state [HY000]; error code [1030]; Got error 28 from storage engine; nested exception is java.sql.SQLException: Got error 28 from storage engine
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.translate(SQLStateSQLExceptionTranslator.java:120)
caused by: java.sql.SQLException: Got error 28 from storage engine
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1072)

This issue can cause a problem when trying to run Confluence.

または

This issue can also cause an error, "The URL should not be empty" when adding an application link.

原因

The error, "error 28 from storage engine", typically indicates that you don't have enough disk space on the database server.

ソリューション

Verify that there is sufficient disk space on the MySQL database server. If indeed the server has insufficient disk space, free some space and restart the server.

最終更新日: 2017 年 1 月 25 日

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

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