]
Rob Stryker commented on JBIDE-21172:
-------------------------------------
fixes this issue. It
doesn't fix the root cause, but it at least catches any exceptions during launch and
ensures server is set to stopped.
CDK server in Starting state and cannot be stopped with wrong path to
vagrant
-----------------------------------------------------------------------------
Key: JBIDE-21172
URL:
https://issues.jboss.org/browse/JBIDE-21172
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta1
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 4.3.1.Beta2, 4.4.0.Alpha1
When I first set up a CDK 2 Beta3 server adapter in Eclipse, it had the launch config set
up with the wrong path to vagrant - /usr/bin/vagrant instead of /usr/local/bin/vagrant
which is the default location on OS X - I didn't notice this and just tried to start
the adapter.
Obviously it failed, but I was left in a state where the server was Starting and I
couldn't stop it unless I restarted the IDE.
I think it should fail more gracefully.