Convector Framework CLI在安装链码时返回错误

问题描述 投票:0回答:1

我是Hyperledger Fabric和Convector Framework的新手,我遵循了本教程:https://worldsibu.github.io/convector/modules/getting_started.html

当我尝试使用CLI工具并运行命令(test是我的链代码名称)时:npm run cc:start -- test 1

它给出了以下错误:

Installing Chaincode test version 1.0 at org1
Error: Error endorsing chaincode: rpc error: code = Unknown desc = access 
denied: channel [] creator org [org1MSP]
...
Installing Chaincode test version 1.0 at org2
Error: error getting endorser client for install: endorser client failed to 
connect to localhost:7151: failed to create new connection: context deadline 
exceeded

我没有改变配置和MSP。出了什么问题,我应该如何开始解决问题?任何指导表示赞赏!

hyperledger-fabric blockchain convector
1个回答
0
投票

@shole文档现已弃用,您可以使用http://docs.worldsibu.com/convector获取最新版本。

关于通常在环境损坏并保留以前安装的加密材料时发生的错误,请尝试重新运行npm run env:restart并重试。

© www.soinside.com 2019 - 2024. All rights reserved.