# Troubleshooting ## Common Issues 1. Java Not Installed: Ensure Java is installed and accessible in your environment. Verify by running: ```bash $ java --version ``` 2. Missing PHP Extensions: Install required PHP extensions: ```bash $ apt-get install -y php-xml php-mbstring ```