Thread: Minion on Linux
View Single Post
09/09/19, 03:17 PM   #7
FIGBird
Join Date: Sep 2019
Posts: 2
The issue I run into with the JAR version is as follows:

java.lang.NoClassDefFoundError: it/sauronsoftware/junique/AlreadyLockedException


I have attempted a few different java versions. I am not entirely sure where the error is, but that looks like a unit testing framework which suggests it is an issue with the JAR file itself. I can post the whole stack if needed.

For reference here is the output from java -version after the bash scripts were used on the originally suggested oracle file.

java version "1.8.0_221"
Java(TM) SE Runtime Environment (build 1.8.0_221-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.221-b11, mixed mode)
  Reply With Quote