peer channel creation fails in Hyperledger Fabric

Error: Got unexpected status: BAD_REQUEST — Error authorizing update: Error validating DeltaSet: Policy for [Groups] /Channel/Application not satisfied: Failed to reach implicit threshold of 1 sub-policies, required 1 remaining This usually indicates that the signer of the channel creation transaction does not have admin rights for one of the consortium orgs, however, it may indicate … Read more

Error in starting hyperledger fabric network with hyperledger composer

Are you behind a proxy / firewall ? If so in the composer network install command you require a -o npmrcFile parameter, to resolve the NPM registry. eg registry=https://mycompanynpmregistry.com:4873 (or the resolved IP address) as in composer network install -c PeerAdmin@hlfv1 -a digitalproperty-network.bna -o npmrcFile=/tmp/npmrcFile . See https://hyperledger.github.io/composer/latest/managing/connector-information If you are finding that you get … Read more

When I try to create a channel using Hyperledger Fabric, the request fails

This error occurs when there is a problem with the identity (consisting of MSP ID, certificate, and keys) that submitted the request. If you use the default Fabric configuration policies, channels need to be created by organization administrators. The error is produced by your identity not being able to satisfy default policy on the /Channel/Application/Admins … Read more