Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Translate the entire conversation x

ClassNotFoundException for com.zerog.lax.LAX

NT_10644494
12-Amethyst

ClassNotFoundException for com.zerog.lax.LAX

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?

 

 

ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

3 REPLIES 3

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

sharmon
14-Alexandrite
(To:NT_10644494)

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.

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.

Announcements



Top Tags