SOLO-4007
LocalBuildMissingSubdirectoriesSoloError — Validation
LocalBuildMissingSubdirectoriesSoloError
| Code | SOLO-4007 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
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
- Verify the directory structure: ls -la
- Ensure the path points to the data/ directory of the Hedera platform build
- Expected layout:
/apps/.jar and /lib/ .jar (set via –local-build-path)