Hyperledger fabric byfn sh -m up command hangs during execution

0 votes

I am following the tutorial from here: http://hyperledger-fabric.readthedocs.io/en/latest/build_network.html

The processing starts as usually but hangs and line it hangs says

Creating cli..

I think cli is not getting created. I have stopped the process and run several times but I still get the same result.

How can I solve this?

Jul 30, 2018 in Blockchain by digger
• 26,740 points
557 views

1 answer to this question.

0 votes

Run the following command:

sudo docker stop $(docker ps --all -q ) | docker rm $(docker ps -a -q)

Next, restart your computer and restart docker service using the following command:

sudo service docker start or systemctl start docker

this should solve your problem.

answered Jul 30, 2018 by slayer
• 29,350 points

Related Questions In Blockchain

0 votes
1 answer

Hyperledger Fabric: ./byfn.sh -m up failed

Try adding GODEBUG=netdns=go to the environment variables ...READ MORE

answered Oct 26, 2018 in Blockchain by Omkar
• 69,210 points
706 views
0 votes
2 answers

Hyperledger: ./byfn.sh -m up gives error

just follow those steps: docker ps -aq ...READ MORE

answered Oct 21, 2020 in Blockchain by anonymous
1,064 views
0 votes
1 answer

Hyperledger Fabric ./byfn -m up not bringing up

Seems like you have not installed docker-compose. ...READ MORE

answered Nov 5, 2018 in Blockchain by Omkar
• 69,210 points
1,215 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,237 views
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

answered Aug 1, 2018 in Blockchain by digger
• 26,740 points
731 views
+1 vote
1 answer
0 votes
1 answer

Getting error when i execute ./byfn.sh -m up command.

The error is caused because you're trying ...READ MORE

answered Jul 12, 2018 in Blockchain by slayer
• 29,350 points
847 views
0 votes
1 answer

How to set up Hyperledger Fabric v0.6 network without docker?

Hyperledger Fabric v0.6 does not provide any ...READ MORE

answered Jul 9, 2018 in Blockchain by slayer
• 29,350 points
1,192 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP