legacy-knowledge-base
公開されました Sep. 10, 2025

Dockbarが一時的に使用できない場合の対処法

written-by

Mariano Alvaro

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

問題

  • ナビゲーションやアクションの実行中に突然、「Dockbarは一時的に使用できません」といったエラーが表示される。

解決策

通常、このエラーは、一貫して発生しない場合は、パフォーマンスの問題の結果です。 では、どのように進めていけばいいのでしょうか。

  1. 関連するエラーがないか、ログを確認してください。
  2. 関連するエラーが表示されない場合は、パフォーマンスの問題に起因している可能性が高いです。 この場合、2段階のアプローチを行う必要があります:
    1. インフラの性能を分析する。 この の記事 は、始めるのに便利です。
    2. 一方、 layout.parallel.render.timeout を増やすと、タイムアウトの失敗を回避することができます。 これは、パフォーマンスの問題の原因を見つけるまでの一時的なものであるべきです。
#
# Set the timeout time for server side parallel rendering. On timeout,
# all pending portlets will fail back to ajax loading or trigger an error
# message depending on whether the portlets are ajaxable.
#
# This timeout is an int value rather than long to avoid some atomic set
# race condition. The Integer.MAX_VALUE is more than enough for a reasonable
# timeout.
#
layout.parallel.render.timeout=5000

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base