SOLO-4007

LocalBuildMissingSubdirectoriesSoloError — Validation

LocalBuildMissingSubdirectoriesSoloError

CodeSOLO-4007
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when a local build path is missing the required apps and lib subdirectories; the message names the path. solo expects a local platform build to contain both, so this means the path does not point at a complete build.

Troubleshooting Steps

  1. Verify the directory structure: ls -la
  2. Ensure the path points to the data/ directory of the Hedera platform build
  3. Expected layout: /apps/.jar and /lib/.jar (set via –local-build-path)