Closed ejblom closed 6 months ago
Works fine with OpenJDK 17:
$ java -version
openjdk version "17.0.6" 2023-01-17
OpenJDK Runtime Environment Temurin-17.0.6+10 (build 17.0.6+10)
OpenJDK 64-Bit Server VM Temurin-17.0.6+10 (build 17.0.6+10, mixed mode, sharing)
I don't think this error comes from the version of Java. Do you run all your jobs on the same host?
Hi
I am trying to run InterProscan in a Docker container. I tried with the latest openjdk-11 image, which is the minimum Java requirement. I was getting these errors:
so I decided to go with an ubuntu 20.04 base image and install openjdk 17 (the latest LTS version). However for 100 analyses, around 30-40 get this error. Is there a specific Java JDK used? Or perhaps some other suggestions?