30121/hyperledger-composer-chaincode-installed-composer-playground
I get this error when i try to upload and deploy my .bna file:
Error: Chaincode already installed: my-business-network@0.0.2-deploy.2
How can I solve this?
The error is generated because there is a partial install of business network on the peers. exec into the peer dockers to view the installed chaincodes on a particular peer by:
docker exec -it <--peer container id--> /bin/bash
then change directory to:
cd /var/hyperledger/production/chaincodes
then list all items in directory and see whether the chaincode is installed on that peer.
There is an error in that document. ...READ MORE
Use the following link to install the ...READ MORE
It seems like there is no required ...READ MORE
Try to install chaincode with a name ...READ MORE
You can do the following things: You can ...READ MORE
Rest API is not available for Hyperledger ...READ MORE
The Hyperledger Composer pre-requisites can be installed ...READ MORE
Not sure if you are still looking ...READ MORE
All you have to do is add ...READ MORE
The versions are same. Maybe its a ...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.