I also encountered this issue. In my previous project, I used Oracle's OpenJDK 17. However, due to business requirements, I changed the JDK version to Eclipse Adoptium Temurin 17. Features that worked normally on OpenJDK 17 stopped working on Eclipse Adoptium Temurin 17, with the following error:
Caused by: com.wcompass.edgs.exception.SystemException: Cannot run program "nmap": error=0, Failed to exec spawn helper: pid: 28398, exit value: 127
I am certain that the tool nmap exists on Linux machines. I would appreciate it if you could inform me why this issue is occurring. Thank you