adityajoshi12 / fabric-samples-advance-topics

This repository contains the advance fabric topics with the link to the details explanation.
50 stars 36 forks source link

Error while running the caliper benchmark #3

Closed ishitaa27 closed 2 years ago

ishitaa27 commented 2 years ago

Facing an error while running the caliper benchmark.

Command: npx caliper launch manager --caliper-workspace ./ --caliper-networkconfig networks/networkConfig.yaml --caliper-benchconfig benchmarks/assetCCBenchmark.yaml --caliper-flow-only-test --caliper-fabric-gateway-enabled

Screenshot of error: Screenshot from 2021-11-27 16-21-49

adityajoshi12 commented 2 years ago

What's your nodejs version?

ishitaa27 commented 2 years ago

12.15.0

rbadrana commented 2 years ago

Hellow Sir, I am facing the following error, even though I have checked my path Screenshot from 2021-12-28 14-06-51

2021.12.28-07:59:37.318 error [caliper] [cli-launch-manager] Unexpected error during benchmark execution: Error: path property does not point to a file that exists for clientSignedCert for name client0.org1.example.com

adityajoshi12 commented 2 years ago

Try with the absolute paths

rbadrana commented 2 years ago

Try with the absolute paths

thank you sir, it worked

jerry-98 commented 2 years ago

Try with the absolute paths Hi Sir, can you please give an example for the same I am unable to fix it