Installation and Deployment FAQs
Q1: What are the runtime environment requirements?
⚙️ Mandatory Requirements:
Component Minimum Requirement Recommended Configuration JDK OpenJDK 17 OpenJDK 17 Memory 2GB 8GB+ Disk 10GB SSD 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?
- Access the health check API:
http://serverIP:8901/health
- Check the console logs for the following success message:
log[INFO] Application started successfully
⭐ Troubleshooting Tips:
- Avoid installing multiple JDK versions simultaneously
- 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 optionDISABLE_SSL_VERIFICATION=true
.