'java.lang.NoSuchMethodError com.atlassian.jira.web.action.util.CalendarResourceIncluder.include()V' after Upgrading JIRA Due to Work Directory

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

After upgrading JIRA, the following exception is thrown while using the Calendar plugin.


javax.servlet.ServletException: javax.servlet.jsp.JspTagException: Including component failed:org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.NoSuchMethodError: com.atlassian.jira.web.action.util.CalendarResourceIncluder.include()V
at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398)

Cause

The newer JIRA is referring to the old source located tomcat's work directory.

Resolution

  1. Shutdown JIRA.
  2. Remove the contents of <jira-install-dir>/work directory
  3. Restart JIRA.

Last modified on Mar 30, 2016

Was this helpful?

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