[jbosstools-issues] [JBoss JIRA] (JBIDE-24831) Race condition between launching minishift and adding debug listener
Martin Malina (JIRA)
issues at jboss.org
Tue Sep 12 03:49:01 EDT 2017
[ https://issues.jboss.org/browse/JBIDE-24831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Malina closed JBIDE-24831.
---------------------------------
I tried the launch with vmwarefusion which I don't have. And it worked fine for me.
> 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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jbosstools-issues
mailing list