Skip to main content

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

Hi,

I don't think we can make this change now before year end vacation. Can you please revert the change and push it again in the first week of Jan?

This is causing build failures for platform project

Thanks and Regards,
Sravan

Sravan Kumar Lakkimsetti
IBM India Pvt Ltd,
Embassy Golf Links Business Park, D Block,
Off Indiranagar-Kormangla Inner Ring Road,
Bangalore - 560071, India
Phone: 91-80-41776858

-----Original Message-----
From: Sievers, Jan [mailto:jan.sievers@xxxxxxx]
Sent: Tuesday, December 19, 2017 1:55 PM
To: Eclipse platform release engineering list. <platform-releng-dev@xxxxxxxxxxx>
Subject: Re: [platform-releng-dev] Erroneous JDK used on master Jenkins

this may be related to the changes done for https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.eclipse.org_bugs_show-5Fbug.cgi-3Fid-3D514471&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=BbJ1i82pNJnkXoEbqK7sZDkJsrJ7wkY_no7y0H4rMzE&m=4GLCJmFw3pNHMM-OYSIxe9AsowngnClwE8SEvlEZZo0&s=QsYywf1IHXJ5PHEHuS4g2NSi87x9rCEbpdxxQCUrHIk&e=


we now let JDT find the bootclasspath based on JDK home (before we were scanning for jars in Tycho code)

In case you are using useJDK=BREE, did you try removing the /jre at the end of the JDK location(s) in toolchains.xml ?

Looks like this is an incompatible change, but I think it's still for the better as it's now consistent with what JDT and other maven plugins using toolchains expect to be the JDK home path.

Regards,
Jan



On 19.12.17, 09:13, "platform-releng-dev-bounces@xxxxxxxxxxx on behalf of Mickael Istria" <platform-releng-dev-bounces@xxxxxxxxxxx on behalf of mistria@xxxxxxxxxx> wrote:

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 <https://urldefense.proofpoint.com/v2/url?u=https-3A__www.eclipse.org_downloads_eclipse-2Dpackages_&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=BbJ1i82pNJnkXoEbqK7sZDkJsrJ7wkY_no7y0H4rMzE&m=4GLCJmFw3pNHMM-OYSIxe9AsowngnClwE8SEvlEZZo0&s=joWVSwWP0k6_M4ly6f39V0Vu8F_Lc5kNjlHOnkKpRLg&e=> developer, at
Red Hat Developers <https://urldefense.proofpoint.com/v2/url?u=https-3A__developers.redhat.com_&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=BbJ1i82pNJnkXoEbqK7sZDkJsrJ7wkY_no7y0H4rMzE&m=4GLCJmFw3pNHMM-OYSIxe9AsowngnClwE8SEvlEZZo0&s=5CNpjgrpQhMPVTr6hW-kicRt4Nkm-N-_KkaG6vQmvvw&e=> community
Elected Committer Representative at the
Eclipse Foundation <https://urldefense.proofpoint.com/v2/url?u=https-3A__www.eclipse.org_org_&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=BbJ1i82pNJnkXoEbqK7sZDkJsrJ7wkY_no7y0H4rMzE&m=4GLCJmFw3pNHMM-OYSIxe9AsowngnClwE8SEvlEZZo0&s=MVbt-tEcbtJXRsvCgQ4cq0GlviGfpaZAh0zXyo9oqqA&e=> board of directors










_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://urldefense.proofpoint.com/v2/url?u=https-3A__dev.eclipse.org_mailman_listinfo_platform-2Dreleng-2Ddev&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=BbJ1i82pNJnkXoEbqK7sZDkJsrJ7wkY_no7y0H4rMzE&m=4GLCJmFw3pNHMM-OYSIxe9AsowngnClwE8SEvlEZZo0&s=5P4RDtZdrqqRciQnNHGeZmFI81pD1nSIB9ArX1JX17o&e=



Back to the top