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:
Configuration Automation - version 12.8.6
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.
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.