[gatein-issues] [JBoss JIRA] Work stopped: (GTNPORTAL-1664) NPE if portlet information cannot be retrieved

Khoi Nguyen (JIRA) jira-events at lists.jboss.org
Sun Feb 20 21:48:13 EST 2011


     [ https://issues.jboss.org/browse/GTNPORTAL-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on GTNPORTAL-1664 stopped by Khoi Nguyen.

> NPE if portlet information cannot be retrieved
> ----------------------------------------------
>
>                 Key: GTNPORTAL-1664
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-1664
>             Project: GateIn Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.1.0-GA
>            Reporter: Chris Laprun
>            Assignee: Khoi Nguyen
>              Labels: portal-s43, portal-s47, worked
>             Fix For: 3.2.0-GA
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> Caused by: java.lang.NullPointerException
> 	at org.exoplatform.portal.webui.application.UIPortlet.supportsPublicParam(UIPortlet.java:565)
> 	at org.exoplatform.portal.webui.application.UIPortlet.getPublicParameters(UIPortlet.java:683)
> 	at org.exoplatform.portal.webui.application.UIPortlet.create(UIPortlet.java:714)
> 	at org.exoplatform.portal.webui.application.UIPortletLifecycle.processRender(UIPortletLifecycle.java:186)
> Basically, in the following code:
> if (producedOfferedPortlet == null)
>          {
>             log.info("Could not find portlet with ID : " + producerOfferedPortletContext.getId());
>             return null;
>          }
> it's very likely that if producerOfferedPortlet is null, then the associated context is as well... hence the NPE.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the gatein-issues mailing list