Message Boards

JasperException NoClassDefFoundError

Roberto Caridi, modified 3 Years ago.

JasperException NoClassDefFoundError

New Member Posts: 3 Join Date: 2/17/20 Recent Posts
Hi all,we use Liferay Community Edition Portal 7.1.2 CE GA3 (Judson / Build 7102 / January 7, 2019)with jboss-eap-7.1.1and we use osgi modules.
I have a problem with the osgi modules because we have a log like this after the start of the server.We have to restart server many times for resolve the problem but i don't understand why it happen.
I think that the problem is the osgi's module dependency but i don't know how to resolve it.Why during deploy the server can't read the jar ?
Caused by: org.apache.jasper.JasperException: JBWEB004038: An exception occurred processing JSP page /html/portal/render_portlet.jsp at line 841__841__838: if (portlet.isActive() && portlet.isInclude() && portlet.isReady() && supportsMimeType && (invokerPortlet != null)) {_839:  try {_840:              if (!PortalUtil.isSkipPortletContentProcesssing(group, request, layoutTypePortlet, portletDisplay, portletDisplay.getPortletName())) {_841:                     invokerPortlet.render(liferayRenderRequest, liferayRenderResponse);_842:                }_843: _844:            portletVisibility = (Boolean)liferayRenderRequest.getAttribute(WebKeys.PORTLET_CONFIGURATOR_VISIBILITY);_____Stacktrace: [Sanitized]
..........Caused by: java.lang.NoClassDefFoundError: Could not initialize class it.quidinfo.qinetic.portal.core.service.AbilitazioneIntermLocalServiceUtil