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

LocalBuildNoJarFilesSoloError — Validation

LocalBuildNoJarFilesSoloError

CodeSOLO-4008
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when no jar files are found in a local build subdirectory; the message names the subdirectory. solo expects the build subdirectories to contain jars, so this means the build is incomplete or the path is wrong.

Troubleshooting Steps

  1. List files in the directory: ls -la
  2. Ensure a complete platform build was performed before using –local-build-path
  3. Expected: /apps/HederaNode.jar and /lib/*.jar