简体   繁体   中英

Unable to stop server after closing Spring Source Tool Suite

I closed STS while vmware vfabric tc server developer edition was still running and now I am unable to stop the server from STS. Any advice?

Try to delete and add the server again, it might help.

Just go to server installation directory and stop the server (probably it should be shutdown.sh).. then try to restart from sts tool it should work fine..

This solution worked for me:

sudo lsof -i tcp:8080
kill -15 PID

where pid is the pid of the process you've got with the first command.

https://stackoverflow.com/a/49542432/3793165

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM