Consensys / quorum-tools

Tools for running Quorum clusters and integration tests
Other
51 stars 33 forks source link

File doesn't exist #2

Open markya0616 opened 7 years ago

markya0616 commented 7 years ago

Hello,

I tried to build and run the test tool, but encounter the following error after run stack exec -- local-new.

➜  quorum-tools git:(master) stack exec -- local-new
local-new: gdata/geth1/keystore/geth1: openFile: does not exist (No such file or directory)
bts commented 7 years ago

Thanks for reporting this issue.

When I've seen this in the past, it typically means that geth is exiting with an error. I'll start on a fix for this now to bubble-up the underlying error message.

In the mean time, make sure that you are running the dynamic raft membership version of quorum.

bts commented 7 years ago

To help track this down, which version of geth are you using? Please paste the output from geth version.