Details
-
Type:
Regression Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0.12 EE, 6.1.0 CE RC1
-
Fix Version/s: --Sprint 12/11, 6.1.0 CE RC1, 6.0.X EE
-
Component/s: WCM
-
Labels:
-
Environment:Tomcat 6.0.32. + MySQL 5. 6.1.x Plugin Revision 87413.
Tomcat 6.0.32. + MySQL 5. 6.0.x Plugin Revision 87413.
-
Branch Version/s:6.0.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
1. Go to portlets\sample-php-portlet> in Plugins.
2. And deploy sample-php-portlet.
3. Start the tomcat.
4. Log in the liferay.
5. Add a sample php portlet.
I can see the forever loading and console error mesasge:
05:28:16,405 ERROR [status_jsp:930] org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: ServletException in '/html/common/themes/port
let.jsp': File "/index.php" not found
org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: ServletException in '/html/common/themes/portlet.jsp': File "/index.php"
; not found
at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:536)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:410)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
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 com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilterChain.doFilter(InvokerFilterChain.java:72)
at com.liferay.portal.kernel.servlet.filters.invoker.InvokerFilter.doFilter(InvokerFilter.java:68)
Issue Links
- is related to
-
LPS-20657
All portlets using struts bridge in plugins environment broken
-
- relates
-
FACES-1233
Mojarra JspViewHandlingStrategy throws NoClassDefFoundError on Liferay 6.0.x
-

Caused by same bug. basically error thrown when you add the portlet, but if you hit reload it's fine.