⚠️ 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-5082

PortForwardStopFailedError — System

PortForwardStopFailedError

CodeSOLO-5082
CategorySystem
OwnershipInfrastructure
RetryableYes

Description

Thrown when solo cannot stop its port-forwards; when available the underlying failure is wrapped in cause. Stopping tears down the running kubectl port-forward processes and removes their configuration from the deployment’s remote config, so this means that teardown failed — for example a process could not be signalled or the remote config could not be persisted. It is retryable.

Troubleshooting Steps

  1. Check the port-forwards of your deployment: solo deployment config ports –deployment
  2. Check for lingering processes: ps aux | grep port-forward