1
votes

I am trying to run below command in shell script but i am getting error like: Error: Could not find or load main class weblogic.Admin

${SUN_JAVA_HOME}/bin/java -classpath $CLASSPATH weblogic.Admin -url t3://localhost:7001 -username weblogic -password weblogic123 PING

Can anyone comment on it

1
weblogic.Admin has been removed since WebLogic 12.2.xEmmanuel Collin
Yeah. It was removed. Thanks Collin.Patils

1 Answers

2
votes

This is a known error. Admin has been removed in weblogic 12.2.1. you may use wlst to try connecting to the Admin server.