SOLO-3019
NodeCreateTransactionErrorSoloError — Component
NodeCreateTransactionErrorSoloError
| Code | SOLO-3019 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when the node-create transaction fails to execute; when available the underlying failure is wrapped in cause. solo submits a node-create transaction to add a consensus node to the network’s address book, so this means the transaction was rejected or could not be submitted — for example the admin key did not sign, the node endpoints or parameters were invalid, or the network could not be reached.
Troubleshooting Steps
- Verify gossip endpoints and gRPC service endpoints are reachable from the network.
- Confirm the admin key is valid and the account has sufficient HBAR.
- Review solo logs: tail -n 100 ~/.solo/logs/solo.log