Folks, I'm new to wlsh so my apologies for posting something that may be totally trivial to you folks. We're Running Weblogic 9.2 on Red Hat ES 4. The JVM we...
Dan, wlshell version 2.0.2 supports WLS up to version 8. If you use WLS 9 or 10, you need wlshell version 2.1.0: http://www.wlshell.net/beta/index.html It is...
We recently upgraded from WebLogic 8.1 to 9.2. We upgraded wlshell to the 2.1.0-beta-2 as well to address the compatibility issue, but now when we try to...
Dan, wlshell version 2.0.2 supports WLS up to version 8. If you use WLS 9 or 10, you need wlshell version 2.1.0: http://www.wlshell.net/beta/index.html It is...
Erik, that should work, but try with the latest beta: http://www.wlshell.net/beta/wlshell-2.1.0.zip connect to the managed server using its address(or name)...
So I'm able to run wlshell in the new WLS9 environment now, but my application domains are not showing up. All I get are these three: wlsh runtime.com.bea:/>...
Erik, Can you provide details on how did you register your MBeans? What MBeanServer did you use to register your custom MBeans? Did you register your...
wlshell version 2.1.0 is now available. The main new features are: * support for Java SE and MX4J JMX 1.2 implementations * support for BEA WebLogic Server...
If you have any issues logging into a Remote JMX server that requires authentication, use the following patch: http://www.wlshell.net/v2/wlshell-2.1.0.1.jar ...
Enter your vote today! A new poll has been created for the wlshell group: Which WLS version are you currently using with wlshell? o WLS 10 o WLS 9 o WLS 8 o...
wlshell@yahoogroups.com
Jul 20, 2007 7:20 am
654
Hi, In addition to the scripts included in the new version, I'm providing some examples in a series of entries in my Blog at BEA. For those interested, here...
Hello Paco, thanks for your reply. Unfortunately I am still facing problems and I am obviously not yet understanding enough about WLS 9.x. My own...
drazenko.djuricic@...
Sep 3, 2007 5:00 pm
662
DJ: your script is almost correct, just need to add "cd .." at the end of each for loop, to go up one level. Also make sure you have the latest version (2.1.0)...
Hello, I am having trouble connecting to one of the weblogic server which is running Weblogic 8.1 SP5. It is throwing the following exception shown below. Any...
To find out what the issue is, can you start wlshell with the -d flag (wlsh -d), execute "ver" to show the version and the connect command? then send the...
Hello Paco, Thanks for replying. I have followed your instructions and created the wlshell.log. Unfortunately, I had to mask some details such as server name,...
Sudhakar, I didn't see the output of the "ver" command. Can you execute "ver" within wlshell and send me the output? Paco _____ From: wlshell@yahoogroups.com...
Sudhakar, I was referring to the "ver" command inside wlshell. That produces detailed information of the libraries being used. Also please attach the output of...
Hi Paco, I have a password issue that I hope you can help me with. First off, I am able to use this class to log onto a weblogic console but only if the...
Hi Group, I'm trying connect WLS 9.0 using WLSHELL Version 2.1.0.1 but when I type "connect t3://wlsmachine:wlsport system weblogic" only the follow message is...
Hi, all I'm very new in wlshell... I try to run simple script test.wlsh: connect t3://10.2.248.66:7007 weblogic weblogic echo "connected" ls > ./test.log sleep...