WLST connect commad to log in to weblogic console using encrypted credentials taking unexpected long
Hello Weblogic experts,
I have WebLogic Server Version: 12.1.3.0.0 with all current CPU updates running on Linux box with JDK version 1.8.0_60.
I have a shell script to monitor the running web logic server's health and deployed application status.
I noticed that it is taking 4 to 5 minutes to initialize WLST and connect to admin console when using saved user credentials encrypted file instead of using plain text weblogic user-id/password.
Please see below the portion of shell script and contents of .py file being call from this script:
##-- shell script
. ${DOMAIN_DIR}/bin/setDomainEnv.sh
echo "checking servers health...."
java weblogic.WLST server_health.py ${AdminUrl} ${DOMAIN_NAME} (where AdminUrl="t3://${srvrname}:7001" and DOMAIN_NAME='mydomain')