关闭 Spring Source Tool Suite 后无法停止服务器
Posted
技术标签:
【中文标题】关闭 Spring Source Tool Suite 后无法停止服务器【英文标题】:Unable to stop server after closing Spring Source Tool Suite 【发布时间】:2012-07-03 01:23:59 【问题描述】:我在 vmware vfabric tc server developer edition 仍在运行时关闭了 STS,现在我无法从 STS 停止服务器。有什么建议吗?
【问题讨论】:
【参考方案1】:尝试删除并再次添加服务器,这可能会有所帮助。
【讨论】:
【参考方案2】:只需进入服务器安装目录并停止服务器(可能应该是shutdown.sh)..然后尝试从sts工具重新启动它应该可以正常工作..
【讨论】:
【参考方案3】:这个解决方案对我有用:
sudo lsof -i tcp:8080
kill -15 PID
其中 pid 是您使用第一个命令获得的进程的 pid。
https://***.com/a/49542432/3793165
【讨论】:
以上是关于关闭 Spring Source Tool Suite 后无法停止服务器的主要内容,如果未能解决你的问题,请参考以下文章
Recommended the : Open Source Requirements Management Tool (OSRMT)
Spring Tool Suite 和 Groovy/Grails Tool Suite 的区别
Spring Boot系列教程一:Eclipse安装spring-tool-suite插件
[置顶] Spring Boot系列教程一:Eclipse安装spring-tool-suite插件