使用name创建bean并且不允许创建Singleton bean时出错

前端之家收集整理的这篇文章主要介绍了使用name创建bean并且不允许创建Singleton bean时出错前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我通过JUnit Test Case执行代码时,我收到以下异常

org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name ‘somarFactory’: Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a beanfactory in a destroy method implementation!)

有人可以建议可能出现的问题吗?

谢谢,
本Kathir

解决方法

Go to this thread

我假设你周围也有同样的问题..
它通过设置JAVA_HOME路径得到解决
并将JDK更新到版本7并尝试重新启动服务器..(solution)

我认为这可以解决你的问题..

原文链接:https://www.f2er.com/java/120484.html

猜你在找的Java相关文章