Skip to content
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

Error updating to Grails 6 #434

Open
puneetbehl opened this issue Mar 20, 2023 · 0 comments
Open

Error updating to Grails 6 #434

puneetbehl opened this issue Mar 20, 2023 · 0 comments
Assignees

Comments

@puneetbehl
Copy link
Contributor

 io.micronaut.context.exceptions.NoSuchBeanException: No bean of type [org.springframework.context.ConfigurableApplicationContext] exists. Make sure the bean is not disabled by bean requirements (enable trace logging for 'io.micronaut.context.condition' to check) and if the bean is enabled then ensure the class is declared a bean and annotation processing is enabled (for Java and Kotlin the 'micronaut-inject-java' dependency should be configured as an annotation processor).
        at io.micronaut.context.DefaultBeanContext.getBeanInternal(DefaultBeanContext.java:2795)
        at io.micronaut.context.DefaultBeanContext.getBean(DefaultBeanContext.java:888)
        at org.grails.testing.GrailsApplicationBuilder.createMainContext(GrailsApplicationBuilder.groovy:146)
        at org.grails.testing.GrailsApplicationBuilder.build(GrailsApplicationBuilder.groovy:61)
        at org.grails.testing.GrailsUnitTest$Trait$Helper.getGrailsApplication(GrailsUnitTest.groovy:73)
        at grails.views.json.test.spock.JsonViewSetupSpecInterceptor.setup(JsonViewSetupSpecInterceptor.groovy:28)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants