eric-maynard opened a new pull request, #2123:
URL: https://github.com/apache/polaris/pull/2123

   Reverts apache/polaris#1938
   
   After pulling in this change, I see errors when trying to create a catalog 
on main:
   
   ```
   LD4RTJ0HY9:polaris emaynard$ ./polaris \
   >     catalogs \
   >     create quickstart_catalog \
   >     --storage-type file \
   >     --default-base-location 'file:///tmp/quickstart'
   Exception when communicating with the Polaris server. (500)
   Reason: Internal Server Error
   HTTP response headers: HTTPHeaderDict({'content-type': 'application/json; 
charset=utf-8', 'content-length': '72'})
   HTTP response body: {"details":"Error id 
afec5ba7-078c-4917-8d4d-2feaf219fe13-1","stack":""}
   ```
   
   The server logs point to changes from this PR:
   ```
   2025-07-16 10:01:26,449 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] 
[,POLARIS] [,,,] (executor-thread-1) HTTP Request to 
/api/management/v1/catalogs failed, error id: 
afec5ba7-078c-4917-8d4d-2feaf219fe13-1: java.util.ServiceConfigurationError: 
com.fasterxml.jackson.databind.Module: Provider 
com.fasterxml.jackson.module.scala.DefaultScalaModule could not be instantiated
        at java.base/java.util.ServiceLoader.fail(ServiceLoader.java:586)
        at 
java.base/java.util.ServiceLoader$ProviderImpl.newInstance(ServiceLoader.java:813)
        at 
java.base/java.util.ServiceLoader$ProviderImpl.get(ServiceLoader.java:729)
        at java.base/java.util.ServiceLoader$3.next(ServiceLoader.java:1403)
        at 
com.fasterxml.jackson.databind.ObjectMapper.findModules(ObjectMapper.java:1161)
        at 
com.fasterxml.jackson.databind.ObjectMapper.findModules(ObjectMapper.java:1145)
        at 
com.fasterxml.jackson.databind.ObjectMapper.findAndRegisterModules(ObjectMapper.java:1195)
        at 
org.apache.polaris.core.persistence.pagination.PageTokenUtil.<clinit>(PageTokenUtil.java:46)
        at 
org.apache.polaris.core.persistence.pagination.PageToken.readEverything(PageToken.java:70)
        at 
org.apache.polaris.service.admin.PolarisAdminService.listCatalogsUnsafe(PolarisAdminService.java:964)
   ```


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