Unable To View Or Edit, Roles And Directories After Upgrading To Crowd 1.3x

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

All the users were migrated fine, and the user can access all other pages except the 'Role' and the 'Directories' links. And the following error is displayed;


org.apache.jasper.JasperException: An exception occurred processing JSP page /console/decorator/default.jsp at line 271 268: 269: 270: 271: <% if (sitemeshPage.getProperty("meta.pagename").startsWith("add")) { %> class="on"<% } else { %>class=""<% }%>> 272: "> 273: 274: Stacktrace:

Stack Trace :

org.apache.jasper.JasperException: An exception occurred processing JSP page /console/decorator/default.jsp at line 271

268:
269:
270:
271: <% if (sitemeshPage.getProperty("meta.pagename").startsWith("add")) { %> class="on"<% } else { %>class=""<% }%>> 272: "> 273: 274: Stacktrace: 

  at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:504) 
  at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:415) 
  at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336) 
  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) 
  ... 61 more

Cause

The issue was caused due to outdated Compiled JSP.

Resolution

Clear out the deployment container's work/jboss.web/localhost/ directory and restart JBoss.

Last modified on Nov 21, 2012

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.