SOLO-4014

ConfigFileNotFoundSoloError — Validation

ConfigFileNotFoundSoloError

CodeSOLO-4014
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when a configuration file referenced by a flag does not exist; the message names the flag and the absolute and relative paths tried. solo reads the file from the provided path, so this means it is missing or the path is wrong — for example a typo or a relative path resolved from an unexpected directory.

Troubleshooting Steps

  1. Verify the file exists: ls -la
  2. Set the correct file path for the – flag
  3. Run with –help for configuration file flags: solo consensus node setup –help