使用Hyperledger-Composer开发人员教程的问题

时间:2018-05-15 12:01:35

标签: hyperledger-composer

hyperledger作曲家

我按照区块链开发者教程中的步骤进行操作: https://hyperledger.github.io/composer/latest/tutorials/developer-tutorial.html

我的startFabric.sh失败了 来自守护程序的错误响应:

Container d2a4df08857333ddc46026fe26376af58116af8d39af2823e222aeebedddb648 is not running

ibm@pradi0514075029:~/fabric-dev-servers$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d2a4df088573 hyperledger/fabric-peer:x86_64-1.1.0 "peer node start" About an hour ago Exited (2) About an hour ago peer0.org1.example.com
0f690b2a6629 hyperledger/fabric-couchdb:x86_64-0.4.6 "tini -- /docker-ent…" About an hour ago Up About an hour 4369/tcp, 9100/tcp, 0.0.0.0:5984->5984/tcp couchdb
8cde7086fd80 hyperledger/fabric-ca:x86_64-1.1.0 "sh -c 'fabric-ca-se…" About an hour ago Up About an hour 0.0.0.0:7054->7054/tcp ca.org1.example.com
4e9dd5b6d33f hyperledger/fabric-orderer:x86_64-1.1.0 "orderer" About an hour ago Up About an hour 0.0.0.0:7050->7050/tcp orderer.example.com

今天看来我的同行容器已退出。 我在Ubuntu 16.04.3 LTS(xenial)上。

2 个答案:

答案 0 :(得分:0)

看起来你的同伴停了下来。您可以尝试使用docker start重新启动它。应该有4Gb内存可用。如果它仍然存在建议进行拆解,请删除旧的PeerAdmin卡并按照控制您的开发环境https://hyperledger.github.io/composer/latest/installing/development-tools.html

中显示的顺序再次运行startFabric

答案 1 :(得分:0)

我在另一个答案中找到了更正。 在docker-compose.yml中添加GODEBUG = netdns =转到peer,orderer,ca,couchdb的环境变量

再次尝试./startFabric.sh,最后确定。

至少,这对我有用。