Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] Erroneous JDK used on master Jenkins

Hi,

When building on Jenkins master, we always see the following message from inside Maven:
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.1.0-SNAPSHOT:compile (default-compile) on project org.eclipse.core.filesystem: Fatal error compiling
[DEBUG] Closing connection to remote
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.1.0-SNAPSHOT:compile (default-compile) on project org.eclipse.core.filesystem: Fatal error compiling: java.lang.reflect.InvocationTargetException: invalid location for system libraries: /opt/public/common/jdk1.8.0_x64-latest/jre -> [Help 1]
Maven manages to start well, so it seems like the default JDK for the job is fine, but later, the one used by Tycho seems non-existent.
Is this something that we can/should fix from the job configuration?
--
Mickael Istria
Eclipse IDE developer, at Red Hat Developers community
Elected Committer Representative at the Eclipse Foundation board of directors

Back to the top