【发布时间】:2016-01-30 16:02:27
【问题描述】:
在尝试访问站点管理员以安装几乎全新的 liferay 时,我得到:
Internal Server Error
An error occurred while accessing the requested resource.
http://10.1.30.63:8080/group/control_panel?refererPlid=20632&controlPanelCategory=current_site&doAsGroupId=20181&p_p_id=156
在日志中:
Sep 21, 2015 4:50:29 AM org.apache.catalina.core.ApplicationDispatcher invoke
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.NoClassDefFoundError: com/liferay/marketplace/util/PortletPropsValues
at com.liferay.marketplace.store.portlet.StoreControlPanelEntry.hasAccessPermission(StoreControlPanelEntry.java:33)
at sun.reflect.GeneratedMethodAccessor857.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.liferay.portal.kernel.bean.ClassLoaderBeanHandler.invoke(ClassLoaderBeanHandler.java:67)
at com.sun.proxy.$Proxy414.hasAccessPermission(Unknown Source)
---snip---
at java.lang.Thread.run(Thread.java:745)
看起来市场存在一些问题,但我在这次安装中没有涉及到这个问题。 没有任何东西添加到系统中就出现了问题,(我的 portlet 已部署,但未运行)
【问题讨论】: