SOLO-3075
PlatformKeyFileMissingSoloError — Component
PlatformKeyFileMissingSoloError
| Code | SOLO-3075 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
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
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify the key file exists at:
- Re-generate keys if needed: solo keys consensus
- Re-run node setup: solo consensus node setup