Archived Content: This information is no longer maintained and is provided "as is" for your convenience.
Summary
Question
Answer
The error on server.log:
***********************
JBWEB004061: An error occurred at line: 23 in the generated java file
Only a type can be imported. com.hp.ccue.crypto.util.AESHelper resolves to a package
JBWEB004060: An error occurred at line: 63 in the jsp file: /propertysources/csa-db-query.jsp
AESHelper cannot be resolved to a type
***********************
I searched some article on internet:
https://developer.jboss.org/thread/77444
The issue is the Jar which is including ASHelper is not in the path WEB-INF\\lib, I searched my CSA lab 4.92 and the name of Jar is:
cryptoUtil-1.0.3.jar in folder C:\\Program Files\\Micro Focus\\CSA\\workflow-designer\\designer\\tomcat\\temp\\0-oo-designer\\WEB-INF\\lib
So the action plan for your:
- If you still have a CSA 4.7 environment, search for the path of cryptoUtil on old environment, then copy cryptoUtil-1.0.3.jar to the same folder on CSA 4.92
- If you doesn't have a CSA 4.7 environment, copy the jar file to WEB-INF\\lib folder:
CSA\\jboss-as\\standalone\\deployments\\csa.war\\WEB-INF\\lib (maybe we need this one only)
CSA\\jboss-as\\standalone\\deployments\\idm-service.war\\WEB-INF\\lib
After that restart service and the JSP should working fine.
Solution:
When installing the patch Removing many old libraries, we found the jsp that calls and placed in the missing routes