Overview
Quick Diagnostics
Health Check Commands
# Check Gateway
curl http://localhost:8080/health
# Check P2P Registry (if health endpoint available)
grpcurl -plaintext localhost:50050 grpc.health.v1.Health/Check
# Check process status
ps aux | grep -E "(gateway|compute|registry)"
# Check port bindings
netstat -tlnp | grep -E "(50050|50051|8080|9000|8828)"Log Locations
Component
Log Location
Enable Debug Logging
Troubleshooting Guides
Common Issues Quick Reference
Build Failures
Error
Cause
Solution
Connection Failures
Error
Cause
Solution
Execution Failures
Error
Cause
Solution
Error Messages
Gateway Errors
Compute Node Errors
Registry Errors
Diagnostic Tools
Network Diagnostics
Process Diagnostics
Blockchain Diagnostics
Recovery Procedures
Gateway Recovery
Compute Node Recovery
Registry Recovery
Getting Help
Information to Provide
Support Channels
Debug Mode
Enable Debug Mode
Debug Specific Issues
Performance Profiling
Next Steps
Last updated
