FANNG1 opened a new issue, #6307: URL: https://github.com/apache/gravitino/issues/6307
### Version main branch ### Describe what's wrong Graviitno Flink connector start failed ### Error message and/or stacktrace ``` Exception in thread "main" java.lang.NoSuchMethodError: org.apache.logging.slf4j.Log4jLoggerFactory: method <init>()V not found at org.slf4j.impl.StaticLoggerBinder.<init>(StaticLoggerBinder.java:53) at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:41) at org.slf4j.LoggerFactory.bind(LoggerFactory.java:140) at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:119) at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:328) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:280) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:301) at org.apache.flink.table.client.SqlClient.<clinit>(SqlClient.java:69) ``` ### How to reproduce Use Gravitino flink connector from 0.8.0-rc2 ### Additional context _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: commits-unsubscr...@gravitino.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org