encrypt_password.sh returns error Could not find or load main class ..lib.catalina-ant.jar
search cancel

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
 
https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=/Q35YdaXpr83qbGauJprHQ==
 
- After this modification the script is working :
 
https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=t0WN0NolZMBcV6xUAznqBQ==