mchades commented on issue #4640:
URL: https://github.com/apache/gravitino/issues/4640#issuecomment-2309343035

   It's because the Gravitino server does not start up successfully:
   
   > Exception in thread "main" java.lang.NoSuchMethodError: 'java.util.Map 
javax.ws.rs.core.Application.getProperties()'
   >    at 
org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:311)
   >    at 
org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:297)
   >    at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
   >    at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
   >    at 
org.glassfish.jersey.internal.Errors.processWithException(Errors.java:232)
   >    at 
org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:296)
   >    at 
org.glassfish.jersey.server.ApplicationHandler.<init>(ApplicationHandler.java:261)
   >    at 
org.glassfish.jersey.servlet.WebComponent.<init>(WebComponent.java:311)
   >    at 
org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:154)
   >    at 
org.glassfish.jersey.servlet.ServletContainer.init(ServletContainer.java:339)
   >    at javax.servlet.GenericServlet.init(GenericServlet.java:244)
   >    at 
org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:632)
   >    at 
org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:415)
   >    at 
org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:750)
   >    at 
java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:357)
   >    at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
   
   I think this is due to a dependency conflict introduced by the ranger 
authorization, which should be fixable by #4651 , as in that PR the 
dependencies of ranger will be placed in a separate directory.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to