Common Issues
GPU Not Accessible
Symptoms:- Error:
could not select device driver "nvidia" - Error:
no NVIDIA GPU devices found - Lightning TTS 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 Loading Failed
Symptoms:- Lightning TTS stuck at startup
- Error:
Failed to load model - Container keeps restarting
Solution 1: Check GPU Memory
Solution 1: Check GPU Memory
Solution 2: Check Disk Space
Solution 2: Check Disk Space
Solution 3: Increase Startup Time
Solution 3: Increase Startup Time
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
Slow 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: Optimize Redis
Solution 3: Optimize Redis
Performance Optimization
Best Practices
Enable GPU Persistence Mode
Optimize Container Resources
Monitor and Tune
Benchmark Your Deployment
Test TTS performance:- Cold start: First request after container start (5-10 seconds)
- Warm requests: Subsequent requests (100-300ms)
- Real-time factor: 0.1-0.3x
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 TTS
{"status": "ready", "gpu": "NVIDIA A10"}
License Proxy
{"status": "valid"}
Redis
PONG
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)

