[jbosstools-issues] [JBoss JIRA] (JBIDE-10805) launching the "New OpenShift Express Application" wizard results in an NPE (1st time after launching eclipse only)

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Mon Feb 6 10:22:50 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-10805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664489#comment-12664489 ] 

Andre Dietisheim commented on JBIDE-10805:
------------------------------------------

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

        


More information about the jbosstools-issues mailing list