]
Martin Malina commented on JBIDE-22113:
---------------------------------------
I'm sorry, but it disappeared :( Yesterday I could see the force shutdown on windows
in jbds several times. So I tried "vagrant halt" from command line and it was a
graceful shutdown. Then I went home. I woke the windows laptop up from sleep and tried
again - this time there is no forceful shutdown in jbds :(
CDK shutdown always goes to Forcing shutdown of VM on Windows
-------------------------------------------------------------
Key: JBIDE-22113
URL:
https://issues.jboss.org/browse/JBIDE-22113
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: cdk
Affects Versions: 4.3.1.CR1
Reporter: Martin Malina
Assignee: Rob Stryker
On OS X, when I stop CDK in JBDS, I get this in the console:
==> default: Unregistering box with vagrant-registration...
==> default: Attempting graceful shutdown of VM...
And a few seconds later, the server adapter shows "Stopped".
Today while testing on Windows I noticed that it behaves differently.
It first displays these two lines, but it keeps "Stopping". And eventually
there is another line in the console which says:
==> default: Forcing shutdown of VM...
After this, the server adapter shows "Stopped".
So for some unknown reason, on Windows the graceful shutdown fails to work.
This is JBDS+CDK installed from the latest windows installer (built April 4th).
It would be good to see if others see this on Windows as well or not.
Interestingly, when I just tried "vagrant halt" from cygwin instead of in JBDS,
it stops normally - graceful shutdown.