0

I already searched around for solutions but nothing seems to work in my case.

dany@ubuntu:~/Blockchain/tutorial-network$ composer network start --networkName tutorial-network --networkVersion 0.0.2 --networkAdmin admin --networkAdminEnrollSecret adminpw --card PeerAdmin@hlfv1 --file networkadmin.card
Starting business network tutorial-network at version 0.0.2

Processing these Network Admins: 
    userName: admin

✖ Starting business network definition. This may take a minute...
Error: Error trying to start business network. Error: No valid responses from any peers.
Response from attempted peer comms was an error: Error: REQUEST_TIMEOUT
Command failed

I already restartet the Factory and restartet Ubuntu but I still get this error.

Bibek Koirala
  • 330
  • 6
  • 20
BlockchainProgrammer
  • 1,999
  • 5
  • 20
  • 32
  • Possible duplicate of [Composer network install: ERROR no valid responses from any peers](https://stackoverflow.com/questions/52185717/composer-network-install-error-no-valid-responses-from-any-peers) – Andrei Dragotoniu Jan 30 '19 at 11:09

1 Answers1

1

I had faced the same problem. Make sure you have right versions of prerequisites installed in your system. In my case, I had wrong docker version installed.

Bibek Koirala
  • 330
  • 6
  • 20