在运行配置停止之前未连接Intellij IDEA Tomcat Application Server,原因:无法在localhost上ping服务器:1099

在运行配置停止之前未连接Intellij IDEA Tomcat Application Server,原因:无法在localhost上ping服务器:1099

问题描述:

我正在使用Intellij Ultimate edition 14.0.2

I am using Intellij Ultimate edition 14.0.2

使用Maven作为我的构建工具处理Java项目。

Working on a Java project using Maven as my build tool.

尝试通过Tomcat服务器启动项目时出现此错误。

We are getting this error when attempting to launch my project via Tomcat server.


运行配置停止之前没有连接Application Server,
原因:无法在localhost ping服务器:1099

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

有尝试,mvn clean install,在intellij中重建项目,打开并关闭intellij。

Have attempted, mvn clean install, rebuild the project in intellij, open and shut down intellij.

感谢大家的反馈。我最终编辑了我的主机文件以引用我的计算机名称。我无法重现这个问题。

Thanks for the feedback everyone. I ended up editing my host file to reference my computer name. I have not been able to recreate the issue.

暂时解决。