29134/hyperledger-composer-trying-instantiate-composer-runtime
I'm using Hyperledger Composer [v0.18.2].
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)
Can someone tell me how to solve this?
It looks like a problem with composer-cli.
A simple solution is to re-install it.
Uninstall Composer completely
npm uninstall -g composer-cli
Then, install Composer v0.18.1
npm install -g composer-cli@0.18.1
This should work.
If this message occurs in instantiating composer ...READ MORE
I think the docker-compose tool is not ...READ MORE
The following commands should help: sudo mkdir -p ...READ MORE
OCI is open container initiative.. The error ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
Use full format for running a business ...READ MORE
To read and add data you can ...READ MORE
You have to configure TLS in peers ...READ MORE
The right way to do it is: downloadFabric.sh startFabric.sh createPeerAdminCard.sh If ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.