Trying to Install a version 11 gateway on a new server. After installing java, mySQL 8 and ssg.security,
When I ran the setup.sh to configure the gateway, I get the following error.
Error: Could not find or load main class com.l7tech.util.ApplicationLauncher
Caused by: java.lang.ClassNotFoundException: com.l7tech.util.ApplicationLauncher
java -version
openjdk version "11.0.18" 2023-01-17
OpenJDK Runtime Environment Temurin-11.0.18+10 (build 11.0.18+10)
OpenJDK 64-Bit Server VM Temurin-11.0.18+10 (build 11.0.18+10, mixed mode)
Release : 11.0, software gateway
Improper permissions were seen on the following directory: /opt/SecureSpan/Gateway/runtime/lib. Granted the read and execution permission for the group layer 7.
The proper permission should look like
drwxr-xr-x 4 layer7 layer7 16384 Jan 19 2023 lib
After setting up the permissions appropriately, the setup can load the class and runs fine.