]
Jan Richter closed JBIDE-26285.
-------------------------------
Verified, closing.
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
Fix For: 4.9.0.AM1
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.