]
Rob Stryker resolved JBIDE-17473.
---------------------------------
Assignee: Rob Stryker
Fix Version/s: 4.2.0.Beta2
Resolution: Done
One line fix to clear the force flag.
After forcestop, management shutdown does not clear forcestop flag
------------------------------------------------------------------
Key: JBIDE-17473
URL:
https://issues.jboss.org/browse/JBIDE-17473
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta2
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.2.0.Beta2
After a failed stop attempt, a flag is set on the server that the next stop attempt
should be a force / kill of the process.
The second stop attempt is a force kill.
If you then start the server, and try to shut it down, it is force-killed immediately.
This should not happen. It should try a normal stop first.
Solution is to clear the force flag after a force stop.