YongGoose commented on PR #7261: URL: https://github.com/apache/incubator-seata/pull/7261#issuecomment-2839217119
The problem currently occurs only with JDK 17, and I'm in the process of analyzing it. ``` Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.catalina.startup.Tomcat Caused by: java.lang.ExceptionInInitializerError ``` The most likely cause at this point appears to be a compatibility issue between `JDK 17` and `Tomcat version 9.0.99`. If this turns out to be the case, we plan to upgrade Tomcat to version `9.1.00`. - https://bz.apache.org/bugzilla/show_bug.cgi?id=69576 -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org