docker-compose up -d
来源:8-1 知识点小结

慕莱坞7209463
2020-04-27
老师,本来都已经通了,但是我今天再运行时候发生了一个问题
,就是在docker-compose up -d时候,他会经常出现这个问题
ERROR: for peer0.org1.imocc.com Cannot start service peer0.org1.imocc.com: b"driver failed programming external connectivity on endpoint peer0.org1.imocc.com (e756b283a4e0e2905a3b18fd5c729f3ce34028302e2926bb1c9c301499cb456e): (COMMAND_FAILED:Creating peer0.org0.imocc.com ... done418a5f' failed: Another app is currently holding the xtables lock. Stopped waiting after 2s.\n)"
ERROR: for peer0.org1.imocc.com Cannot start service peer0.org1.imocc.com: b"driver failed programming external connectivity on endpoint peer0.org1.imocc.com (e756b283a4e0e2905a3b18fd5c729f3ce34028302e2926bb1c9c301499cb456e): (COMMAND_FAILED: '/sbin/iptables -w2 -t nat -A DOCKER -p tcp -d 0/0 --dport 27053 -j DNAT --to-destination 172.19.0.10:7053 ! -i br-0b6a6b418a5f' failed: Another app is currently holding the xtables lock. Stopped waiting after 2s.\n)"
ERROR: Encountered errors while bringing up the project.
并且,我在让cli2执行链码交互时候会报错,下面是我查了orderer的日志看到的错误信息
Rejecting CONFIG_UPDATE because: Consortium config value missing
写回答
1回答
-
自游蜗牛
2020-04-27
问题1是你的时候服务器的网络问题,我解决不了,你可以谷歌尝试解决。
问题2贴出你的操作流程跟报错日志,不然没法判断
00
相似问题