Receiving "cryptogen tool not found. exiting" upon running ./trade.sh generate -c tradechannel
See original GitHub issueHello,
After having some difficulty following and executing the commands in the book on my instance of Ubuntu 16.04, I decided to attempt to follow the GitHub documentation. Unfortunately, after running “./trade.sh generate -c tradechannel” inside the network folder, I get:
$ ./trade.sh generate -c tradechannel
Generating certs and genesis block with channel 'tradechannel'
Continue? [Y/n] Y
proceeding ...
cryptogen tool not found. exiting
I believe I followed all of the setup as written, as well, I ran make configtxgen cryptogen configtxlator
in the fabric directory, as well as export PATH=$PATH:$GOPATH/src/github.com/hyperledger/fabric/build/bin
to add it to the PATH. To double-check, I ran the make command again and got:
$ make configtxgen cryptogen configtxlator
make: Nothing to be done for 'configtxgen'.
make: Nothing to be done for 'cryptogen'.
make: Nothing to be done for 'configtxlator'.
Is there something wrong I might be doing? Sorry if there’s something obvious I’m overlooking, I am new to using Docker. Thank you!
Issue Analytics
- State:
- Created 5 years ago
- Comments:13
Top Results From Across the Web
Hyperledger Fabric - Cryptogen Tool Not Found...Exiting
This error, Cryptogen Tool Not Found…Exiting occurred when I tried to build the first network by executing byfn.sh script using following ...
Read more >How do I resolve the error on hyperledger fabric?
The key of you problem is in the last sentence: cryptogen tool not found. exiting. You need to make sure to have cryptogen...
Read more >A Complete Guide to Designing and Shipping a Blockchain ...
A step-by-step guide to approach, design, and ship blockchain solutions for a logistic company. The complex nature of logistics and supply-chain businesses ...
Read more >Lab 01 - set up your development environment - SweetStudy
When you finish this lab, you'll have a working development environment. and will be ready to start running and modifying blockchain applications.
Read more >BLCN532_Lab01_SetUpDevEnv...
If you want more information on Vagrant and tips on getting the most out of the ... trade.sh generate -c tradechannelTroubleshooting help: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello @VRamakrishna, apologies for not checking the errata page. I looked through the Preface for help, but I guess I missed the part on looking for errata on the official website. I’ve made the edits from the errata, and will let you know how things go soon! Thank you so much for replying so quickly! 😃
Thanks so much. VRamakrishna