clintropolis opened a new pull request #8409: add jaxb-runtime to fix exception 
with newer versions of java
URL: https://github.com/apache/incubator-druid/pull/8409
 
 
   Fixes errors of the form:
   
   ```
   2019-08-27T05:05:54,776 ERROR [main] 
com.sun.jersey.server.impl.wadl.WadlApplicationContextImpl - Implementation of 
JAXB-API has not been found on module path or classpath.
   javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found 
on module path or classpath.
   at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:177) 
~[jaxb-api-2.3.1.jar:2.3.0]
   at javax.xml.bind.ContextFinder.find(ContextFinder.java:364)
   
   ...
   Caused by: java.lang.ClassNotFoundException:
   com.sun.xml.internal.bind.v2.ContextFactory
   at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
 ~[?:?]
   at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
 ~[?:?]
   ...
   ```
   
   when running with java 9 and up.
   
   Side note, should I have copied another version of the CDDL license into the 
licenses or re-used one of the many copies already there?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to