⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-3004
NodeBuildCopyFailedSoloError — Component
NodeBuildCopyFailedSoloError
| Code | SOLO-3004 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | Yes |
Description
Thrown when solo cannot copy a local build into a consensus node; the underlying failure is wrapped in cause. When running with a local platform build, solo copies the build artifacts into the node pod, so this means that copy failed — for example the pod was not reachable, the destination path was not writable, or the connection dropped mid-copy. It is retryable.
Troubleshooting Steps
- Check pod status: kubectl get pods -n
-l solo.hedera.com/type=network-node - Verify the local build path is valid and readable
- Review solo logs: tail -n 100 ~/.solo/logs/solo.log