启动fabric的例子e2e_cli出问题-msg timeout

发布于 2022-01-06 16:19:01 字数 1930 浏览 877 评论 4

运行的e2e_cli中的例子。执行了./network_setup.sh up 脚本后在实例化chaincode时出问题。由于本人刚刚开始学习fabric,很久都没有找到解决方法。请大神们赐教!!

Instantiating chaincode on org2/peer2...
CORE_PEER_TLS_ROOTCERT_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/ca.crt
CORE_PEER_TLS_KEY_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.key
CORE_PEER_LOCALMSPID=Org2MSP
CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock
CORE_PEER_TLS_CERT_FILE=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.crt
CORE_PEER_TLS_ENABLED=true
CORE_PEER_MSPCONFIGPATH=/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org2.example.com/users/Admin@org2.example.com/msp
CORE_PEER_ID=cli
CORE_LOGGING_LEVEL=DEBUG
CORE_PEER_ADDRESS=peer0.org2.example.com:7051
2019-03-17 09:22:14.478 UTC [msp] GetLocalMSP -> DEBU 001 Returning existing local MSP
2019-03-17 09:22:14.478 UTC [msp] GetDefaultSigningIdentity -> DEBU 002 Obtaining default signing identity
2019-03-17 09:22:14.481 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 003 Using default escc
2019-03-17 09:22:14.481 UTC [chaincodeCmd] checkChaincodeCmdParams -> INFO 004 Using default vscc
2019-03-17 09:22:14.481 UTC [msp/identity] Sign -> DEBU 005 Sign: plaintext: 0A95070A6708031A0C08C6A3B8E40510...324D53500A04657363630A0476736363 
2019-03-17 09:22:14.481 UTC [msp/identity] Sign -> DEBU 006 Sign: digest: A111D2CE635C2DCE9C0AB72DDB597B363D2763A0DD68288713B286BEF11CD654 
Error: Could not assemble transaction, err Proposal response was not successful, error code 500, msg timeout expired while starting chaincode mycc:1.0 for transaction
 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

狼亦尘 2022-01-07 17:46:05

请教下 楼主 解决了吗

苍暮颜 2022-01-07 17:22:33

查看了,防火墙是关闭的。感谢回复

断爱 2022-01-07 14:34:35

回复
telnet测试一下,如果没问题的话,访问的时候,查看一下order节点的日志,docker logs -f -t --tail 100 orderer.example.com

为你鎻心 2022-01-06 19:21:27

这两天正好也在研究这个,先排除防火墙的设置问题

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文