[JBoss JIRA] (JBIDE-13521) SSH Key Management timeout
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13521?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-13521:
------------------------------------------
@Stefan: any chance you can reproduce this, Stefan? I still can't here.
> 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: Stefan Bunciak
> Priority: Critical
> Fix For: 4.1.0.Alpha2
>
>
> 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
13 years, 1 month
[JBoss JIRA] (JBIDE-13201) BYOE - Marketplace Installation on Mac - fails to start JBoss EAP
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13201?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-13201:
---------------------------------------------
Burr - are you using a new or existing workspace ? The bug here is with respect to data in the workspace being out of whack. Can you still reproduce this on a new workspace witha newly installed server adapter found via the runtime detection dialog at startup ?
> BYOE - Marketplace Installation on Mac - fails to start JBoss EAP
> -----------------------------------------------------------------
>
> Key: JBIDE-13201
> URL: https://issues.jboss.org/browse/JBIDE-13201
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JBossAS/Servers
> Environment: Mac OSX Lion (10.7)
> Eclipse Java EE IDE for Web Developers for Mac OS X 64bit
> * Version: Juno Service Release 1
> * Build id: 20121004-1855
> * Oracle Java 1.7.0_04
> EAP 6.0.0
> * Oracle Java 1.7.0_04
> Reporter: Burr Sutter
> Assignee: Denis Golovin
> Labels: respin-a
> Fix For: 4.0.1.Final, 4.1.0.Alpha1
>
> Attachments: Configuration.txt, EAP6_FirstPage.png, EAP_Stack.txt, JBDS_Stack.txt, jbosstools-diagnostics-20121129152254.zip, Server_Starting.png
>
>
> The IDE does not recognize that JBoss EAP 6.0.0 is started - it eventually times out.
--
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
13 years, 1 month
[JBoss JIRA] (JBIDE-13756) Maven GWT Configurator and Maven Packaging Configurator cannot be installed
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13756?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-13756.
------------------------------
Assignee: Nick Boldt (was: Snjezana Peco)
Resolution: Duplicate Issue
Same problem as JBIDE-13754 - you can't resolve 3rd party features from the JBDS site. You need to combine the three sites into a single one in order to resolve everything on Central:
a) 3rd party features
b) JBT/JBDS features
c) target platform
Same solution:
https://issues.jboss.org/browse/JBDS-2469?focusedCommentId=12756862&page=...
> Maven GWT Configurator and Maven Packaging Configurator cannot be installed
> ---------------------------------------------------------------------------
>
> Key: JBIDE-13756
> URL: https://issues.jboss.org/browse/JBIDE-13756
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.1.0.Alpha1
> Reporter: Pavol Srna
> Assignee: Nick Boldt
> Fix For: 4.1.0.Alpha1
>
> Attachments: maven-gwt.png, maven-gwt.png, maven-gwt2.png, maven-gwt2.png, maven-packaging.png, maven-packaging.png, maven-packaging2.png, maven-packaging2.png
>
>
> how did I test:
> Step 1 - create a devstudio-discovery.xml file, file contents are:
> <directory>
> <!-- include JBDS Core Central discovery plugin -->
> <entry url="com.jboss.jbds.central.discovery_7.0.0.Alpha1-v20130306-0101-B124.jar" permitCategories="true"/>
> </directory>
> Step 2 - download Central discovery plugin jar
> http://www.qa.jboss.com/binaries/RHDS/updates/development/7.0.0.Alpha1c.c...
> Step 3 - Edit plugin.xml in the Central discovery plugin jar
> change siteUrl="https://devstudio.jboss.com/updates/7.0-development/central/core/">
> to siteUrl="http://www.qa.jboss.com/binaries/RHDS/updates/development/7.0.0.Alpha1c.c...">
> Step 4 - make the devstudio-discovery.xml and jar file available via a www server (in this case in the top html dir for an httpd server)
> Step 5 - Add this to jbdevstudio.ini, start JBDS
> -Djboss.discovery.directory.url=http://localhost/devstudio-discovery.xml
--
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
13 years, 1 month
[JBoss JIRA] (JBIDE-13754) Cannot install Mylyn for eGit and Subclipse - The following connectors are not available: Eclipse EGit: Mylyn Support, Subclipse + SVNKit: Mylyn Support
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13754?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-13754.
------------------------------
Assignee: Nick Boldt (was: Snjezana Peco)
Resolution: Rejected
Reason this fails is because you're trying to install a 3rd party feature (mylyn) from the JBDS core site. The third party stuff is NOT on that site.
It's a bit like going into a car dealership and trying to buy a goat - they just don't have what you're looking for.
Therefore, since your usecase is invalid, I'm rejecting this issue.
Better approach to test central is here: JBDS-2469, until such time as JBIDE-13599 is fixed.
> Cannot install Mylyn for eGit and Subclipse - The following connectors are not available: Eclipse EGit: Mylyn Support, Subclipse + SVNKit: Mylyn Support
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-13754
> URL: https://issues.jboss.org/browse/JBIDE-13754
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.1.0.Alpha1
> Reporter: Len DiMaggio
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.1.0.Alpha1
>
> Attachments: Screenshot-1.png, Screenshot.png
>
>
> Cannot install into 7.0.0.alpha1c from central
> The error raised is:
> The following connectors are not available: Eclipse EGit: Mylyn Support, Subclipse + SVNKit: Mylyn Support
> Proceed with the installation anyways?
--
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
13 years, 1 month