New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.io.FileNotFoundException: JAR entry !/META-INF/services/org.hibernate.boot.registry.selector.StrategyRegistrationProvider not found in /tmp/jar_cache491556501877076900.tmp #845
Comments
Could you provide an example with steps to reproduce? |
I have created new Grails app (based on 3.2.4 version). Then change GORM to 6.0.5. After that:
And the result is:
Btw, there is a sample app to reproduce this problem: |
Same problem. |
Duplicates grails/grails-core#10377 Problem is the Tomcat version... see that issue for a workaround. We are waiting for Spring Boot 1.4.4 to resolve it fully. |
After upgrade to GORM 6.0.5, I getting error:
The text was updated successfully, but these errors were encountered: