larssk opened a new issue, #35: URL: https://github.com/apache/paimon-python/issues/35
Building from eclipse-temurin:8-jdk I run into NoClassDefFoundError for log4j. ` File "/venv/lib/python3.12/site-packages/py4j/protocol.py", line 326, in get_return_value raise Py4JJavaError( py4j.protocol.Py4JJavaError: An error occurred while calling z:org.apache.paimon.catalog.CatalogContext.create. : java.lang.NoClassDefFoundError: org/apache/logging/log4j/LogManager ` Adding log4j jar manually helps, but gives `: java.lang.StackOverflowError at org.apache.logging.slf4j.Log4jLoggerFactory.getContext(Log4jLoggerFactory.java:42) at org.apache.logging.log4j.spi.AbstractLoggerAdapter.getLogger(AbstractLoggerAdapter.java:42) at org.apache.logging.slf4j.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:29) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:363) ` Any tips? -- 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: issues-unsubscr...@paimon.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org