-
-
Notifications
You must be signed in to change notification settings - Fork 4
04 Troubleshooting
David Orel edited this page Dec 30, 2024
·
3 revisions
Troubleshooting Common Issues and Solutions
-
Connection Issues
- FTP/SFTP Connection Failures :
- Check FTP/SFTP server credentials in .env file
- Verify firewall settings
- Ensure correct SERVER_TYPE is set
- FTP/SFTP Connection Failures :
-
Database Connection Issues
- Verify PostgreSQL credentials and connection details
- Check if PostgreSQL service is running
-
File Processing Problems
- Missing CDR Files
- Check 3CX_FILES_INTERVAL setting
- Verify correct file extension (3CX_FILEEXT)
- Ensure proper permissions on FTP/SFTP server
- Missing CDR Files
-
File Archiving/Deletion Issues
- Check 3CX_FILES_ARCHIVE_OR_DELETE setting
- Verify write permissions on archive location
-
Data Discrepancies
- Incorrect Timezone
- Verify TZ setting in .env file
- Ensure system time is synchronized
- Localization Issues
- Check LOCALE_LANGUAGE setting
- Incorrect Timezone
-
Docker-related Issues
- Network Problems
- Verify DOCKER_SUBNET and DOCKER_GATEWAY settings
- Check Docker network configuration
- Network Problems
-
Container Startup Failures
- Review Docker logs
- Ensure all required environment variables are set
-
Grafana Visualization Issues
- Login Problems
- Verify GF_SECURITY_ADMIN_PASSWORD
- Check Grafana container logs
- Missing or Incorrect Data
- Verify database connection in Grafana
- Check query permissions for Grafana database user
- Login Problems
-
Logging and Debugging
- Logs are avaialble trought docker logs
bash docker logs --follow + container name
or in the projectFolder/logs
- Logs are avaialble trought docker logs
-
Access to web pages
- If you can not access to web pages,
- Check if you have a firewall or proxy blocking the access.
- Check if ${WEB_SERVER_NAME} is correctly set in .env file
- Check if ${WEB_SERVER_NAME} can be resolved by your DNS or set up you host file
- If you can not access to web pages,
-
Support Resources
- You can create issues here