fabricDeployment
fabricDeployment copied to clipboard
A simple tool that deploys Hyperledger Fabric to remote servers
yacovm, Saw your commit to "github.com/hyperledger/fabric/core/chaincode/lib/cid" The question is: i get following Error if i import it to fabcar example. and i am using hyperledger latest version: v1.1.0-alpha. Error: Error...
## rpc error > 2018-05-23 13:25:39.719 UTC [channelCmd] InitCmdFactory -> INFO 001 Endorser and orderer connections initialized > Error: Error getting broadcast client: Error connecting to orderer.sudesh.com:7050 due to rpc...
./peer chaincode query -c '{"Args":["query","a"]}' -C yacov -n exampleCC -v 1.0 --tls true --cafile /opt/gopath/src/github.com/hyperledger/fabricDeployment-master/crypto-config/ordererOrganizations/hrl.ibm.il/orderers/orderer.hrl.ibm.il/tls/ca.crt [chaincodeCmd] checkChaincodeCmdParams -> INFO 001 Using default escc [chaincodeCmd] checkChaincodeCmdParams -> INFO 002 Using default...
i followed the prerequisites and the changed the config.sh post that wen i run the deploy.shi i get the below error ``` ./deploy.sh mkdir -p build/image/ccenv/payload cp build/docker/gotools/bin/protoc-gen-go build/bin/chaintool build/goshim.tar.bz2...
After running deploy.sh we are getting following error: _Joining peers to channel Error: Error getting endorser client channel: PER:404 - Error trying to connect to local peer /usr/local/go/src/github.com/hyperledger/fabric/peer/common/common.go:116 github.com/hyperledger/fabric/peer/common.GetEndorserClient /usr/local/go/src/github.com/hyperledger/fabric/peer/channel/channel.go:149...
**Step 14/15** : RUN core/chaincode/shim/java/javabuild.sh ---> Running in 971b4a6dfe71 /bin/sh: 1: core/chaincode/shim/java/javabuild.sh: not found The command '/bin/sh -c core/chaincode/shim/java/javabuild.sh' returned a non-zero code: 127 Makefile:279: recipe for target 'build/image/javaenv/.dummy-x86_64-1.0.6-snapshot-' failed...
I am getting the following error while running the deploy.sh Script build/bin/peer CGO_CFLAGS=" " GOBIN=/home/akash/Documents/Apps/go/src/github.com/hyperledger/fabric/build/bin go install -tags "" -ldflags "-X github.com/hyperledger/fabric/common/metadata.Version=1.0.5-snapshot-ad68580 -X github.com/hyperledger/fabric/common/metadata.BaseVersion=0.3.2 -X github.com/hyperledger/fabric/common/metadata.BaseDockerLabel=org.hyperledger.fabric -X github.com/hyperledger/fabric/common/metadata.DockerNamespace=hyperledger -X github.com/hyperledger/fabric/common/metadata.BaseDockerNamespace=hyperledger"...
This change set adds template files and updates config.sh and deploy.sh scripts for a Kafka ordering service with one ordering service node, multiple Kafka brokers and one Zookeeper node. Also...