kevin-hf / education

基于Hyperledger Fabric 使用fabric-sdk-go实现的一个征信应用.
231 stars 139 forks source link

./education时,peer加入通道失败。 #12

Open yangyb6 opened 2 years ago

yangyb6 commented 2 years ago

Fabric SDK初始化成功 通道已成功创建, [fabsdk/fab] 2022/04/13 07:27:55 UTC - peer.(peerEndorser).sendProposal -> ERRO process proposal failed [rpc error: code = Unavailable desc = transport is closing] [fabsdk/fab] 2022/04/13 07:27:55 UTC - peer.(peerEndorser).sendProposal -> ERRO process proposal failed [rpc error: code = Unavailable desc = transport is closing] Peers加入通道失败: join channel failed: Multiple errors occurred: SendProposal failed: Transaction processing for endorser [localhost:7051]: Endorser Client Status Code: (2) CONNECTION_FAILED. Description: dialing connection timed out [localhost:7051] SendProposal failed: Transaction processing for endorser [localhost:7151]: Endorser Client Status Code: (2) CONNECTION_FAILED. Description: dialing connection timed out [localhost:7151]

TLtianli commented 2 years ago

请问解决这个问题了嘛,我也遇到了相同的问题