Fórumok

Error while deploying custom portlet

sumeet padamwar, módosítva 11 év-val korábban

Error while deploying custom portlet

New Member Bejegyzés: 1 Csatlakozás dátuma: 2012.08.06. Legújabb bejegyzések
please reply if you know solution for the following error.

11:12:51,611 ERROR [jsp:154] javax.servlet.ServletException: File "/html/library/list.jsp" not found
at org.apache.jasper.servlet.JspServlet.handleMissingResource(JspServlet.java:335)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:551)
at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:488)
at com.liferay.portlet.PortletRequestDispatcherImpl.dispatch(PortletRequestDispatcherImpl.java:316)
at com.liferay.portlet.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:105)
at com.liferay.util.bridges.mvc.MVCPortlet.include(MVCPortlet.java:328)
at com.liferay.util.bridges.mvc.MVCPortlet.include(MVCPortlet.java:343)
at com.liferay.util.bridges.mvc.MVCPortlet.doDispatch(MVCPortlet.java:291)
at javax.portlet.GenericPortlet.render(GenericPortlet.java:233)
at com.liferay.portlet.FilterChainImpl.doFilter(FilterChainImpl.java:101)
at com.liferay.portal.kernel.portlet.PortletFilterUtil.doFilter(PortletFilterUtil.java:64)
at com.liferay.portal.kernel.servlet.PortletServlet.service(PortletServlet.java:92)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
sajit vasudevan, módosítva 11 év-val korábban

RE: Error while deploying custom portlet

New Member Bejegyzések: 9 Csatlakozás dátuma: 2011.01.20. Legújabb bejegyzések
I guess you are not able to find this file in the WEB-INF directory

/html/library/list.jsp

Place this file and you and you should be good to go

HTH
thumbnail
Hitoshi Ozawa, módosítva 11 év-val korábban

RE: Error while deploying custom portlet

Liferay Legend Bejegyzések: 7942 Csatlakozás dátuma: 2010.03.24. Legújabb bejegyzések
You probably didn't include portlet's name in the url so it's looking at liferay ROOT portlet's html folder and not finding your portlet's file there. Change the link in <a href=
in your portlet.