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 606 - 635 of 673   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
606
I solved this. I had missed out one "/" after bin. Thanks, Shiva. ... version.txt");...
shivashankarst
Offline Send Email
Jun 1, 2006
12:48 pm
607
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 >...
Michael King
xenos_mak
Online Now Send Email
Jun 1, 2006
12:49 pm
608
Is it possible to use wlshell with weblogic express for deployments? Anyone else using WLX? Thanks, Mike...
Michael King
xenos_mak
Online Now Send Email
Jun 2, 2006
1:44 am
609
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...
shivashankarst
Offline Send Email
Jun 2, 2006
1:20 pm
610
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...
shivashankarst
Offline Send Email
Jun 2, 2006
1:32 pm
611
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...
shivashankarst
Offline Send Email
Jun 7, 2006
12:51 pm
612
Will there be a version of wlshell that works with weblogic 9?...
fluxhaze
Offline Send Email
Jun 24, 2006
1:53 am
613
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...
vinu_surya
Online Now Send Email
Jul 10, 2006
11:09 am
614
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...
vinu_surya
Online Now Send Email
Jul 12, 2006
2:27 am
615
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...
seelan400
Offline Send Email
Jul 21, 2006
6:13 pm
616
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...
sanjay kumar
s_a_njay
Offline Send Email
Jul 21, 2006
9:24 pm
617
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...
joerg.hohwiller
Offline Send Email
Jul 28, 2006
12:46 pm
618
$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,...
alex.chen_china
Offline Send Email
Aug 6, 2006
9:53 pm
619
... WLI-DEV2:/FileEventGenConfiguration/StatusUpdateInterface_bs_ifp/Channels ... (com.bea.wli.management.configuration.FileEventGenChannelConfiguration)] ... ...
alex.chen_china
Offline Send Email
Aug 16, 2006
12:05 pm
620
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 --...
d_j_l_2006
Offline Send Email
Oct 3, 2006
1:43 am
621
"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...
Paco Gomez
sfomad
Online Now Send Email
Oct 3, 2006
2:10 am
622
Thanks Paco, looks like I made a typical rookie mistake. Really great tool by the way. Regards, Dylan Paco Gomez <paco@...> wrote: “get” is a...
Dylan Lobo
d_j_l_2006
Offline Send Email
Oct 3, 2006
10:07 pm
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
Online Now 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
Messages 606 - 635 of 673   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