BeanFactory not initialized or already closed - call 'refresh' before

后端 未结 10 1573
無奈伤痛
無奈伤痛 2020-12-10 01:23

here is my error:

I am getting this error , can any one help me on this.

> SEVERE: Exception sending context initialized event to listener
> i         


        
10条回答
  •  不思量自难忘°
    2020-12-10 01:47

    In my case, the error "BeanFactory not initialized or already closed - call 'refresh' before" was a consequence of a previous error that I didn't noticed in the server startup. I think that it is not always the real cause of the problem.

提交回复
热议问题