Misleading error message when Besu cannot create parent directories #552
Labels
bug
Something isn't working
docker
good first issue
Good for newcomers
icebox
items that need more consideration, time, or can wait
P4
Low (ex: Node doesn't start up when the configuration file has unexpected "end-of-line" character)
When starting Besu will create a directory if the parent directories already exist but will not create parent directories. This is standard behavior that we do not want to change but a better error message would be helpful.
If parent directories are specified that do not exist, startup fails with the following error:
Cannot store generated private key.
This error message should indicate the actual issue:
Cannot create multiple directories for $path
Probability: Remote
Severity: Marginal
The text was updated successfully, but these errors were encountered: