Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] [External] : Jenkins failure caused by "javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath"???

Hi Scott,

 

This is due to the junit report generation plugin which got upgraded recently and does not relate to the actual tck runs.. I had filed an issue [1] for this in eclipse infra.

From the bug :  “
plugin .. is not compatible with JDK11 and needs to be adapted.

 

If you can't live without this plugin, I'd recommend to open an issue in it's GitHub issue tracker. Otherwise, do not use it.



As a temporary solution I removed the task from the post-build step. The plugin was quite useful to view the test report, I think we can open an issue in the github issue tracker and wait.

 

Thanks & Regards,
Alwin Joseph

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=570751

 

From: jakartaee-tck-dev <jakartaee-tck-dev-bounces@xxxxxxxxxxx> on behalf of Scott Marlow <smarlow@xxxxxxxxxx>
Reply to: jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>
Date: Saturday, 6 February 2021 at 3:50 AM
To: jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>
Subject: [External] : [jakartaee-tck-dev] Jenkins failure caused by "javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath"???

 

Hi,

Any idea why [1] is failing with "[JUnit test report builder] there was an error generating the reports: javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath"? 

I made a few job changes to update the staging folder to "http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-90x" [2] but am not sure why the failure is occurring.  I saw a similar failure for [3]. 

Any suggestions?

Scott

[1] https://ci.eclipse.org/jakartaee-tck/job/eftl-standalonetck-build-run-900/94/console
[2] https://ci.eclipse.org/jakartaee-tck/job/eftl-standalonetck-build-run-900/jobConfigHistory/showDiffFiles?timestamp1=2021-01-07_11-54-48&timestamp2=2021-02-05_09-45-15
[3] https://ci.eclipse.org/jakartaee-tck/job/eftl-jakartaeetck-certification/31/console


Back to the top