Skip to main content
12-Amethyst
July 25, 2023
Solved

ClassNotFoundException for com.zerog.lax.LAX

  • July 25, 2023
  • 2 replies
  • 10475 views

Hello, I downloaded the PSI and tried to run the setup on a fresh VM. First I encountered an error for missing JDK, I downloaded the version 17 but after when I try to run the setup I got:

Error: could not find or load main class com.zerog.lax.LAX

Caused by: java.lang.ClassNotFoundException com.zerog.lax.LAX

Any idea is there something I have to change in the setup properties or where this error is possible to come from?

 

 

Best answer by NT_10644494

If someone is comming here, I found the solution. I have downloaded the oracle jdk then I tried with the openjdk one. With the openjdk it worked, for somewhat reason with the oracle one didn't work to start the PSI

2 replies

NT_1064449412-AmethystAuthorAnswer
12-Amethyst
July 25, 2023

If someone is comming here, I found the solution. I have downloaded the oracle jdk then I tried with the openjdk one. With the openjdk it worked, for somewhat reason with the oracle one didn't work to start the PSI

14-Alexandrite
February 28, 2025

Here's another thing you can try. I'm running Amazon Corretto 17.0.14.7.1 on my Ubuntu 22.04 LTS vm. The article Axeda Deployment Utility 6.9.3 MSI installer fails with no errors has some options.

I added a new environment variable as suggested in the article, and my installation completed successfully.

export JAVA_TOOL_OPTIONS='-Djdk.util.zip.disableZip64ExtraFieldValidation=true'

 

This made my  java.lang.ClassNotFoundException com.zerog.lax.LAX exception go away and allowed the installation to run.

4-Participant
August 8, 2023

Hello,

If the java version in used is corretto 17.0.8.7.1. The solution was to downgrade it to corretto 17.0.7.7.1.