留言板

Liferay 7: error en configuración de portlet UserStatistics

thumbnail
Beatriz Valdés Suárez,修改在6 年前。

Liferay 7: error en configuración de portlet UserStatistics

Junior Member 帖子: 50 加入日期: 14-3-31 最近的帖子
Buenos días,
El portlet de UserStatistics, nos está devolviendo el siguiente error al intentar modificar la configuración.
Esto ocurre en Liferay 7CE GA3.

Hemos visto en el ticket https://issues.liferay.com/browse/LPS-54585, se produjo una situación similar en el portlet de Document&Media.
¿Alguien conoce la causa y/o cómo se puede resolver?

Caused by: java.lang.NullPointerException
	at com.liferay.portal.kernel.portlet.SettingsConfigurationAction.updateMultiValuedKeys(SettingsConfigurationAction.java:304)
	at com.liferay.social.user.statistics.web.internal.portlet.action.SocialUserStatisticsConfigurationAction.updateMultiValuedKeys(SocialUserStatisticsConfigurationAction.java:61)
	at com.liferay.portal.kernel.portlet.SettingsConfigurationAction.processAction(SettingsConfigurationAction.java:101)
	at com.liferay.portlet.configuration.web.internal.portlet.PortletConfigurationPortlet.editConfiguration(PortletConfigurationPortlet.java:186)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.liferay.portal.kernel.portlet.LiferayPortlet.callActionMethod(LiferayPortlet.java:184)