]
Alexey Kazakov commented on JBIDE-23046:
----------------------------------------
+1!
What is the default timeout btw?
If call to vagrant service-manager times out, openshift / docker
connect should still try to be created
-------------------------------------------------------------------------------------------------------
Key: JBIDE-23046
URL:
https://issues.jboss.org/browse/JBIDE-23046
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk, server
Affects Versions: 4.4.1.AM3
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.4.1.Final
In Windows, I was experiencing an error where the call to vagrant service-manager was not
completing. This wasn't due to the output being unavailable, but rather the process
not terminating. The current code throws a TimeoutException, but makes no attempt to
check if the output is enough to still create the docker / openshift connections.
The code should attempt to survive the error and continue along.