]
Rob Stryker resolved JBIDE-17473.
---------------------------------
Resolution: Done
I'm marking this as done for b3. I'm not able to replicate it using recent master.
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.Beta3
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.