java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:170)
at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:921)
at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:895)
at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:841)
at org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:579)
at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:115)
at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4858)
The poster’s project didn’t start successfully at all. There should be other error messages. Take a closer look at the stack above listenerStop -> closeWebApplicationContext This error occurs when stopping Tomcat.
In fact, you don’t need to use this tool class, just use it when you need it
getBean
的类注入一个ApplicationContext
.The poster’s project didn’t start successfully at all. There should be other error messages. Take a closer look at the stack above
listenerStop
->closeWebApplicationContext
This error occurs when stopping Tomcat.Just complete the xsi in datasource.xml.