一、错误信息:Illegal access: this web application instance has been stopped already.Could not load .  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.

背景介绍:web项目发布到tomcat服务器后,启动时报错

解决步骤:

1.选中服务器右键stop,然后Add and Remove从服务器中移除项目,最后clean清理服务器

eclipse启动tomcat服务器报错解决

eclipse启动tomcat服务器报错解决

eclipse启动tomcat服务器报错解决

2. 点击导航栏Project按钮,取消自动编译功能,然后clean项目

eclipse启动tomcat服务器报错解决

eclipse启动tomcat服务器报错解决

3.选中项目右键Build Project 手动编译,然后打开自动编译,最后重新发布到服务器

eclipse启动tomcat服务器报错解决

eclipse启动tomcat服务器报错解决

 eclipse启动tomcat服务器报错解决

二、eclipse启动Maven项目报错:严重: Error initializing endpoint
java.net.BindException: Address already in use: JVM_Bind <null>:8080

eclipse启动tomcat服务器报错解决

错误分析:报错提示8080端口已经被使用,其实是上次启动tomcat服务器没有关闭

解决方案:启动windows任务管理器,将进程javaw.exe关掉

eclipse启动tomcat服务器报错解决

相关文章:

  • 2021-05-13
  • 2022-02-15
  • 2021-08-13
  • 2021-09-17
  • 2022-02-08
  • 2021-07-23
  • 2021-07-21
猜你喜欢
  • 2021-08-19
  • 2021-06-12
  • 2021-08-17
  • 2021-07-22
  • 2021-07-05
  • 2021-09-17
相关资源
相似解决方案