encrypt_password.sh returns error Could not find or load main class ..lib.catalina-ant.jar
book
Article ID: 263867
calendar_today
Updated On:
Products
CA Release Automation - Release Operations Center (Nolio)
CA Release Automation - DataManagement Server (Nolio)
Issue/Introduction
Execution of script scripts/encrypt_password.sh returns error
Error: Could not find or load main class ..lib.catalina-ant.jar
Example :
Environment
Release Automation 6.7 build 810
Resolution
- edit file /scripts/encrypt_password.sh
- add : character after $CLASSPATH in this line :
./jre/bin/java -classpath $CLASSPATH: com.nolio.platform.shared.utils.PasswordEncryptionUtility $1
- After this modification the script is working :
Feedback
thumb_up
Yes
thumb_down
No