[
https://issues.jboss.org/browse/GTNPORTAL-3348?page=com.atlassian.jira.pl...
]
Tuyen Nguyen The updated GTNPORTAL-3348:
----------------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request:
https://github.com/gatein/gatein-portal/pull/735
NPE when saving Portal Layout
-----------------------------
Key: GTNPORTAL-3348
URL:
https://issues.jboss.org/browse/GTNPORTAL-3348
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.7.0.Final
Reporter: Trong Tran
Assignee: Tuyen Nguyen The
Fix For: 3.7.0.Final
Original Estimate: 6 hours
Time Spent: 3 hours
Remaining Estimate: 3 hours
There is NPE when we just do save on Site Layout:
{code}
java.lang.NullPointerException
at org.exoplatform.portal.webui.portal.UIPortalComposer.save(UIPortalComposer.java:222)
at
org.exoplatform.portal.webui.portal.UIPortalComposer.access$000(UIPortalComposer.java:98)
at
org.exoplatform.portal.webui.portal.UIPortalComposer$FinishSiteEditionActionListener.execute(UIPortalComposer.java:427)
at org.exoplatform.webui.event.Event.broadcast(Event.java:97)
at org.exoplatform.webui.core.lifecycle.Lifecycle.processAction(Lifecycle.java:51)
at org.exoplatform.webui.core.UIComponent.processAction(UIComponent.java:119)
at
org.exoplatform.portal.webui.workspace.UIPortalApplicationLifecycle.processAction(UIPortalApplicationLifecycle.java:73)
at
org.exoplatform.portal.webui.workspace.UIPortalApplicationLifecycle.processAction(UIPortalApplicationLifecycle.java:36)
at org.exoplatform.webui.core.UIComponent.processAction(UIComponent.java:119)
at org.exoplatform.webui.core.UIApplication.processAction(UIApplication.java:123)
at
org.exoplatform.portal.webui.workspace.UIPortalApplication.processAction(UIPortalApplication.java:779)
at
org.exoplatform.portal.application.PortalRequestHandler.processRequest(PortalRequestHandler.java:210)
at
org.exoplatform.portal.application.PortalRequestHandler.execute(PortalRequestHandler.java:167)
{code}
This problem appears when the logged-in user doesn't have UserProfile. I do think
there are also other places that we need to fix
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira