I'm currently using HL Composer [v0.18.2] to be able to interact with the IBM Blockchain Platform (Starter Plan) on IBM Cloud.
I executed the following steps:
- Created 4 Organization with 1 peer for each one
- Created a new channel
- Joined the channel, created the PeerAdmin Identity, updated the certificate and sync the channel (for each organization)
- Installed a runtime for each peer of each organization
But when I try to start the network with "composer network start ...."
i'm getting this error:
Starting business network definition. This may take a minute...
Error: Error trying to instantiate composer runtime. Error: No valid responses from any peers.
Response from attempted peer comms was an error: Error: 2 UNKNOWN: chaincode error (status: 500, message: instantiation policy violation: signature set did not satisfy policy)
Does anyone have an idea about the problem?
Thanks