hyberleger 启动docker-compose的时候 orderer 无法启动
在使用 docker-compose -f docker-compose-cli.yaml up -d 的时候 显示一下内容:
Creating network "net_byfn" with the default driver
Creating peer0.org1.example.com ... done
Creating peer1.org1.example.com ... done
Creating orderer.example.com ... done
Creating peer0.org2.example.com ... done
Creating peer1.org2.example.com ... done
Creating cli ... done
其中大家发现 orderer.example.com 是done的状态。但是当我 docker ps 的时候 发现 orderer不见了,通过docker ps -a 发现他的状态是 exited 如下:
5fc0a64989e9 hyperledger/fabric-orderer:latest "orderer" 18 seconds ago Exited (2) 16 seconds ago orderer.example.com
启动没有报错,但却无法启动,按照方法一步步走的, 创建组织和网络,创建初始区块等都过来了。但这里不清楚原因是什么。求助,版本1.4.3
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
请贴上 orderer 的日志
docker logs xxx
我也是这个问题,下面是我的的
docker logs orderer.example.com
求助,谢谢
博主,请问你这个问题是怎么解决的啊? kafka版本怎么设?我也是新手,求帮助啊
错误原因:
解决方法:
./byfn.sh -m down