Questions tagged [hyperledger-caliper]

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

65 questions
0
votes
2 answers

Hyperledger Caliper gateway error: Unexpected error during benchmark execution: Error: Please retry with the gateway flag

I am trying to run Hyperleger Caliper but I am getting the following error: Unexpected error during benchmark execution: Error: Caliper currently only supports gateway based operation using the 2.1.0 Fabric-SDK. Please retry with the gateway…
0
votes
2 answers

Benchmarking with Hyperledger Caliper for Hyperledger fabric which are in different machine

Caliper (v.0.4.2) is installed and setup the configuration on my machine (laptop), and ready to communicate with the existing deployed fabric network which is in google-cloud. To communicate these two caliper and fabric network, I have provided…
Gopal Ojha
  • 37
  • 7
0
votes
2 answers

Difficulty creating a benchmark test using Hyperledger Caliper

I am trying to use the Hyperledger Caliper framework to measure the performance of a blockchain network based on Hyperledger Fabric, containing 3 nodes and 1 orderer and solo consensus. I already have the network installed and functional with smart…
0
votes
1 answer

Caliper Error: Transaction returned with failure. The key already exists

I'm still on my journey to set up the Caliper for the first time. Hope you can save me :) Right know I got the error: Transaction returned with failure: User 1 already exists. when I try to launch the caliper benchmark. Because I do not allow to…
0
votes
1 answer

Getting error while benchmarking sawtooth 1.0.0 with hyperledger caliper (Error:Benchmark failed with Error code 6)

I am trying to benchmark sawtooth 1.0.0 with hyperledger caliper, while running launch master command I get following error: Error: Benchmark failed with error code 6 at Function.handler…
0
votes
0 answers

ECONNREFUSED error while setting up calipeer

I was setting up hyperledger caliper to test a fabcar network and got ECONNREFUFUSED error multiple times. It said that it failed to enroll admin. I setup the test network using ./startFabric.sh javascript in fabcar repo of fabric-samples. Then I…
0
votes
1 answer

how to fix "is missing its "caliper.blockchain" string attribute" in hyperledger caliper

Im trying to monitor my blockchain with hyperledger caliper. I created my own benchmark file by using one from the templates given in the repo. but I am getting this error Error: Network configuration file…
lp_nave
  • 244
  • 3
  • 17
0
votes
1 answer

UnhandledPromiseRejectionWarning: Error: Could not find details for contract ID

While trying to invoke and query with the existing installed chaincode in the network, using caliper launch master --caliper-workspace . --caliper-benchconfig benchmarks/scenario/simple/createPool.yaml --caliper-networkconfig…
Shruthie
  • 13
  • 2
0
votes
1 answer

error: [Orderer.js]: sendBroadcast - on error: "Error: 14 UNAVAILABLE:.. Hyperledger Caliper

I have setup hyperledger fabric version 1.4.2 with 1 org 2 peers 1 orderer setup all are running in 3 different VMs natively. Now I am trying to implement caliper v0.3.0 in this fabric setup. Peers and Orderer are already up and peers are joined in…
Shruthie
  • 13
  • 2
0
votes
1 answer

How shoud I do hyperledger fabric performance testing on GCP without suspending warning?

My project on GCP was suspended after I did hyperledger fabric performance testing with hyperledger caliper. I setup Hyperledger fabric on GCP paid account with 3 Orgs and 6 peers on 12 VMs. I try to do performance testing using hyperledger caliper…
0
votes
1 answer

Hyperledger Caliper peer nodes performance

I run some benchmark tests on my 3node2peer couchdb network with Fabric 1.3 I noticed that in many cases the first peer node (peer0.org1.example.com in my case) consumes more RAM and CPU resources. Is there a reason why this happens?
Riccardo
  • 1,083
  • 2
  • 15
  • 25
0
votes
1 answer

Why send rate is lower than configured rate in config.yaml (hyperledger caliper) even after use of only one client?

I configured send rate at 500 tps and I am using only one client so send rate should be around 500tps but in generated report send rate is around 130-40 tps. Why there is so much deviation? I am using fabric ccp version of caliper. I expect the send…
0
votes
2 answers

Orderer not found error while sending transaction at high rate in Hyperledger Fabric

I have a Hyperledger configured with 1 Org, 2 Peers, 5 Orderers (Raft cluster). The network has one channel with a simple chaincode. While sending transactions to the network using Hyperledger Caliper (with upto 7 clients), It works fine for a lower…
Manoj P R
  • 113
  • 6
0
votes
1 answer

Error Failed to connect before the deadline running Hyperledger Caliper

When I run Hyperledger Caliper with Zookeper I get the following error: I got this error in the client(different machine), obviously the address is not localhost, the address is the server ip. When I go to logs, I can not see anything else... Only…
0
votes
1 answer

Unusual behaviour of batches/block in Hyperledger sawtooth

I am benchmarking Sawtooth using Hyperledger Caliper. My network has 4 nodes and following configurations: total transactions =4000 transactions/batch = 50 supply rate of transactions = 4000 transactions/sec no. of clients = 1 type =…