Common Issues
GPU Not Accessible
Symptoms:- Error:
could not select device driver "nvidia" - Error:
no NVIDIA GPU devices found - Lightning ASR fails to start
Solution 1: Restart Docker
Solution 1: Restart Docker
Solution 2: Reinstall NVIDIA Container Toolkit
Solution 2: Reinstall NVIDIA Container Toolkit
Solution 3: Update NVIDIA Driver
Solution 3: Update NVIDIA Driver
Solution 4: Check Docker Daemon Configuration
Solution 4: Check Docker Daemon Configuration
/etc/docker/daemon.json contains:License Validation Failed
Symptoms:- Error:
License validation failed - Error:
Invalid license key - Services fail to start
Solution 1: Verify License Key
Solution 1: Verify License Key
.env file:- Extra spaces
- Quotes around the key
- Line breaks
Solution 2: Check Network Connectivity
Solution 2: Check Network Connectivity
- Firewall rules
- Proxy settings
- DNS resolution
Solution 3: Contact Support
Solution 3: Contact Support
- Expired
- Revoked
- Invalid
- Your license key
- License-proxy logs
- Error messages
Model Download Failed
Symptoms:- Lightning ASR stuck at startup
- Error:
Failed to download model - Error:
Connection timeout
Solution 1: Verify Model URL
Solution 1: Verify Model URL
.env file:Solution 2: Check Disk Space
Solution 2: Check Disk Space
Solution 3: Manual Download
Solution 3: Manual Download
Solution 4: Increase Timeout
Solution 4: Increase Timeout
Port Already in Use
Symptoms:- Error:
port is already allocated - Error:
bind: address already in use
Solution 1: Stop Conflicting Service
Solution 1: Stop Conflicting Service
Solution 2: Change Port
Solution 2: Change Port
Solution 3: Remove Old Containers
Solution 3: Remove Old Containers
Out of Memory
Symptoms:- Container killed unexpectedly
- Error:
OOMKilled - System becomes unresponsive
Solution 1: Increase System Memory
Solution 1: Increase System Memory
Solution 2: Add Memory Limits
Solution 2: Add Memory Limits
Solution 3: Enable Swap
Solution 3: Enable Swap
Solution 4: Optimize Model Loading
Solution 4: Optimize Model Loading
Container Keeps Restarting
Symptoms:- Container status shows
Restarting - Logs show crash loop
Solution 1: Check Exit Code
Solution 1: Check Exit Code
137: Out of memory (OOMKilled)139: Segmentation fault1: General error
Solution 2: Disable Auto-Restart
Solution 2: Disable Auto-Restart
Solution 3: Check Dependencies
Solution 3: Check Dependencies
Up (healthy) or UpSlow Performance
Symptoms:- High latency (>500ms)
- Low throughput
- GPU underutilized
Solution 1: Optimize GPU Usage
Solution 1: Optimize GPU Usage
Solution 2: Increase CPU Allocation
Solution 2: Increase CPU Allocation
Solution 3: Use Host Network
Solution 3: Use Host Network
Solution 4: Optimize Redis
Solution 4: Optimize Redis
Solution 5: Add More Workers
Solution 5: Add More Workers
Performance Optimization
Best Practices
Use Persistent Volumes
Enable GPU Persistence Mode
Optimize Container Resources
Monitor and Tune
Benchmark Your Deployment
Test transcription performance:- Cold start: First request after container start (5-10 seconds)
- Warm requests: Subsequent requests (50-200ms)
- Real-time factor: 0.05-0.15x (60s audio in 3-9 seconds)
Debugging Tools
View All Logs
Follow Specific Service
Last N Lines
Save Logs to File
Execute Commands in Container
Check Container Configuration
Network Debugging
Test connectivity between containers:Health Checks
API Server
{"status": "healthy"}
Lightning ASR
{"status": "ready", "gpu": "NVIDIA A10"}
License Proxy
{"status": "valid"}
Redis
PONG
Log Analysis
Common Log Patterns
- Successful Startup
- License Issues
- GPU Issues
- Network Issues
Getting Help
Before Contacting Support
Collect the following information:System Information
Container Status
Logs
Configuration
- docker-compose.yml
- .env (remove license key)
Contact Support
Email: [email protected] Include:- Description of the issue
- Steps to reproduce
- System information
- Logs and configuration
- License key (via secure channel)

