SOLO-3074
PlatformFileCopyFailedSoloError — Component
PlatformFileCopyFailedSoloError
| Code | SOLO-3074 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot copy platform files into a consensus node pod; the message names the source files, the pod, and the destination directory, and wraps the underlying failure in cause. solo copies platform artifacts into the node container during setup, so this means the copy failed — for example the pod was not reachable, the destination path was not writable, or the connection dropped mid-copy.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify the pod is running: kubectl get pod
-n - Check available disk space in the pod
- Inspect pod logs: kubectl logs
-n