Spring Boot 4.0.1/Hibernate 7.2.0.Final/Jackson 3 application fails to start with NoClassDefFoundError: org/hibernate/engine/spi/Mapping in formContentFilter bean creation #345
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Environment:
Spring Boot: 4.0.1
Java Version: Likely Java 17 or newer (based on stack trace)
Build: JAR packaging with Spring Boot loader
Context: Application starts but fails during embedded Tomcat initialization
Error Summary:
When starting the Spring Boot application on stand(local starting is ok), it fails with ApplicationContextException: Unable to start web server. The root cause is a NoClassDefFoundError for org/hibernate/engine/spi/Mapping during the creation of the formContentFilter bean.
Full Stack Trace:
Beta Was this translation helpful? Give feedback.
All reactions