legacy-knowledge-base
公開されました Jul. 2, 2025

エクスポート プロセスの LAR ファイルがディスク容量を使い果たしている

written-by

Cleydyr Albuquerque

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • コンテンツを公開しようとすると (ページのステージングやエクスポートなど)、ストレージ デバイスに空き容量がないというメッセージが表示される
  • アプリサーバーの一時ファイルを消去しても解決しない

Environment

  • Liferay DXP 7.1

解決策

  • 以前のエクスポート プロセスで生成された LAR ファイルはドキュメント ライブラリに保存され、通常のドキュメント ライブラリ ファイルと同じようにディスク領域を使用します。
  • Groovy スクリプトを使用してバックグラウンド タスクを削除すると、ほとんどのスペースを回復できる場合があります (ファイル DeleteBackgroundTasks_71x.groovy を参照)。
  • スクリプトの実行後にまだ LAR ファイルが残っている場合は、別の Groovy スクリプトを使用して残り物を削除できます (ファイル DeleteStaleLarFiles_71x.groovy を参照)。

追加情報

  • 常に テスト環境で変更をテストし、運用環境で変更をテストする前に、リスクを軽減するためにデータベースとドキュメント ライブラリ フォルダーのバックアップを作成します。

did-this-article-resolve-your-issue

legacy-knowledge-base