weblogic.Admin command fails
Hi ,
I am trying to get current idle thread count using weblogic.admin command.
the cmd is
java -cp .:/opt/bea/weblogic81sp4/weblogic81/server/lib/weblogic.jar weblogic.Admin -username system -password admin123 -url 172.23.253.164:7077 GET -pretty -mbean Server:Location=ABLCWL1,Name=weblogic.kernel.Default,ServerRuntime=ABLCWL1,
Type=ExecuteQueueRuntime -property ExecuteThreadCurrentIdleCount
The domain name is Server and the manager server on which i wish to see the current idle thread count is ABLCWL1
it gives me o/p :-
Could not find the instance for Server:Location=ABLCWL1,Name=weblogic.kernel.Default,ServerRuntime=ABLCWL1,
Type=ExecuteQueueRuntime
Weblogic version is 8.1SP4