RE: Sign in portlet error

thumbnail
Yan Paing, modified 6 Years ago. Regular Member Posts: 130 Join Date: 3/11/10 Recent Posts
Dear All,
 I tried to login to the liferay portal and following issue is happening. I remove my login hook portlet and it is still same issue. Please suggest. Thank you


2019-05-04 12:51:03.765 ERROR [http-nio-8080-exec-10][PortletServlet:112] javax.portlet.PortletException: org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP__PWC6197: An error occurred at line: 129 in the jsp file: /login.jsp_PWC6199: Generated servlet error:_cannot find symbol_  symbol:   class Format_  location: class org.apache.jsp.login_jsp__PWC6197: An error occurred at line: 129 in the jsp file: /login.jsp_PWC6199: Generated servlet error:_cannot find symbol_  symbol:   variable FastDateFormatConstants_  location: class org.apache.jsp.login_jsp__PWC6197: An error occurred at line: 129 in the jsp file: /login.jsp_PWC6199: Generated servlet error:_cannot find symbol_  symbol:   variable FastDateFormatConstants_  location: class org.apache.jsp.login_jsp__PWC6197: An error occurred at line: 129 in the jsp file: /login.jsp_PWC6199: Generated servlet error:_cannot find symbol_  symbol:   variable TimeZone_  location: class org.apache.jsp.login_jsp__PWC6197: An error occurred at line: 129 in the jsp file: /login.jsp_PWC6199: Generated servlet error:_cannot find symbol_  symbol:   variable FastDateFormatFactoryUtil_  location: class org.apache.jsp.login_jsp__ [Sanitized]
javax.portlet.PortletException: org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP__PWC6197: An error occurred at line: 129 in the jsp file: /login.jsp_PWC6199: Generated servlet error:_cannot find symbol_  symbol:   class Format_  location: class org.apache.jsp.login_jsp__PWC6197: An error occurred at line: 129 in the jsp file: /login.jsp_PWC6199: Generated servlet error:_cannot find symbol_  symbol:   variable FastDateFormatConstants_  location: class org.apache.jsp.login_jsp__PWC6197: An error occurred at line: 129 in the jsp file: /login.jsp_PWC6199: Generated servlet error:_cannot find symbol_  symbol:   variable FastDateFormatConstants_  location: class org.apache.jsp.login_jsp__PWC6197: An error occurred at line: 129 in the jsp file: /login.jsp_PWC6199: Generated servlet error:_cannot find symbol_  symbol:   variable TimeZone_  location: class org.apache.jsp.login_jsp__PWC6197: An error occurred at line: 129 in the jsp file: /login.jsp_PWC6199: Generated servlet error:_cannot find symbol_  symbol:   variable FastDateFormatFactoryUtil_  location: class org.apache.jsp.login_jsp__ [Sanitized]
    at com.liferay.portlet.internal.PortletRequestDispatcherImpl.dispatch(PortletRequestDispatcherImpl.java:333)
    at com.liferay.portlet.internal.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:128)
    at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.include(MVCPortlet.java:589)
    at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.include(MVCPortlet.java:605)
    at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.doDispatch(MVCPortlet.java:489)
    at javax.portlet.GenericPortlet.render(GenericPortlet.java:291)

Attachments:

thumbnail
Christoph Rabel, modified 6 Years ago. Liferay Legend Posts: 1555 Join Date: 9/24/09 Recent Posts
I would try to:

- delete the fragment from osgi/modules
- stop server
- delete osgi/state folder

Start the server again.
Maybe this helps.
thumbnail
Yan Paing, modified 6 Years ago. Regular Member Posts: 130 Join Date: 3/11/10 Recent Posts
Hi Christoph,
Thank you. It is working now after following your steps.