-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 Alpha 3
-
Fix Version/s: 7.0.0 Alpha 3
-
Component/s: Legacy, Legacy > Control Panel menu
-
Labels:None
-
Fix Priority:3
-
Git Pull Request:
1. Start master.
2. go to control panel -> System, click Configuration Admin.
Expect: no exceptions.
Actural: NPE is thrown.
07:18:40,516 ERROR [http-bio-8088-exec-13][UserInfoFactory:74] java.lang.NullPointerException
java.lang.NullPointerException
at com.liferay.portlet.UserInfoFactory.getUserInfo(UserInfoFactory.java:149)
at com.liferay.portlet.UserInfoFactory.getUserInfo(UserInfoFactory.java:71)
at com.liferay.portlet.PortletRequestImpl.getUserInfo(PortletRequestImpl.java:518)
at com.liferay.portlet.PortletRequestImpl.getAttribute(PortletRequestImpl.java:152)
at com.liferay.util.bridges.freemarker.FreeMarkerPortlet.include(FreeMarkerPortlet.java:103)
at com.liferay.configuration.admin.web.portlet.ConfigurationAdminPortlet.include(ConfigurationAdminPortlet.java:188)
at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.doDispatch(MVCPortlet.java:468)
- Discovered while testing
-
LPS-60046 Elasticsearch control panel configuration is unable to load
- Closed