之前一直使用eclipse工具来开发,后来尝试用IDEA工具开发,导入项目后配置对应的maven,jdk等等后,启动项目报错:Application Server was not connected before run configuration stop, reason: Unable to ping server at localhost:1099

 

解决方案:

先cmd命令 java -version  check下自己系统环境的jdk版本是多少,我的是1.8.

Application Server was not connected before run configuration stop, reason: Unable to ping server at

 

点击tomcat configurations,看到自己配置的tomcat server,check配置的JRE运行环境版本是多少,与系统环境的JDK版本一直,然后再重新启动项目,即可启动成功。

Application Server was not connected before run configuration stop, reason: Unable to ping server at

相关文章:

  • 2021-07-25
  • 2021-11-28
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2021-08-25
  • 2022-12-23
  • 2021-03-27
猜你喜欢
  • 2021-05-29
  • 2022-12-23
  • 2021-05-02
相关资源
相似解决方案