snazy opened a new issue, #580:
URL: https://github.com/apache/polaris/issues/580

   ### Describe the bug
   
   After adding fixes for #560, #561, #562, there's another new NPE that 
prevents `bootstrap` w/ eclipselink:
   
   ```
   java.lang.NullPointerException: Cannot invoke 
"org.glassfish.hk2.api.ServiceLocator.getService(java.lang.Class, 
java.lang.annotation.Annotation[])" because "this.serviceLocator" is null
           at 
org.apache.polaris.service.dropwizard.config.PolarisApplicationConfig.findService(PolarisApplicationConfig.java:189)
        at 
org.apache.polaris.service.dropwizard.BootstrapRealmsCommand.run(BootstrapRealmsCommand.java:50)
        at 
org.apache.polaris.service.dropwizard.BootstrapRealmsCommand.run(BootstrapRealmsCommand.java:37)
        at 
io.dropwizard.core.cli.ConfiguredCommand.run(ConfiguredCommand.java:98)
        at io.dropwizard.core.cli.Cli.run(Cli.java:78)
        at io.dropwizard.core.Application.run(Application.java:94)
        at 
org.apache.polaris.service.dropwizard.PolarisApplication.main(PolarisApplication.java:154)
   ```
   
   I'm not sure whether it's worth to fix all these issues but instead wait for 
#469.
   
   ### To Reproduce
   
   _No response_
   
   ### Actual Behavior
   
   _No response_
   
   ### Expected Behavior
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### System information
   
   _No response_


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