java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh&#

Posted beppezhang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh&#相关的知识,希望对你有一定的参考价值。

spring的项目中有时候会报错:java.lang.IllegalStateException: BeanFactory not initialized or already closed - call ‘refresh‘ before accessing beans via the ApplicationContext

原因:spring初始化bean对象出错;1)xml的bean的id 有重复;

                                              2)如果是注解配置:可能是注解的名称有重复:

只需要将重复的bean 的id和重复的注解改了就行了;

 

以上是关于java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh&#的主要内容,如果未能解决你的问题,请参考以下文章