Common Errors and Fixes
This guide provides a quick reference for common log messages and errors you may encounter when running vLLM Semantic Router. Each section maps error patterns to their root causes and configuration fixes.
tip
Use the Quick Diagnostic Commands at the end of this page to quickly identify issues.
Configuration Loading Errors
Failed to create ExtProc server
Log Pattern:
Failed to create ExtProc server: <error>
Causes & Fixes:
| Cause | Fix |
|---|---|
| Invalid config path | Verify --config flag points to existing YAML file |
| YAML syntax error | Validate YAML with yq or online validator |
| Missing required fields | Check all required fields are present |
# Verify config path
./router --config /app/config/config.yaml