Skip to content

Installation and Deployment FAQs

Q1: What are the runtime environment requirements?

⚙️ Mandatory Requirements:

ComponentMinimum RequirementRecommended Configuration
JDKOpenJDK 17OpenJDK 17
Memory2GB8GB+
Disk10GBSSD 50GB+

Q2: How to resolve environment conflicts?

Check the conflict report (focus on the following):

  • JDK version incompatibility
  • Port conflicts (80/443)
  • Insufficient permissions (/opt/AngusXX directory)

Q3: How to verify a successful installation?

  1. Access the health check API:
    http://serverIP:8901/health
  2. Check the console logs for the following success message:
    log
    [INFO] Application started successfully

Troubleshooting Tips:

  1. Avoid installing multiple JDK versions simultaneously
  2. Disable the Swap partition on Linux systems

📚 Full documentation: Deployment Guide

Q4: What are the pricing models for different versions?

🆓 Free Policy:

💡 Selection Advice:
Testing/Small Teams → Community Edition
Medium/Large Enterprises → Cloud Service Edition or Enterprise/Data Center Edition

Q5: Self-signed certificate trust issues

Error Log:
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Solution:
Modify the .priv.env file by adding or updating the option DISABLE_SSL_VERIFICATION=true.

Released under the GPL-3.0 License.