ファブリック バージョン 1.4.4 を使用して、チャネルに 2 つの組織 (Org1、Org2) を持つネットワークを作成しました。チャネルにもう 1 つの組織を追加しました。新しい組織をチャネルに追加した後、アンカー ピアを更新しようとしています。この参照https://hyperledger-fabric.readthedocs.io/en/release-1.4/channel_update_tutorial.html#updating-the-channel-config-to-include-an-org3-anchor-peer-optionalに基づいてい ます。
しかし、Org3 を使用して更新トランザクションに署名しようとするとエラーが発生します。
Error: got unexpected status: BAD_REQUEST -- error applying config update to existing
channel 'masterchannel': error authorizing update: error validating DeltaSet: policy for
[Group] /Channel/Application not satisfied: implicit policy evaluation failed - 1 sub-
policies were satisfied, but this policy requires 2 of the 'Admins' sub-policies to be
satisfied
ネットワーク内のもう 1 つの組織 (org 2) を使用してトランザクションに署名しようとしました。そして、次のように別のエラーが発生します。
Error: got unexpected status: BAD_REQUEST -- error applying config update to existing
channel 'mychannel': error authorizing update: error validating DeltaSet: invalid
mod_policy for element [Group] /Channel/Application/Org3: mod_policy not set
アプリケーション機能に関する configtx.yaml を添付しています。
Application: &ApplicationCapabilities
V1_4_2: true
V1_3: false
V1_2: false
V1_1: false
アンカー更新のエラーを解決するのを手伝ってくれる人はいますか?