Getting error while invoking java weblogic.WLST from C drive

Posted by user3718817 on Stack Overflow See other posts from Stack Overflow or by user3718817
Published on 2014-06-08T01:52:15Z Indexed on 2014/06/08 3:25 UTC
Read the original article Hit count: 554

Filed under:
|
|

I am getting an error message when I try to invoke

java weblogic.WLST monitor.py weblogic weblogic1 t3://localhost:7001

from below mentioned path.

C:\Users\satish>java weblogic.WLST monitor.py weblogic weblogic1 t3://127.0.0.1:7001

error

Error: Could not find or load main class weblogic.WLST

But when I invoke the same command from weblogic home I am not getting any issues.

Requesting you to help regarding this.

Please find the below class path:

C:\Oracle\Middleware\wlserver_10.3\server\bin>setWLSEnv.cmd

Error: Could not find or load main class weblogic.WLST

Note: I already set class path.

Kindly advise where I am getting wrong. Or is there any way that I can invoke my Python script from anywhere?

© Stack Overflow or respective owner

Related posts about java

Related posts about Windows