HTTP Status 500 - org.apache.jasper.JasperException: An exception occurred processing JSP page /jsp/decorators/priv-theme.jsp at line 19


type Exception report

message org.apache.jasper.JasperException: An exception occurred processing JSP page /jsp/decorators/priv-theme.jsp at line 19

description The server encountered an internal error that prevented it from fulfilling this request.

exception

java.lang.RuntimeException: org.apache.jasper.JasperException: An exception occurred processing JSP page /jsp/decorators/priv-theme.jsp at line 19

16:   
17:   String urstr = "";
18:  // String ckstr = "";
19:   for(int i=0; i<cookies.length; i++){
20: 	  //ckstr = ckstr + "|" + cookies[i].getName() + ":" + cookies[i].getValue();
21:   	if("userRoles".equals(cookies[i].getName())){
22:   		//ckstr = ckstr + " S : " + cookies[i].getValue();


Stacktrace:
	com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator.render(BaseWebAppDecorator.java:39)
	com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:84)
	org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:73)
	org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96)
	org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75)

note The full stack trace of the root cause is available in the Apache Tomcat/7.0.78 logs.


Apache Tomcat/7.0.78