After upgrading Nolio RA 6.6 to 6.7 we're seeing the following error:
type Exception report
message javax.servlet.ServletException: java.lang.VerifyError: Stack map does not match the one at exception handler 43
description The server encountered an internal error that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: javax.servlet.ServletException: java.lang.VerifyError: Stack map does not match the one at exception handler 43 Exception Details: Location: org/apache/catalina/session/StandardSession.<init>(Lorg/apache/catalina/Manager;)V @43: nop Reason: Current frame's flags are not assignable to stack map frame's. Current Frame: bci: @36 flags: { flagThisUninit } locals: { uninitializedThis, 'org/apache/catalina/Manager', uninitializedThis, 'com/wily/introscope/agent/trace/IParameterizedMethodTracer' } stack: { 'java/lang/Throwable' } Stackmap Frame: bci: @43 flags: { } locals: { top, top, top, 'com/wily/introscope/agent/trace/IParameterizedMethodTracer' } stack: { 'java/lang/Throwable' }
Release : 6.7
Component : CA Release Automation Release Operations Center
If you actively use CA Wily APM and need to fix the problem it is having then please make sure the version of CA Wily APM being used supports OpenJDK 1.8.0_u232. If it does and the problem still exists then please open a support issue with CA Wily APM.
If you are able to remove CA Wily APM from Nolio RA then follow the steps below.
On Windows Management Servers:
It is common for the CA APM Wily Introscope agent to be added to a JMV by adding a line similar to the following within the bin/catalina.bat. However, for Nolio RA it is possible (or most likely) to be found in the bin\NolioService.bat (please see additional information if you don't find it in either of these files):
set CATALINA_OPTS=%CATALINA_OPTS% -javaagent:"c:\apache-root\<Agent_Home>\Agent.jar" -DagentProfile="c:\apache-root\<Agent_Home>\core\config\IntroscopeAgent.profile"
If you are able to find a line similar to the one described then: