[
https://issues.jboss.org/browse/JBIDE-10805?page=com.atlassian.jira.plugi...
]
Andre Dietisheim edited comment on JBIDE-10805 at 2/6/12 10:22 AM:
-------------------------------------------------------------------
The reason is the following:
ApplicationConfigurationWizardPage#onPageActivated() line 463:
{code}
pageModel.loadCartridges();
{code}
is failing with an NPE. the cause behind it is the following:
ApplicationConfigurationWizardPageModel
{code}
public void loadCartridges() throws OpenShiftException {
setCartridges(wizardModel.getUser().getCartridges());
}
{code}
wizardModel#getUser is returning *null*
was (Author: adietish):
The reason is the following:
ApplicationConfigurationWizardPage#onPageActivated() line 463:
{code}
pageModel.loadCartridges();
{code}
is failing with an NPE. the cause behind it is the following:
ApplicationConfigurationWizardPageModel
{code}
public void loadCartridges() throws OpenShiftException {
setCartridges(wizardModel.getUser().getCartridges());
}
{code}
{code}
wizardModel#getUser is returning *null*
{code}
launching the "New OpenShift Express Application" wizard
results in an NPE (1st time after launching eclipse only)
------------------------------------------------------------------------------------------------------------------
Key: JBIDE-10805
URL:
https://issues.jboss.org/browse/JBIDE-10805
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.Beta1
Reporter: Andre Dietisheim
Assignee: Xavier Coulon
Fix For: 3.3.0.Beta1
Attachments: npe.png
--
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