]
Rob Stryker commented on JBIDE-26285:
-------------------------------------
I'll make a patch to return an error if the server is marked as stopped and the force
flag is not used.
stopServerAsync returns ok when stopping a stopped server
---------------------------------------------------------
Key: JBIDE-26285
URL:
https://issues.jboss.org/browse/JBIDE-26285
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: runtime-server-protocol
Reporter: Jan Richter
Assignee: Rob Stryker
Calling server/stopServerAsync on a server that is already stopped returns:
{noformat}{ severity: 0, pluginId: 'unknown', code: 0, message: 'ok'
}{noformat}
There is no indication that the server wasn't actually stopped as a result of the
request.