小编Dar*_*han的帖子

背书者客户端连接失败:连接被拒绝错误

我想在 Aws 服务器上设置 Hyperledger 结构网络,该网络在我的本地系统中正常工作,但在 AWS 服务器上启动 Hyperleger 结构网络时出现以下错误。

Error: error getting endorser client for channel: endorser client failed to connect to peer0.org1.example.com:7051: failed to create new connection: connection error: desc = "transport: error while dialing: dial tcp 172.28.0.9:7051: connect: connection refused"
peer0.org1 failed to join the channel, Retry after 3 seconds
Run Code Online (Sandbox Code Playgroud)

版本:

 1. Hyperledger Version: 1.4.6 
 2. Go version: go1.12.12
 3. OS/Arch:linux/amd64
 4. Chaincode:   Base Image Version: 0.4.18 
Run Code Online (Sandbox Code Playgroud)

在第一个网络上,使用以下命令:

./byfn.sh up -a -s couchdb

请帮助我如何解决上述问题。

docker blockchain hyperledger hyperledger-fabric

2
推荐指数
1
解决办法
2759
查看次数