Hyperledger Composer Error: instantiation policy violation: signature set did not satisfy policy
Hyperledger Composer Error: instantiation policy violation: signature set did not satisfy policy
我在两台本地机器上 运行 Hyperledger composer
我能够成功连接它们,但出现以下错误。
因为我正在尝试升级网络。
composer network upgrade -c org1@fund-clearing-network -n fund-clearing-network -V 0.2.7-deploy.0
Upgrading business network fund-clearing-network to version 0.2.7-deploy.0
✖ 升级业务网络定义。这可能需要一分钟...
错误:
Error trying to upgrade business network. Error: No valid responses from any peers.
Response from attempted peer comms was an error: Error: instantiation policy violation: signature set did not satisfy policy
Response from attempted peer comms was an error: Error: instantiation policy violation: signature set did not satisfy policy
要升级网络定义,您必须使用对等管理卡而不是网络管理卡。
我在两台本地机器上 运行 Hyperledger composer 我能够成功连接它们,但出现以下错误。
因为我正在尝试升级网络。
composer network upgrade -c org1@fund-clearing-network -n fund-clearing-network -V 0.2.7-deploy.0
Upgrading business network fund-clearing-network to version 0.2.7-deploy.0
✖ 升级业务网络定义。这可能需要一分钟...
错误:
Error trying to upgrade business network. Error: No valid responses from any peers. Response from attempted peer comms was an error: Error: instantiation policy violation: signature set did not satisfy policy Response from attempted peer comms was an error: Error: instantiation policy violation: signature set did not satisfy policy
要升级网络定义,您必须使用对等管理卡而不是网络管理卡。