]
Rob Stryker resolved JBIDE-24831.
---------------------------------
Resolution: Done
pushed to master
Race condition between launching minishift and adding debug listener
--------------------------------------------------------------------
Key: JBIDE-24831
URL:
https://issues.jboss.org/browse/JBIDE-24831
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk
Affects Versions: 4.5.0.Final
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.5.1.AM1
The current code does the following:
1) Launch the process
2) Then add the debugListener to o.e.debug
This is problematic. If the process ends very quickly,. our listener will never get
alerted that the process terminated, and so the server will be stuck at
'starting'.
Solution is to add the debugListener BEFORE launching the process.