Questions tagged [hyperledger-caliper]

Hyperledger Caliper is a blockchain benchmark tool for Hyperledger and some non-Hyperledger blockchain platforms.

65 questions
1
vote
0 answers

Why containerized version of HL Caliper is always trying to connect to localhost?

When I try to run a containerized version of Caliper I always get an error message stating that the attempt to connect to the orderer failed unlike happens if I try to run a non containerized version of Caliper in the host machine where Hyperledger…
1
vote
1 answer

How to measure Hyperledger Fabric performance using Hyperledger Caliper in Kubernetes setting

My fabric network is deployed in a local Kubernetes cluster(vagrant) using the following https://medium.com/swlh/how-to-implement-hyperledger-fabric-external-chaincodes-within-a-kubernetes-cluster-fd01d7544523 tutorial. The pods are up and running,…
1
vote
1 answer

Hyperledger Caliper Start stream failing

I am using Hyperledger Caliper to benchmark Fabric and I am facing the following errors regarding the caliper workers. I am currently using verion 0.4.0 of caliper 2020-11-07T13:06:23.286Z - error: [EventService]: send[peer0.org1.example.com] - #1 -…
1
vote
1 answer

What is Benchmark error code 4 in Hyperledger Caliper

error: [FabricCAClientService.js]: Failed to enroll admin, error:%o message=Could not parse enrollment response [Client sent an HTTP request to an HTTPS server. ] as JSON due to error [SyntaxError: Unexpected token C in JSON at position 0],…
lp_nave
  • 244
  • 3
  • 17
1
vote
0 answers

Error when running a test with hyperledger caliper

I have been trying for days to run a test with 3 Organizations that having 3 peers each. The tutorial that i am trying to make it work: https://github.com/haojun/caliper This is my first time, working with hyperledger. Docker: 19.03.8 Node:…
1
vote
1 answer

Hyperledger Caliper tutorial for Composer network

I want to execute a performance evaluation test on a deployed Hyperledger Composer business network using Hyperledger Caliper. Into the official documentation there is a section for the Composer configuration but I think that it's not very user…
1
vote
1 answer

missing script: fabric-deps when installing caliper

I start using Hyperledger Caliper to analyse my Fabric blockchain. I begin by using this doc https://docs.google.com/presentation/d/1MtPSBgDXf3v7DicxTNr9srB0jGmdWew2tqvItJHculo/edit#slide=id.p8 when I try to excute : npm run fabric-deps I…
1
vote
1 answer

Benchmarking with Hyperledger caliper on multi host deployed Hyperledger fabric v1.4.1 network with raft consensus

My hyperledger fabric network is deployed on a private network on 4 servers. Each server has one peer and one orderer. The network is up and running and i want to do benchmarking with hyperledger caliper on the running network. TLS is enabled in the…
1
vote
1 answer

Analysis of Testing Report of Caliper

My Question is: Q1. What do we mean by 'label 1, 2' and how 4 Peers are contributing to it? Q2. What do we mean by label 3, when we compare it with 'send rate' ? Q3. What is difference between label 3 and lable 5 and why there is much gap in memory…
Anant
  • 153
  • 14
1
vote
0 answers

#hyperledger #caliper #node

Hyperledger caliper error Hello All, I am getting above error while trying to test node js chaincode with hyperledger caliper. I have changed language = node in config.json and made necessary changes to verb according to my chaincode. Could anyone…
0
votes
0 answers

Hyperledger Caliper : Error: No valid responses from any peers when connected to remote fabric server

I have setup a Hyperledger fabric node (with 3 organizations each having a single peer) on one remote server and a Hyperledger Caliper node to benchmark it using the sample chaincode (asset-transfer-basic). The same benchmark works locally. but when…
0
votes
1 answer

Error: Connection profiles for the organization(s) 'manufacturerMSP' have been specified as discover which is not allowed

i am trying to test my hyperledger code with caliper and when im trying to run this command npx caliper launch manager --caliper-workspace ./ --caliper-networkconfig caliper-config.yaml --caliper-benchconfig ../benchmark/caliper-test.yaml…
0
votes
0 answers

lunching a caliper in fabric test

hope someone can help ,i wanted to run a caliper on fabric auction-simple ,but after binding with bash npx caliper bind --caliper-bind-sut fabric:2.2, the in test-net folder :bash ./network.sh up createChannel -s couchdb To deploy the Go…
0
votes
0 answers

I have issue with the network config file caliper_config.yaml

its for Peer-to-Peer Energy Trading in Smart Grid Through Blockchain: A Double Auction-Based Game Theoretic Approach ,i have a repo that i want to run with FABRIC and CALIPER but i have issue with the network config file caliper_config.yaml,if…
0
votes
0 answers

How to create a workload file test to my own smartcontract to evaluate a local network blockchain using caliper ! only standard exemp worked for me

i'm trying to use caliper hyperledger to evaluate a local network blockchain, it works correctly when i use the standard exemple simple.json that i found in this tuto:https://github.com/MarcoMazzoni/quorum-caliper-benchmarks but i want to applicate…