Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Problem with SimRel Validation Builds

Hi,

SimRel validation builds like this are failing:

https://ci-staging.eclipse.org/simrel/job/simrel.runaggregator.VALIDATE.gerrit/1904/console

I think this is the problem:

06:24:12 No JDK named ‘jdk11-latest’ found

Then it uses Java 8:

06:24:24 Java version: 1.8.0_262, vendor: Eclipse OpenJ9, runtime: /opt/java/openjdk/jre

But Java 8 doesn't work:

06:24:40 Caused by: java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=org/eclipse/tycho/extras/eclipserun/EclipseRunMojo, offset=6

How did JDK 11 disappear and how do we get it back?

I opened the following:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=569506

Regards,
Ed



Back to the top