[jbosstools-issues] [JBoss JIRA] (JBIDE-16104) SSH keys wizard: Unreachable host error: error gets hidden by wizard, wizard wont tell you about error

Andre Dietisheim (JIRA) issues at jboss.org
Tue May 27 07:54:01 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-16104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970769#comment-12970769 ] 

Andre Dietisheim commented on JBIDE-16104:
------------------------------------------

I found the problem: loading the keys is done via a backgroundjob which is then followed by a ui-job that refreshes the viewer to show the keys that were loaded. Once the error dialog shows up the refreshing job once more tries to get the keys and also timeouts, blocking the UI thread making it impossible for the user to click either button. The fix is simple: only run the ui-job if the keys-loading job was successfull: https://github.com/jbosstools/jbosstools-openshift/pull/413

> SSH keys wizard: Unreachable host error: error gets hidden by wizard, wizard wont tell you about error
> ------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-16104
>                 URL: https://issues.jboss.org/browse/JBIDE-16104
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.1.1.CR1
>            Reporter: Andre Dietisheim
>            Assignee: Daniel Azarov
>              Labels: sshkeys_wizard
>             Fix For: 4.2.0.Beta2
>
>         Attachments: error-loading-keys.png, ManageSSHKeysError.png, no-error-in-keys-wizard.png, out1.ogv
>
>




--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jbosstools-issues mailing list