【发布时间】:2018-08-07 14:21:29
【问题描述】:
Hyperledger Fabric:我正在使用织物样本。
运行命令时
./byfn.sh -m up
创建频道时出现以下错误:
018-02-27 19:34:51.325 UTC [bccsp_sw] loadPrivateKey ->
ERRO 001 无法加载私钥 [ec1f4a4699b91d9e6010e30aea31c0d1ba60f4e1787b84a5e03bb7aafc730b5a]:[open /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1 /keystore/ec1f4a4699b91d9e6010e30aea31c0d1ba60f4e1787b84a5e03bb7aafc730b5a_sk:权限被拒绝]。
2018-02-27 19:34:51.325 UTC [主要] 主要 ->
ERRO 002 无法运行对等点,因为从目录 /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example 设置类型为 bccsp 的 MSP 时出错.com/msp:
在 SigningIdentityInfo 中找不到 KeyMaterial
!!!!!!!!!!!!!!!频道创建失败!!!!!!!!!!!!!!!
此错误消息的原因可能是什么?我该如何解决?
【问题讨论】:
标签: hyperledger-fabric hyperledger channel creation