Is it a Java-8 thing? or a higher Java version, I saw similar stuff while attempting to upgrade another project from Java-8 to Java-11, some stuff over here [1] and [2] I don't remember exactly but I think I added jakarta.xml.bind-api & jaxb-runtime as docletArtifact and things worked for me.
btw. which test? -Ayush [1] https://stackoverflow.com/questions/54632086/java-11-implementation-of-jaxb-api-has-not-been-found-on-module-path-or-classpa [2] https://mkyong.com/java/jaxbexception-implementation-of-jaxb-api-has-not-been-found-on-module-path-or-classpath/ On Thu, 29 Jun 2023 at 02:59, Wei-Chiu Chuang <weic...@apache.org> wrote: > > Saw this message in one of the test: > > httpfs_1 | SEVERE: Implementation of JAXB-API has not been found on > module path or classpath. > httpfs_1 | javax.xml.bind.JAXBException: Implementation of JAXB-API has > not been found on module path or classpath. > httpfs_1 | - with linked exception: > httpfs_1 | [java.lang.ClassNotFoundException: > com.sun.xml.internal.bind.v2.ContextFactory] > httpfs_1 | at > javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:177) > httpfs_1 | at javax.xml.bind.ContextFinder.find(ContextFinder.java:364) > httpfs_1 | at > javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:508) > httpfs_1 | at > javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:465) > httpfs_1 | at > javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:366) > httpfs_1 | at > com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl.<init>(WadlApplicationContextImpl.java:107) > httpfs_1 | at > com.sun.jersey.server.impl.wadl.WadlFactory.init(WadlFactory.java:100) > httpfs_1 | at > com.sun.jersey.server.impl.application.RootResourceUriRules.initWadl(RootResourceUriRules.java:169) > httpfs_1 | at > com.sun.jersey.server.impl.application.RootResourceUriRules.<init>(RootResourceUriRules.java:106) > httpfs_1 | at > com.sun.jersey.server.impl.application.WebApplicationImpl._initiate(WebApplicationImpl.java:1359) > > Any ideas what this is about? It doesn't fail the tests though. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ozone.apache.org For additional commands, e-mail: dev-h...@ozone.apache.org