Skip to main content
August 27, 2024
Question

22.4 to 24.2 Upgrade issue

  • August 27, 2024
  • 5 replies
  • 0 views

After upgrade, while create or modifiy Process model and reports are giving error 404. Anyone faced similar issue?

5 replies

mikes0011
Brainy
August 27, 2024

This sounds like something you should open a support case for immediately with Appian Support.

davidj137213
August 28, 2024

I had a similar issue in the past, and was related with some plugins that were updated by Appian and were not valid in the new version.

August 30, 2024

any similar logs seeing on startup logs of tomcat?

2024-08-30 03:48:38 SEVERE [main] org.apache.catalina.core.StandardContext.loadOnStartup Servlet [action] in web application [/suite] threw load() exception
java.lang.VerifyError: Inconsistent stackmap frames at branch target 56
Exception Details:
Location:
com/appiancorp/common/struts/DelegateActionServlet.<init>()V @56: putfield
Reason:
Type 'com/appiancorp/common/struts/AppianWebMvcActionServlet' (current frame, stack[1]) is not assignable to 'javax/servlet/http/HttpServlet' (stack map, stack[1])
Current Frame:
bci: @46
flags: { }
locals: { 'com/appiancorp/common/struts/DelegateActionServlet'

August 30, 2024

Errors seen in tomcat log

2024-08-30 03:48:38 SEVERE [main] org.apache.catalina.core.StandardContext.loadOnStartup Servlet [action] in web application [/suite] threw load() exception

java.lang.VerifyError: Inconsistent stackmap frames at branch target 56
Exception Details:
Location:
com/appiancorp/common/struts/DelegateActionServlet.<init>()V @56: putfield
Reason:
Type 'com/appiancorp/common/struts/AppianWebMvcActionServlet' (current frame, stack[1]) is not assignable to 'javax/servlet/http/HttpServlet' (stack map, stack[1])
Current Frame:
bci: @46
flags: { }
locals: { 'com/appiancorp/common/struts/DelegateActionServlet'

davidj137213
August 30, 2024

Which plugins do you have installed? Check if the package of any of them matches the one you see in your logs.. 

Just download the jar file and extract the files using winrar for example