HTTP Status 500 - Unable to compile class for JSP after upgrade from CCA r12.8.1 to r12.8.6
search cancel

HTTP Status 500 - Unable to compile class for JSP after upgrade from CCA r12.8.1 to r12.8.6

book

Article ID: 192978

calendar_today

Updated On:

Products

CA Configuration Automation CENDURA

Issue/Introduction

After updating the Server component from CCA r12.8.1 to r12.8.6 successfully, 
when I try to open the user interface "CCAUI.jsp" the following error appears:

 

 

Environment

Configuration Automation - version 12.8.6

Cause

An obsolete ecj-3.7.2.jar file was present in the ..\CA\CCA Server\tomcat\lib 
folder. This file is for use with the CCA r12.8.1 Apache Tomcat Version 6.0.36.

Resolution

The Configuration Automation started correctly after removing the ecj-3.7.2.jar 
file from the ..\CA\CCA Server\tomcat\lib folder. 

The ecj-4.4.2.jar is used with the CCA r12.8.6 Apache Tomcat Version 7.0.42.

So I apply the following steps:

1. Stop CCA Server service
2. Delete the ecj-3.7.2.jar file from the ..\CA\CCA Server\tomcat\lib folder.
3. Start CCA Server service
4. Open the user interface “CCAUI.jsp” successfully.