I am facing the below problem while doing my tutorial,
I was on the step on Deploying the business network and issued the following command from terminal on my mac
composer network start --card PeerAdmin@hlfv1 \
--networkAdmin admin --networkAdminEnrollSecret adminpw \
--archiveFile [email protected] --file networkadmin.card
But I have been ending up with ,
Error: Error trying to instantiate composer runtime. Error: Failed to receive commit notification for transaction '95b241579673c195c630aa687bbf92d5453fb893a1074ab669f08222d1a6c124' within the timeout period Command failed
Below is the complete message from command to error message :
composer network start --card PeerAdmin@hlfv1 --networkAdmin admin --networkAdminEnrollSecret adminpw --archiveFile [email protected] --file networkadmin.card Starting business network from archive: [email protected] Business network definition: Identifier: [email protected] Description: tutorial for new application in BC
Processing these Network Admins: userName: admin
✖ Starting business network definition. This may take a minute... Error: Error trying to instantiate composer runtime. Error: Failed to receive commit notification for transaction '95b241579673c195c630aa687bbf92d5453fb893a1074ab669f08222d1a6c124' within the timeout period Command failed
Please help :(