hyperledger-fabric-sdk-go

Connection timeout when installing chaincode using fabric-sdk-go

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-24 20:17:27
问题 I have a problem that there is always a grpcs timeout when installing the chaincode using fabric-sdk-go. The GRCPS request is made from the local machine to its docker containers. ErrorMsg: lscc.getinstalledchaincodes failed: SendProposal failed: Transaction processing for endorser [localhost:7051]: Endorser Client Status Code: (2) CONNECTION_FAILED. Description: dialing connection timed out [localhost:7051] ENV: Mac OSX docker version: 18.03.1-ce docker-compose version 1.21.1, build 5a3f1a3

Channel creation fails in Hyperledger Fabric v1.2

那年仲夏 提交于 2019-12-06 04:23:09
问题 I'm trying to start an Hyperledger Fabric network in v1.2 with a network generated by myself (with binary configtxgen ). The network starts correctly and no component indicates an error. However, when I try to create a new channel, an error occurs at the orderer level (one of the following three errors) and no channel is created. Orderer Server Status Code: (400) BAD_REQUEST. Description: error authorizing update: error validating ReadSet: existing config does not contain element for [Group]

Channel creation fails in Hyperledger Fabric v1.2

夙愿已清 提交于 2019-12-04 07:14:35
I'm trying to start an Hyperledger Fabric network in v1.2 with a network generated by myself (with binary configtxgen ). The network starts correctly and no component indicates an error. However, when I try to create a new channel, an error occurs at the orderer level (one of the following three errors) and no channel is created. Orderer Server Status Code: (400) BAD_REQUEST. Description: error authorizing update: error validating ReadSet: existing config does not contain element for [Group] /Channel/Application/Org1MSP but was in the read set or Orderer Server Status Code: (400) BAD_REQUEST.