Hyperledger Composer v0.16.0网络启动错误

SKu*_*uri 7 hyperledger-fabric hyperledger-composer

我正在尝试Hyperledger Composer v0.16.0.根据这个过程,我想在云上部署BNA到Fabric网络.但发生以下错误.请告诉我如何解决它.

命令:

composer network start --card PeerAdmin@myfabric --networkAdmin admin --networkAdminEnrollSecret adminpw --archiveFile trade-network.bna --file networkadmin.card
Run Code Online (Sandbox Code Playgroud)

结果:

tarting business network from archive: trade-network.bna
Business network definition:
    Identifier: trade-network@0.1.13
    Description: Commodities Trading Business Network

Processing these Network Admins: 
    userName: admin

? Starting business network definition. This may take a minute...
Error: Error trying to instantiate composer runtime. Error: No valid responses from any peers.
Response from attempted peer comms was an error: Error: chaincode error (status: 500, message: chaincode instantiation policy violated(Failed to authenticate policy))
Run Code Online (Sandbox Code Playgroud)

R T*_*her 3

错误“错误:尝试实例化 Composer 运行时时出错。” 表明您尚未运行composer运行时安装命令,例如 composer runtime install -c PeerAdmin@fabric-network -n tutorial-network 或者该命令未成功完成。

另一种可能是您的织物已停止或无法接触。