[jbosstools-issues] [JBoss JIRA] (JBIDE-10928) OpenShift: latest jboss tools hit error when retrieving Cartridges(EmbeddableCartridges) lists from dev env

Linqing Lu (JIRA) jira-events at lists.jboss.org
Thu Feb 16 03:58:36 EST 2012


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_01-15-43-H4180/all/repo/
            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

        


More information about the jbosstools-issues mailing list