Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.2.2, 5.2.3, 6.0.2 RC
-
Fix Version/s: 6.0.2 RC
-
Component/s: None
-
Labels:None
-
Environment:5.2.*
-
Similar Issues:
Description
At revision 26697.
when logged out, got the following error.
Caused by: org.apache.jasper.JasperException: An exception occurred processing JSP page /view.jsp at line 73
70: <c:otherwise>
71:
72: <%
73: String login = GetterUtil.getString((String)PortalClassInvoker.invoke("com.liferay.portal.action.LoginAction", "get
Login", request, "login", company, false));
74: boolean rememberMe = ParamUtil.getBoolean(request, "rememberMe");
75: %>
76:
Stacktrace:
at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:505)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
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:630)
at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:535)
at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:472)
at com.liferay.portlet.PortletRequestDispatcherImpl.dispatch(PortletRequestDispatcherImpl.java:302)
... 132 more
Caused by: javax.servlet.ServletException: java.lang.NoSuchMethodException: com.liferay.portal.action.LoginAction.getLogin(com.life
ray.portlet.PortletServletRequest, java.lang.String, com.liferay.portal.model.impl.CompanyImpl)
at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:852)
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781)
at org.apache.jsp.view_jsp._jspService(view_jsp.java:760)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
... 141 more
Caused by: java.lang.NoSuchMethodException: com.liferay.portal.action.LoginAction.getLogin(com.liferay.portlet.PortletServletReques
t, java.lang.String, com.liferay.portal.model.impl.CompanyImpl)
at java.lang.Class.getMethod(Class.java:1605)
at com.liferay.portal.kernel.util.MethodCache._get(MethodCache.java:116)
at com.liferay.portal.kernel.util.MethodCache.get(MethodCache.java:73)
at com.liferay.portal.kernel.util.MethodInvoker.invoke(MethodInvoker.java:132)
at com.liferay.portal.kernel.util.PortalClassInvoker.invoke(PortalClassInvoker.java:117)
at com.liferay.portal.kernel.util.PortalClassInvoker.invoke(PortalClassInvoker.java:96)
at org.apache.jsp.view_jsp._jspService(view_jsp.java:315)
... 144 more
22:46:49,656 ERROR [jsp:165] java.lang.NoSuchMethodException: com.liferay.portal.action.LoginAction.getLogin(com.liferay.portlet.Po
rtletServletRequest, java.lang.String, com.liferay.portal.model.impl.CompanyImpl)
at java.lang.Class.getMethod(Class.java:1605)
at com.liferay.portal.kernel.util.MethodCache._get(MethodCache.java:116)
at com.liferay.portal.kernel.util.MethodCache.get(MethodCache.java:73)
at com.liferay.portal.kernel.util.MethodInvoker.invoke(MethodInvoker.java:132)
at com.liferay.portal.kernel.util.PortalClassInvoker.invoke(PortalClassInvoker.java:117)
at com.liferay.portal.kernel.util.PortalClassInvoker.invoke(PortalClassInvoker.java:96)
at org.apache.jsp.view_jsp._jspService(view_jsp.java:315)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
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:630)
at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:535)
at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:472)
at com.liferay.portlet.PortletRequestDispatcherImpl.dispatch(PortletRequestDispatcherImpl.java:302)
at com.liferay.portlet.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:107)

Thank you for reporting this issue against the Preview release. We would greatly appreciate if you can confirm if the issue still exists in the current 6.0.1 RC and update the "Affects Version" accordingly?