SOLO-4008
LocalBuildNoJarFilesSoloError — Validation
LocalBuildNoJarFilesSoloError
| Code | SOLO-4008 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
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
- List files in the directory: ls -la
- Ensure a complete platform build was performed before using –local-build-path
- Expected:
/apps/HederaNode.jar and /lib/*.jar