[JBoss JIRA] (JBIDE-11708) Unable to install JBT from nightly update site
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-11708:
-----------------------------------
Summary: Unable to install JBT from nightly update site
Key: JBIDE-11708
URL: https://issues.jboss.org/browse/JBIDE-11708
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Linux 32 bit, JBT 3.3.0.v20120423-0911-H4712-Beta3
Reporter: Vlado Pakan
Priority: Blocker
Error when installing JBT from http://download.jboss.org/jbosstools/updates/nightly/core/trunk/.
Steps to reproduce:
1. Help > Install Software
2. Use update site http://download.jboss.org/jbosstools/updates/nightly/core/trunk/
3. Select All Available software
4. Choose next
Install dialog displays this error:
Cannot complete the install because of a conflicting dependency.
Software being installed: org.jboss.tools.common.verification.feature.source.feature.group 3.3.0.v20120429-1724-H873-CR1
Software currently installed: org.jboss.tools.common.all.feature.source.feature.group 3.3.0.v20120420-1954-H857-Beta3
Only one of the following can be installed at once:
org.jboss.tools.common.verification.feature.source.feature.jar 3.3.0.v20120420-1954-H857-Beta3
org.jboss.tools.common.verification.feature.source.feature.jar 3.3.0.v20120429-1724-H873-CR1
Cannot satisfy dependency:
From: org.jboss.tools.common.all.feature.source.feature.group 3.3.0.v20120420-1954-H857-Beta3
To: org.jboss.tools.common.verification.feature.source.feature.group [3.3.0.v20120420-1954-H857-Beta3]
Cannot satisfy dependency:
From: org.jboss.tools.common.verification.feature.source.feature.group 3.3.0.v20120420-1954-H857-Beta3
To: org.jboss.tools.common.verification.feature.source.feature.jar [3.3.0.v20120420-1954-H857-Beta3]
Cannot satisfy dependency:
From: org.jboss.tools.common.verification.feature.source.feature.group 3.3.0.v20120429-1724-H873-CR1
To: org.jboss.tools.common.verification.feature.source.feature.jar [3.3.0.v20120429-1724-H873-CR1]
--
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-10928) OpenShift: latest jboss tools hit error when retrieving Cartridges(EmbeddableCartridges) lists from dev env
by Linqing Lu (JIRA)
Linqing Lu created JBIDE-10928:
----------------------------------
Summary: OpenShift: latest jboss tools hit error when retrieving Cartridges(EmbeddableCartridges) lists from dev env
Key: JBIDE-10928
URL: https://issues.jboss.org/browse/JBIDE-10928
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: test ami: devenv-stage_132
jboss tool repo: http://download.jboss.org/jbosstools/builds/nightly/core/trunk/2012-02-15...
Reporter: Linqing Lu
Priority: Critical
When tested latest jboss tools with creating openshift app, it hit error when retrieving Cartridges(EmbeddableCartridges) lists from devenv. But the same configuration worked well with prod and stage env.
Guess this might be caused by some API differences.
Error logs:
----------------------------------------------
eclipse.buildId=R3_7_1
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86
Error
Thu Feb 16 12:07:37 CST 2012
Could not load application cartridges
java.lang.NullPointerException
at org.jboss.tools.openshift.express.internal.ui.wizard.ApplicationConfigurationWizardPageModel.loadCartridges(ApplicationConfigurationWizardPageModel.java:144)
at org.jboss.tools.openshift.express.internal.ui.wizard.ApplicationConfigurationWizardPage$13.run(ApplicationConfigurationWizardPage.java:680)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
----------------------------------------------
eclipse.buildId=R3_7_1
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86
Error
Thu Feb 16 12:07:37 CST 2012
Could not load embeddable cartridges
java.lang.NullPointerException
at org.jboss.tools.openshift.express.internal.ui.wizard.ApplicationConfigurationWizardPageModel.loadEmbeddableCartridges(ApplicationConfigurationWizardPageModel.java:168)
at org.jboss.tools.openshift.express.internal.ui.wizard.ApplicationConfigurationWizardPage$14.run(ApplicationConfigurationWizardPage.java:693)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
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