Confluence running on MySQL throws "Errcode: 28 - No space left on device"

お困りですか?

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

コミュニティに質問

プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。

このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

問題

Confluence fails while performing various operations (including but not limited) to:

  • Performing Backup

The following appears in the atlassian-confluence.log

caused by: java.sql.SQLException: Can't create/write to file '/tmp/#sql_59f_0.MYI' (Errcode: 28 - No space left on device)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)

診断

環境

  • MySQL as database

原因

There is not enough disk space to run the database.

In particular, it means that MySQL cannot create a temporary file for the result set in the temporary directory (refer to the MySQL documentation for more details).

ソリューション

  • Confluence を停止します。
  • Increase the available space for the database for the /tmp folder
  • Confluence を起動します。
最終更新日: 2024 年 12 月 17 日

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

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