Troubleshooting¶

Common Issues¶

  1. Java Not Installed: Ensure Java is installed and accessible in your environment. Verify by running:

$ java --version
  1. Missing PHP Extensions: Install required PHP extensions:

$ apt-get install -y php-xml php-mbstring