ADFタスク・フォームのEARファイルのデプロイメント・エラーを解決するためのロックの解放

SOAコンポジット・アプリケーションのJARファイルおよびADFタスク・フォームのEARファイルをデプロイする場合、SOA JARファイルは正常にデプロイされますが、EARファイルのデプロイ時に次のエラーが表示されます。

[wldeploy] weblogic.management.ManagementException: [Deployer:149163]The
domain edit lock is owned by another session in non-exclusive mode - this
deployment operation requires exclusive access to the edit lock and hence
cannot proceed. If you are using "Automatically Aquire Lock and Activate
Changes" in the console, then the lock will expire shortly so retry this
operation.

このエラーは、EARファイルを正常にデプロイするには、最初にOracle WebLogic Server管理コンソールでロックを解放する必要があることを示しています。

ADFタスク・フォームのEARファイルのデプロイメント・エラーを解決するためにロックを解放するには:

  1. Oracle WebLogic Server管理コンソールにログインします。
  2. ページの一番上にあるコンソール・バナーの下で、「プリファレンス」「ユーザー・プリファレンス」をクリックします。
  3. 「ロックを自動取得して変更をアクティブ化」の選択を解除します。
  4. 「保存」をクリックすると、「ロックして編集」「構成の解放」などのボタンが表示されます。

    Oracle WebLogic Server管理コンソールに次の説明が表示されます。

    Automatically acquire the lock that enables configuration editing and
    automatically activate changes as the user modifies, adds and deletes items
     (for example, when the user clicks the 'Save' button). This feature is not
     available in production mode.
    

このエラーは、使用しているデプロイ方法(Oracle JDeveloperを使用したデプロイや、antスクリプトを使用したデプロイなど)とは無関係に発生します。