Foros de discusión

Error while deploying custom portlet

sumeet padamwar, modificado hace 11 años.

Error while deploying custom portlet

New Member Mensaje: 1 Fecha de incorporación: 6/08/12 Mensajes recientes
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, modificado hace 11 años.

RE: Error while deploying custom portlet

New Member Mensajes: 9 Fecha de incorporación: 20/01/11 Mensajes recientes
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, modificado hace 11 años.

RE: Error while deploying custom portlet

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
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.