[jbosstools-issues] [JBoss JIRA] (JBIDE-13521) SSH Key Management timeout

Stefan Bunciak (JIRA) jira-events at lists.jboss.org
Mon Feb 11 06:41:56 EST 2013


Stefan Bunciak created JBIDE-13521:
--------------------------------------

             Summary: SSH Key Management timeout
                 Key: JBIDE-13521
                 URL: https://issues.jboss.org/browse/JBIDE-13521
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: openshift
    Affects Versions: 4.0.0.Final, 4.1.0.Alpha1
            Reporter: Stefan Bunciak
            Assignee: Andre Dietisheim
            Priority: Critical
             Fix For: 4.1.0.Alpha1


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...".
{code}
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)

{code}

When trying to add a new key i get:
Could not add SSH key id to OpenShift
{code}
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)
{code}

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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list