ooibc88 / blockbench

BLOCKBENCH: A Framework for Analyzing Private Blockchains. Blockbench contains workloads for measuring the data processing performance, and workloads for understanding the performance of different layers of Blockchain systems.
https://www.comp.nus.edu.sg/~dbsystem/fabricsharp/#/blockbench
Apache License 2.0
391 stars 174 forks source link

running ./hyperledger/stop-peers.sh script stops IntelliJ IDE #68

Open eltalkarim opened 4 years ago

eltalkarim commented 4 years ago

Reproduce the error: 1) Clone Blockbench 2) Open IntelliJ 3) Install Dependencies 4) run ./install.sh script 5) run ./run-bench.sh script (calls stop-peers.sh)

If you run the script from inside the IntelliJ we see no results in the log dir and the IDE exits abruptly. Does it kill all processes running java?

SantoshDhirwani commented 4 years ago

I am facing the same issue as well.