gpt4 book ai didi

hyperledger-fabric - 由于 LedgerID 已经存在,Fabric-Sample : Cannot create ledger from genesis block,

转载 作者:行者123 更新时间:2023-12-04 07:59:15 34 4
gpt4 key购买 nike

我正在试用 fabric-samples balance-transfer例如,我尝试使用以下命令创建一个新 channel 。 channel 已创建,但是当我尝试将对等方加入 channel 时,出现以下错误。谁能建议我遗漏或出错的步骤

[client-utils.js]: sendPeersProposal - Promise is rejected: Error: chaincode error (status: 500, message: Cannot create ledger from genesis block, due to LedgerID already exists)



我用来创建新 channel 配置的命令

configtxgen -profile TwoOrgsChannel -outputCreateChannelTx ./channel.tx -channelID channel1



我用来创建 channel 的 REST 调用

curl -s -X POST http://localhost:4000/channels -H "authorization: Bearer XXXXXX" -H "content-type: application/json" -d '{ "channelName":"channel1", "channelConfigPath":"../artifacts/channel/channel.tx" }'



我用来加入 channel 的 REST 调用

curl -s -X POST http://localhost:4000/channels/channel1/peers
-H "authorization: Bearer XXXXX" -H "content-type: application/json" -d '{ "peers": ["peer1","peer2"] }'

最佳答案

在大多数情况下,Cannot create ledger from genesis block, due to LedgerID already exists , 表示对端已经加入 channel 。

如果您在对等节点上实例化了链代码,则测试这一点的一种快速方法是使用其中一个对等节点对账本进行查询。

关于hyperledger-fabric - 由于 LedgerID 已经存在,Fabric-Sample : Cannot create ledger from genesis block,,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47887886/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com