ClassNotFoundException for com.zerog.lax.LAX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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?
Solved! Go to Solution.
- Labels:
-
Installation
- Tags:
- installation
- psi
- setup
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
