如题,在服务器部署应用之后我进行了系统检查-快速修复,提示重启后生效。于是我在服务器上执行了./shutdown.sh脚本(应该是我的操作有误,不应该这么停止的),随后执行了./startup.sh脚本,发现无法启动服务了。我kill掉所有tomcat进程之后仍然无法启动。请问各位老师这种情况怎么处理呢?谢谢!下图是catlina的信息,谢谢!报错2: The web application appears to have started a thread named but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:报错3:INFO org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load . The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access. java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load . The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.