maximm1312 opened a new issue, #14783:
URL: https://github.com/apache/grails-core/issues/14783

   ### Expected Behavior
   
   Not able to start application when migrating to grails-6.2.3 from 
grails-5.2.4.
   
   The error message:
   
   ERROR --- [ main] o.s.boot.SpringApplication : Application run failed
   
   org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'grailsApplicationPostProcessor' defined in anothertest.Application: 
Bean instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[grails.boot.config.GrailsApplicationPostProcessor]: Factory method 
'grailsApplicationPostProcessor' threw exception; nested exception is 
grails.plugins.exceptions.PluginException: Failed to initialize class 
[org.grails.plugins.google.visualization.ExamplesController] from plugin 
[googleVisualization] : grails/artefact/AsyncController
   at 
org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:646)
   at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:477)
   at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
   at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
   at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
   at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
   at 
org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336)
   at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
   at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334)
   at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:214)
   at 
org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:135)
   at 
org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:756)
   at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:573)
   at 
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147)
   at 
org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732)
   at 
org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409)
   at org.springframework.boot.SpringApplication.run(SpringApplication.java:308)
   at grails.boot.GrailsApp.run(GrailsApp.groovy:99)
   at grails.boot.GrailsApp.run(GrailsApp.groovy:458)
   at grails.boot.GrailsApp.run(GrailsApp.groovy:445)
   at anothertest.Application.main(Application.groovy:11)
   
   System:
   
   Java: jre-17-openjdk-17.0.15.0.6-2.el8.x86_64
   grails: grails-6.2.3
   OS: RH 8
   
   Thanks in advance
   
   ### Actual Behaviour
   
   _No response_
   
   ### Steps To Reproduce
   
   _No response_
   
   ### Environment Information
   
   _No response_
   
   ### Example Application
   
   _No response_
   
   ### Version
   
   6.2.3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to