[JBoss JIRA] (JBIDE-11357) OpenShift Express Tool: cannot create/import an application on a clean windows environment
by Nam Duong (JIRA)
Nam Duong created JBIDE-11357:
---------------------------------
Summary: OpenShift Express Tool: cannot create/import an application on a clean windows environment
Key: JBIDE-11357
URL: https://issues.jboss.org/browse/JBIDE-11357
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.Beta1
Environment: Windows 7
Reporter: Nam Duong
Assignee: Andre Dietisheim
The Eclipse plugin version showing is: JBoss OpenShift Express Tools 2.3.0.v20120308-2230-H57-Beta1 org.jboss.tools.openshift.express.feature.feature.group JBoss by Red Hat
On a new windows VM where new means:
- No ssh keys, nor .ssh directory
- git is a clean install from cygwin (no git config --globals set yet)
- rhc client tools have not yet been executed
- meaning there's no .ssh/config file
I'm not able to clone my application's repo. That means I'm not able to create a new openshift project, or import a project from an existing openshift application.
Steps to reproduce:
1) Open OpenShift Express Console view
2) Select my domain -> App
3) Right-click on App, select Import Application
4) Login
5) Use existing selected application, click next
6) Check "Create a New Project" click next
7) Click ssh Preferences
8) Create my ssh keys
9) Post my ssh public key to my control_panel (https://openshift.redhat.com/app/control_panel)
10) Back on Eclipse, click Apply, OK, and Finish
Error:
Could not clone the repository. Authentication failed.
Please make sure that you added your private key to the ssh preferences.
ssh://cb2e5dfe1b3046f0ae7847e26ecc926f@kitchensink-nduongdemo.rhcloud.com/~/git/kitchensink.git/: session is down
NOTE that we tried many different things. The only workaround we have is if you:
1) Install the rhc client tools
2) create the domain
- this step creates the ssh keys and posts the ssh public key
3) create the app
- this clones the app locally
4) modify a file, and then git commit -a -m "first commit"
- This step forces the user to set git config --global parameters
5) git push
Only then, can the steps above work (where of course, you no longer need to create the ssh keys using ssh preferences)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBIDE-9689) Openshift: response to list cartridges is invalid Json
by Andre Dietisheim (JIRA)
Openshift: response to list cartridges is invalid Json
------------------------------------------------------
Key: JBIDE-9689
URL: https://issues.jboss.org/browse/JBIDE-9689
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M3
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: LATER
when requesting available cartridges the openshift service currently answers with invalid json:
{code}
...
"data" : "{" \"carts:\"
...
{code}
The json object that holds the "carts" property is erroneously quoted and all its quotes are escaped.
The current code in our openshift service client does not handle this bogus answer. I alredy reported this bug to jimjag in #libra. This issue is about tracking the progress/correction on the server side.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (JBIDE-11130) Better handle unavailable downloadable runtimes
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-11130:
-----------------------------------
Summary: Better handle unavailable downloadable runtimes
Key: JBIDE-11130
URL: https://issues.jboss.org/browse/JBIDE-11130
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.3.0.M5
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 3.3.0.CR1
If we define a project example for JBoss Central having :
{code:xml}
<fix type="wtpruntime">
<property name="allowed-types">org.jboss.ide.eclipse.as.runtime.71, org.jboss.ide.eclipse.as.runtime.eap.60</property>
<property name="description">This project example requires JBoss AS 7.1 or EAP 6 </property>
<property name="downloadId">org.jboss.tools.runtime.core.as.710</property>
</fix>
{code}
and update the project-example-X.xml for JBoss Tools M5, a NPE will occur when the project is selected.
More generally, unavailable downloads shouldn't prevent users from using the project example (Download and install button should be grayed out).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (JBIDE-11260) Nightly Build update site, unresolvable: component dependency to org.jboss.tools.vpe.browsersim
by Leo Breuss (JIRA)
Leo Breuss created JBIDE-11260:
----------------------------------
Summary: Nightly Build update site, unresolvable: component dependency to org.jboss.tools.vpe.browsersim
Key: JBIDE-11260
URL: https://issues.jboss.org/browse/JBIDE-11260
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, updatesite
Affects Versions: 3.3.0.Beta2
Reporter: Leo Breuss
Assignee: Nick Boldt
Installing/Updating some tools form the Nightly Build update site shows me the following error in Eclipse, after the dependencies of the components have been checked:
Cannot complete the install because one or more required items could not be found.
Software being installed: JBoss Tools Mobile Browser Simulator 3.3.0.v20120311-1648-H849-Beta2 (org.jboss.tools.vpe.browsersim.feature.feature.group 3.3.0.v20120311-1648-H849-Beta2)
Missing requirement: JBoss Tools Mobile Browser Simulator 3.3.0.v20120311-1648-H849-Beta2 (org.jboss.tools.vpe.browsersim.feature.feature.group 3.3.0.v20120311-1648-H849-Beta2) requires 'org.jboss.tools.vpe.browsersim [3.3.0.v20120311-1648-H849-Beta2]' but it could not be found
The "Next" or "Finish" button are disabled, and I am not able to install the other components.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months