All Products
Search
Document Center

Enterprise Distributed Application Service:EDAS Agent version number does not appear after installation

Last Updated:Feb 27, 2026

After you install Enterprise Distributed Application Service (EDAS) Agent on an ECS instance, the EDAS Agent version number is not displayed.

Symptom

After EDAS Agent is installed, no prompt appears and the EDAS Agent version number is not displayed.

Cause

This issue occurs when a compatible Java Development Kit (JDK) is not installed or when an unsupported JDK version is in use on the ECS instance. EDAS Agent requires JDK 1.7.

Solution

  1. Check the EDAS Agent log file for errors: If the log contains Java not found or other Java-related exceptions, the JDK is missing or incompatible.

    cat /home/admin/edas-agent/logs/std.log
  2. Verify the installed JDK version:

    java -version
  3. If the output shows JDK 1.5, run the rpm -e command to remove this version, and then reinstall EDAS Agent.