Replies: 1 comment 4 replies
-
Is Tomcat 10 supported with Grails 5? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Description
I am currently working with the following setup:
Operating System: RHEL 8
Java Version: JDK 17.0.12
Grails Version: 5.2.2
Spring Framework Version: 6.1.12
Spring Boot Version: 3.3.3
Groovy Version: 3.x
Tomcat Version: 10.1.28 (64-bit tar.gz)
IDE: IntelliJ 2021.1.7
Gradle Version: 7.5
I am creating a WAR package for my application and deploying it to the webapps folder on Tomcat 10.1.28. However, I encountered an issue during deployment. Specifically, I am receiving the following error message:
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [grails.boot.config.GrailsApplicationPostProcessor]: Factory method 'grailsApplicationPostProcessor' threw exception with message: org/springframework/core/NestedIOException
Could you please advise if this issue might be related to a version mismatch between the libraries or frameworks I am using?
Additionally, do you have any information on the expected release date for Grails 7.x?
Thank you for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions