java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: org.springframework.context.annotation.AnnotationConfigApplicationContext@505b5629: startup date [Fri Feb 06 15:50:18 EST 2015]; root of context hierarchy
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Execute mvn dependency:tree from your project's root directory.
Thrown to indicate that a method has been invoked at an illegal or inappropriate or wrong time. Use Spring boot starters.
Solutions on the web
via GitHub by scarton
, 1 year agovia Stack Overflow by Unknown author, 2 years ago
via csdn.net by Unknown author, 1 year ago
via Stack Overflow by Haozhe Xie
, 1 year agovia servicemix-users by colin.chi, 9 months ago
via servicemix-users by colin.chi, 9 months ago
java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: org.springframework.context.annotation.AnnotationConfigApplicationContext@505b5629: startup date [Fri Feb 06 15:50:18 EST 2015]; root of context hierarchy
at org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:344)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:331)
at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:869)
at org.springframework.context.support.AbstractApplicationContext$1.run(AbstractApplicationContext.java:804)