Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 vmware vfabric tc server developer edition 仍在运行时关闭了 STS,现在我无法从 STS 停止服务器。有什么建议吗?
只需转到服务器安装目录并停止服务器(可能应该是shutdown.sh)..然后尝试从sts工具重新启动它应该可以正常工作..
尝试删除并再次添加服务器,它可能会有所帮助。
这个解决方案对我有用:
sudo lsof -i tcp:8080 kill -15 PID
其中 pid 是您使用第一个命令获得的进程的 pid。
https://stackoverflow.com/a/49542432/3793165