Oracle Weblogic Server (MOSC)

MOSC Banner

WLST connect commad to log in to weblogic console using encrypted credentials taking unexpected long

edited Dec 6, 2018 4:00AM in Oracle Weblogic Server (MOSC) 1 commentAnswered

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')

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center