Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-13521

SSH Key Management timeout

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Critical
    • 4.1.0.Alpha2
    • 4.0.0.Final, 4.1.0.Alpha1
    • openshift
    • None

    Description

      I was able to create connection to openshift.redhat.com with one of my account (username 'sbunciak' - RHN account, so username without the email ending '@redhat.com')

      When trying to remove key i get:
      An internal error occurred during: "Removing SSH key id1111...".

      com.openshift.client.OpenShiftTimeoutException: Could not request url https://openshift.redhat.com/broker/rest/user/keys/id1111, connection timed out
      	at com.openshift.internal.client.RestService.request(RestService.java:111)
      	at com.openshift.internal.client.RestService.request(RestService.java:91)
      	at com.openshift.internal.client.RestService.request(RestService.java:76)
      	at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:137)
      	at com.openshift.internal.client.SSHKeyResource$DeleteKeyRequest.execute(SSHKeyResource.java:116)
      	at com.openshift.internal.client.SSHKeyResource$DeleteKeyRequest.access$300(SSHKeyResource.java:109)
      	at com.openshift.internal.client.SSHKeyResource.destroy(SSHKeyResource.java:72)
      	at org.jboss.tools.openshift.express.internal.ui.wizard.ssh.ManageSSHKeysWizardPageModel.removeKey(ManageSSHKeysWizardPageModel.java:54)
      	at org.jboss.tools.openshift.express.internal.ui.wizard.ssh.ManageSSHKeysWizardPage$RemoveKeyJob.run(ManageSSHKeysWizardPage.java:292)
      	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
      
      

      When trying to add a new key i get:
      Could not add SSH key id to OpenShift

      com.openshift.client.OpenShiftTimeoutException: Could not request url https://openshift.redhat.com/broker/rest/user/keys, connection timed out
      	at com.openshift.internal.client.RestService.request(RestService.java:111)
      	at com.openshift.internal.client.RestService.request(RestService.java:91)
      	at com.openshift.internal.client.RestService.request(RestService.java:76)
      	at com.openshift.internal.client.AbstractOpenShiftResource$ServiceRequest.execute(AbstractOpenShiftResource.java:137)
      	at com.openshift.internal.client.UserResource$AddSShKeyRequest.execute(UserResource.java:266)
      	at com.openshift.internal.client.UserResource.putSSHKey(UserResource.java:234)
      	at org.jboss.tools.openshift.express.internal.core.connection.Connection.putSSHKey(Connection.java:400)
      	at org.jboss.tools.openshift.express.internal.ui.wizard.ssh.NewSSHKeyWizardPageModel.addSSHKey(NewSSHKeyWizardPageModel.java:108)
      	at org.jboss.tools.openshift.express.internal.ui.wizard.ssh.AddSSHKeyJob.run(AddSSHKeyJob.java:35)
      	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
      

      At the moment I'm not aware of any workaround - i can't use git clone,port forwarding, etc (everything that needs ssh connection)

      Attachments

        Activity

          People

            adietish@redhat.com André Dietisheim
            sbunciak-rh Stefan Bunciak
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: