Gateway v11.0 Install Fails
search cancel

Gateway v11.0 Install Fails

book

Article ID: 272873

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

Trying to Install a version 11.0 gateway on a new server. All of the required components such as java and mysql have been installed.

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)

 

Environment

CA API Gateway 11.0 - Software gateway install

Resolution

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 appropriate permissions, the setup script executes successfully.