SOLO-3075

PlatformKeyFileMissingSoloError — Component

PlatformKeyFileMissingSoloError

CodeSOLO-3075
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when a required key file is missing; the message names the file. solo expects certain key files to be present when provisioning a node, so this means one of them was not found — for example key generation did not produce it, or it was not copied into the expected location.

Troubleshooting Steps

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Verify the key file exists at:
  3. Re-generate keys if needed: solo keys consensus
  4. Re-run node setup: solo consensus node setup