Hyperledger Fabric peer command not found error

0 votes
I am trying to run ./PostUser, ./PostItem script on Hyperledger Fabric and when I try to run it, I get peer
command not found error. How solve this?
Jul 2, 2018 in Blockchain by digger
• 26,740 points
3,631 views

1 answer to this question.

0 votes
Best answer


This error occurs when the system can not find any executable peer.
The executable peer should be in 
$GOPATH/src/github.com/hyperledger/fabric/build/docker/bin/peer.

If it is not present there, then run the following command and try again
cd $GOPATH/src/github.com/hyperledger/fabric
make all

answered Jul 2, 2018 by Omkar
• 69,210 points

selected Jul 2, 2018 by digger

Related Questions In Blockchain

0 votes
1 answer

Error during Hyperledger installation: Manifest peer latest not found

Change the tag from latest to x86_64-1.0.2 in the compose file. ...READ MORE

answered Jul 13, 2018 in Blockchain by Perry
• 17,100 points
597 views
0 votes
1 answer
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
732 views
+1 vote
1 answer
0 votes
1 answer

Hyperledger Fabric: ERROR: manifest for hyperledger/fabric-ca:latest not found.

docker pull hyperledger/fabric-ca:x86_64-1.1.0-preview Now tag this the latest ...READ MORE

answered Nov 13, 2018 in Blockchain by Omkar
• 69,210 points
1,383 views
+2 votes
3 answers

Hyperledger Fabric: Peer Connection error: Failed obtaining connection: Could not connect to any of the endpoints.

 You can extend your /etc/hosts file and make orderer.example.com domain name ...READ MORE

answered Nov 13, 2018 in Blockchain by Omkar
• 69,210 points
3,516 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