Was there any follow up/resolution for this? I still can't quite get -m to work either. Whats odd is turning debug on seems to cause it to work!?! No Debug: ...
Joe and Darryl, Thanks for reporting this issue and for providing the additional information. Actually that helped me find the issue. I just fix it and it will...
Has anyone else seen get -gd not return the delta value... but rather the 'raw' value... as if there was no '-d' argument. I reproduced with the sample script:...
Hi Paco Do you have any explanations for the following scenario (in wlshell v.2.0.2)? Thanks a lot! Regards Lukas Wymann --> options dateFormat set to our...
It seems that v2.0.2 scripts created from c2w contain incorrect cd commands when the directory contains a space, i.e. /ShutdownClass/"WLI Shutdown Class". When...
Hi, Sorry for the short notice, but we will be having a BEA Users Group meeting this evening at 6pm in Dallas. People living in the DFW area (I know most of...
Jeff, I finally figured out what was going on here and found a way to fix it. The fix will be included in the next beta (2.1.0-beta-2). If you need it now, let...
I know I can pull the current and free heap sizes (/JVMRuntime/server/HeapSizeCurrent and /JVMRuntime/server/HeapFreeCurrent, respectively). That doesn't ...
Jerry, If you set the minimum and maximum heap size to the same value, then the value of HeapSizeCurrent represents the maximum size. At BEA we recommend to...
So, does that mean wlshell can't get pull the max heap size? We are doing some testing/research to determine the possible repercussions of setting the min and...
I have encountered the same issue as below, where I have jdbc connection pools deployed to mutliple managed servers. The problem is is that I am having...
Just download and tested. Works perfectly!. Thanks Paco for the excellent tool. One other question idea: I monoitor stuck threads in the execute queues. What...
Lukas, Thanks for the update. The dateFormat option is used for the date command and the get -t command. If you need to format a date variable, you can use the...
New scripts are available at the scripts catalog: http://www.wlshell.net/scripts/latest.html Thanks to Marco Vannini, Gareth Chapman and Suman Aluru for their...
Jason, Those properties are found in the script that starts WebLogic. In 8.1 this is startWebLogic.cmd/sh and users may customize this file manually or use a...
Hello,
I have the same requirement. I was just wondering if any progress has been= made in supporting the creation of commo mbeans?
Thanks in advance,...
I am attempting to pass a property in the build.xml file as a command line argument to a WLSH script. Does anyone know how I can pass special characters? I've...
Hi, The "=" sign is used by wlshell as the delimiter to differentiate the variable name from its value. Here is a possible workaround: build.xml: <property...
Hi there, I'm trying to add a security policy to a JDBCConnectionPool using wlshell. As a first step I've created the policy via the weblogic console and I'm ...
Colin O'Toole
cotoole@...
Jul 2, 2004 2:54 pm
428
Hello! Thanks for this terrific tool I had a question regarding Managed WebApp Servers (in JVMs seperate from the Admin Server but all on the same machine). I...
Hi, I am using wlshell (2.0.2) with WLS 8.1 sp2 ( with workshop runtime) and the get -m command returns null for me. I tried a simple command: wlsh testProd:/>...
Luc, This is a known issue in 2.0.2 that has been fixed in 2.1.0-beta-2 (available soon). The workaround is to start wlshell in debug mode (-d) like you have...
Hello guys I'm running wlsh 1.7 with weblogic server 8.1sp2. the following configuration used to work with the Weblogic 7.0sp2. but after upgrading the...
Shlomit Balas
shlomit@...
Jul 15, 2004 1:17 pm
432
We run wlshell scripts in cron jobs to monitor a WL application. It works great, except when the WL admin server is unavailable. When running in script mode...
Hello, I have 2 questions : 1. I used to use completion when using previous verison of wlshell and it seems it has disappeared since version 2.0.2. How can I...
Hi, I just downloaded WLShell 2.0.3 using the linux installer. I am running WebLogic 8.1 sp1 on RedHat 7.2. My setup has only one domain and one server. When...