Ahmed Nasser
Ahmed Nasser

Reputation: 114

composer network start with error SERVICE_UNAVAILABLE

i used cello to install fabric network (2 org , 2 peers per each organization, 1 ca) then we followed the tutorial but we have only one ca instead of ca per org and when we run command

 composer network start -c PeerAdmin@byfn-network-org1 -a tutorial-network/tutorial-network@0.0.1.bna -o endorsementPolicyFile=endorsement-policy.json -A alice -C alice/admin-pub.pem -A bob -C bob/admin-pub.pem  

we get this error

✖ Starting business network definition. This may take a minute...
Error: Error trying to instantiate composer runtime. Error: Error: SERVICE_UNAVAILABLE
Command failed

Upvotes: 1

Views: 412

Answers (1)

arnabkaycee
arnabkaycee

Reputation: 1644

I think there is an issue with the orderer. This error is thrown when the ordering service is unavailable. Please check the logs of the orderer

Upvotes: 1

Related Questions