启动tomcat或clean tomcat报错:Could not publish to the server. null argument:

  1. Could not publish to the server.  
  2. java.lang.NullPointerException  

造成原因:强制杀死eclipse进程导致

解决办法:

  1. 关闭eclipse  
  2. 在自己设置的workspace目录下面,打开目录:.metadata\.plugins\org.eclipse.wst.server.core\  (有可能是隐藏文件夹)
  3. 删除“temp0”文件夹  
  4. 启动eclipse  

相关文章:

  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2021-06-29
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-14
  • 2021-08-17
  • 2021-07-22
相关资源
相似解决方案