首页 > 移动平台 > 详细

java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext

时间:2016-08-31 11:47:12      阅读:261      评论:0      收藏:0      [点我收藏+]

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' before accessing beans via the ApplicationContext

原文:http://www.cnblogs.com/beppezhang/p/5825075.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!