It looks like your system call is missing a forward slash between bin and wlsh.sh. Try using: system("$ENV{WLSHELLHOME}/bin/wlsh.sh -f version.wlsh >...
Hi All, I require to pass few parameters to wlshell script. This is wat I tried. "wlsh.sh -f <sample.wlsh> -v server_name=<machine_name>" In the script, i gave...
This is wat I did: wlsh.sh -f sample.wlsh -v a=<machine_name_port> -v b=<user_name> -v c=<passwd> -v d=<ear_file_name> ... connect $a $b $c ####I am able to...
Hi All, I am using Weblogic 8.1. I intend to use wlshell for monitoring the connection pool status like Active connections, etc and as well as monitor the...
Hi, I have an issue in weblogic managed server, where i have a cluster of mangaed weblogic servers. all the managed weblogic manged server after a period of...
Hi, I've an issue with my weblogic managed server, where i could see instances crashing down because of out of memory exception. I came across the wlsh script...
Hi, I'm very new to this shell script and fallen interest to learn. I installed and trying to run this commoan and getting the error belw. Can some one help me...
Follow this way and you will be successful - Install Weblogic binaries Install WLSHELL. It will ask you weblogic home directory -- you give above one Open...
Hi there, My JMX Server uses mx4j but needs an HTTP based Protocol to pass the firewalls. Therefore I can use burlap or hessian together with mx4j. This works...
$channels has one channel configed. but after I set it, it still doesn't successfully pick up the changes. I appreciate any of your comments or advices,...
Hello, I just downloaded and installed version 2.0.2 and I'm attempting something pretty basic (or so I think). Basically creating a java.util.HashMap --...
"get" is a reserved word for the "get command". But you can still use it just by enclosing it in double quotes, like this: $map "get" hello Cheers, Paco Paco...
Hello, I'm unable to detect failure to the "connect" command from within a script file. I've pasted both the code and the output when calling the script with...
Hi all, Hi paco I used wlshell to generate csv for database. i want make a script to reconnect if JVM is shutdown. But when i restart weblogic, $CONNECTED is...
Hello Why is my if statement not working ? type = ServerRuntime @ dir /$type states = $LAST for $s in $SERVERS for $q in $states res = $q"@"$s if $q == get...
Hi Paco/Dylan/Arnaud I notice that several people have experienced this problem but that nobody has ever posted a solution (I have now looked through all 625 ...
Paco Are there any future plans for WLShell in the light of the significant internal changes to WebLogic 9? Will I have to resort to WLST instead? Many thanks ...
Sorry John, I did not get a reply to this issue, neither was I able to come up with a decent work around. We are upgrading to WLS9 and I'm looking at moving...
Hello Everyone, I have used wlshell and to get the time-stamp while retreving attribute values, we use "get -t ...". I am currently using WLST for WL 9.1. Here...
How can I print out the currently running threads ? Here is something I have tried: connect service:jmx:rmi:///jndi/rmi://localhost:19106/jmxrmi java.lang: ...
John, Version 2.1.0-beta-2 supports WebLogic 9; you can give it a try: http://www.wlshell.net/beta/index.html I'm working to move wlshell from beta status and...
Hi, All It seems the structure of Weblogic9 MBeans change a lot. I can't access JVMRuntime anymore. (with latest wlshell) say. Now I have to use: "get...
Is wlshell capable of reading an input file ? For example, I have an input file that contains multiple lines. Within each line, there are pipe separated fields...
wlsh.sh -f myfileofcmds.txt ... an input file that contains ... that contain server names, ... fields. The purpose ... this input file to wlshell. ... greatly...
Hi This was the basis of my earlier question about wlshell support for WL9. I never really worked out a proper solution and others it appears have reverted to...