Search the web
Sign In
New User? Sign Up
wlshell
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 623 - 652 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
623
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...
d_j_l_2006
Offline Send Email
Nov 3, 2006
4:52 pm
624
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...
dosy07
Offline Send Email
Nov 17, 2006
2:31 pm
625
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...
tdev3000
Offline Send Email
Nov 17, 2006
2:35 pm
626
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 ...
conroyj
Offline Send Email
Jan 6, 2007
2:12 am
627
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 ...
conroyj
Offline Send Email
Jan 6, 2007
2:14 am
628
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...
Dylan Lobo
d_j_l_2006
Offline Send Email
Jan 10, 2007
3:20 am
629
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...
shivashankarst
Offline Send Email
Jan 20, 2007
2:18 pm
630
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: ...
mores
Offline Send Email
Jan 20, 2007
2:18 pm
631
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...
Paco Gomez
sfomad
Offline Send Email
Jan 22, 2007
8:44 pm
632
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...
neowu0326
Offline Send Email
Apr 3, 2007
3:39 pm
633
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...
venkitaswaran
Offline Send Email
Apr 3, 2007
3:40 pm
634
wlsh.sh -f myfileofcmds.txt ... an input file that contains ... that contain server names, ... fields. The purpose ... this input file to wlshell. ... greatly...
conroyj
Offline Send Email
Apr 5, 2007
5:53 am
635
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...
conroyj
Offline Send Email
Apr 5, 2007
5:53 am
636
I'm trying to automate restart of all managed weblogic servers in my environment having multiple weblogic domains using WLSH - 2.0.2 version. My script exits...
sanjay kumar
s_a_njay
Offline Send Email
Apr 15, 2007
4:57 am
637
Can any one help on this topic. I'm reaching to delivery date now and I have no solution. It will be really appreciated if any one find any solution. - Sanjay....
sanjay kumar
s_a_njay
Offline Send Email
Apr 22, 2007
1:30 pm
638
Sanjay, The "stopOnError" is an option introduced in wlshell but in version 2.0.2 is not yet fully functional, and therefore is not documented. There will be a...
Paco Gomez
sfomad
Offline Send Email
Apr 22, 2007
1:33 pm
639
Thanks Paco, this satisfy my requirement. A small correction needed in sample code : ping $url $user $password instead of just ping $url Thanks again for your...
sanjay kumar
s_a_njay
Offline Send Email
Apr 23, 2007
12:24 pm
640
Sanjay, Good to hear that works for you. The parameters of "ping" are optional, when not provided, ping (and connect) will use the environment variables...
Paco Gomez
sfomad
Offline Send Email
Apr 23, 2007
2:11 pm
641
Sanjay & Paco, Thanks for starting this discussion, I have relevant Question. I have not tested WL 10.x yet, will these wlshell scripts work for WL 10.x as...
Manjeet Manjul
manjeetmanjul
Offline Send Email
Apr 24, 2007
3:49 pm
642
Manjeet, Yes, WLS 10.x will also be supported by wlshell. Paco _____ From: wlshell@yahoogroups.com [mailto:wlshell@yahoogroups.com] On Behalf Of Manjeet Manjul...
Paco Gomez
sfomad
Offline Send Email
Apr 24, 2007
4:02 pm
643
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_leroux
Offline Send Email
Jun 19, 2007
8:49 pm
644
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...
sfomad
Offline Send Email
Jun 20, 2007
7:58 pm
645
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...
Erik Agee
erik_agee
Offline Send Email
Jun 26, 2007
7:46 pm
646
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...
Paco Gomez
sfomad
Offline Send Email
Jun 26, 2007
9:03 pm
647
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)...
sfomad
Offline Send Email
Jun 26, 2007
9:14 pm
648
Thanks, Paco. A fresh install of the new version caused the error to go away. Erik...
Erik Agee
erik_agee
Offline Send Email
Jun 26, 2007
10:41 pm
649
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 Agee
erik_agee
Offline Send Email
Jun 27, 2007
5:32 am
650
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...
Paco Gomez
sfomad
Offline Send Email
Jun 27, 2007
5:50 am
651
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...
sfomad
Offline Send Email
Jul 11, 2007
9:18 am
652
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 ...
Paco Gomez
sfomad
Offline Send Email
Jul 18, 2007
5:36 pm
Messages 623 - 652 of 675   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help