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

警告列名「scriptRequiredContexts」が重複しています

written-by

Jorge García Jiménez

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

問題

  • Liferay Portal 6.2 EE から Liferay DXP 7.2 にアップグレードすると、この警告がログに表示されます。
    WARN [main][BaseDB:541] Duplicate column name 'scriptRequiredContexts': alter table KaleoAction add scriptRequiredContexts longtext null;_ [Sanitized]

Environment

  • Liferay DXP 7.2

解決策

  • Liferay DXP 7.2 を起動します。
  • Gogo コンソールに接続し、以下のコマンドを入力します
    upgrade:check
    このコマンドが空の結果を返す場合、警告は無視できます。
  • 追加の確認として、6.2 および 7.2 環境で以下の SQL クエリを実行し、情報が同じであることを確認できます。
    SELECT scriptRequiredContexts FROM KaleoAction;
    SELECT scriptRequiredContexts FROM KaleoCondition;
    SELECT assigneeScriptRequiredContexts FROM KaleoTaskAssignment;
    SELECT kaleoClassName FROM KaleoNotification;
    SELECT kaleoClassPK FROM KaleoNotification;
did-this-article-resolve-your-issue

legacy-knowledge-base