SOLO-3004

NodeBuildCopyFailedSoloError — Component

NodeBuildCopyFailedSoloError

CodeSOLO-3004
CategoryComponent
OwnershipInfrastructure
RetryableYes

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

  1. Check pod status: kubectl get pods -n -l solo.hedera.com/type=network-node
  2. Verify the local build path is valid and readable
  3. Review solo logs: tail -n 100 ~/.solo/logs/solo.log