I'm trying to deploy a spring application in cloudfoundry sap But when I pushed that app I'm getting some issue.Looking forward your response guys... #14673
Unanswered
Sonalika-Nayak
asked this question in
Q&A
Replies: 1 comment
-
Grails 6 & earlier only support the older javax.* packages. Grails 7 is intended to be compatible with the javax -> jakarta conversion. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying to deploy a spring application in cloudfoundry sap But when I pushed that app I'm getting some issue.
Caused by: java.lang.ClassNotFoundException: jakarta.persistence.SchemaValidationException
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]: Factory method 'entityManagerFactory' threw exception with message: jakarta/persistence/SchemaValidationException
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [com/zieta/btpapp/Configurations/DBconfig.class]: Failed to instantiate [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]: Factory method 'entityManagerFactory' threw exception with message: jakarta/persistence/SchemaValidationException
2025-04-25T11:19:08.297Z WARN 7 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [com/zieta/btpapp/Configurations/DBconfig.class]: Failed to instantiate [org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean]: Factory method 'entityManagerFactory' threw exception with message: jakarta/persistence/SchemaValidationException
btpapp-2025-04-25 11_41_47.830+0000.txt
Beta Was this translation helpful? Give feedback.
All reactions