Hi there We've got ear-Files, containing several jar's. A new version with additional jar's and/or with deleted jar's should get deployed. What would be an...
Paco, We are already using the recommended DeployerRuntime. But we have applications (ear files), which contain several ejb's and some war files. The war-files...
Hello Russ, Do you have any WLS-Patches in your Classpath (CR....jar). I also had problems setting some attributes as long as I had Patches in the Classpath...
Russell, It looks like the attribute is correctly set, despite the server-side warning. I will take a closer look at it. Thanks, Paco Paco Gomez Principal...
Paco Gomez
paco@...
Apr 17, 2003 6:15 am
65
One of my peers is using WLShell with WLS 6.1 SP4 on Solaris and is receiving the following message: "WARNING: The server version is different than the version...
The server is using a different patch of weblogic than the client. Same thing happens from SP2/SP3 and so on. It's just a warning - but it could be trouble. ...
But, WLShell is using the same WLS installation as the server that it's connecting to. WLS is installed and running out of /appl/bea-wl61sp4 and the WLShell ...
That does elminate opportunity for differences. Are we safe in assuming that SP4 is part of your weblogic.jar and that there isn't a weblogic_sp.jar? Rob ... ...
Yep, SP4 is part of the weblogic.jar ... no weblogic_sp.jar files. There is a CR093266_61sp4.jar in the WLS classpath, but that is it for WLS specific files. ...
Andrew, The version is 7.0 SP2 with a fresh install. The errors are only seen with INFO level logging on and seem to occur for setting any MBean attribute. ...
hello! i've got the following problem: i use the following script to get Runtime information: cd /JDBCConnectionPoolRuntime dir @ pools = $LAST print $pools ...
Hello! I'm uing wlshell and wls 8.1 and want to change the settings for my realm by adding an Active Directory Authenticator. I can't find the mbean to do...
possibly, can you send the snippet of config.xml that makes up that mbean? /drew ... __________________________________ Do you Yahoo!? The New Yahoo! Search -...
I would guess that this is the sniplet in config.xml: <Security Name="se-m-d01" PasswordPolicy="wl_default_password_policy" Realm="wl_default_realm"...
nick, I know there is an example(in the medrec build.xml) of creating updating a DefaultAuthenticator via the new ant tasks..... The security mbeans are a...
What are the requirements for terminanl settings ? When I use the explorer it locks out all my other windows. Thanks in advance for any info. Cheers ... Do...
So if I call the read script.wlsh in a if then blok, the commands following the read inside the blok are not executed. ... if not $CONNECTED then echo "!!!!!!"...
We have a JMSQueue and I'm attempting to set the RedeliveryDelayOverride. If set through the console the value is set as a (java.lang.Long). If set through...
How to set a variable or attribute to a negative value ? Here is the results of some tests. var_neg = -1 wlsh dom:/> neg = -1 incorrect syntax. type "help" for...
Hi All, I have a quick question, as we use c2w command to convert config.xml file into a shell script. I am wondering by using any command can we change a wlsh...
Is there any way to concatenate two variables? For example, this will work: for $i in 1 to 5 do msg = "Yo"$i echo $msg end but this won't: yo = "Yo" for $i in...
I would like to have the following result (haded using the console): wlsh dom:/Server/SRV01> get -v Machine Attribute Machine: dom:Name=Machine01,Type=Machine ...
How can I created Distributed Queue Member inside Wlshell ? If for exemple the Distributed Queue QTest must be distributed on the JMSSrv1 & JMSSrv2: I'm trying...
The explorer and the monitors (get -g) require X-Window in Unix. Paco ... From: patrick murphy [mailto:feenox21@...] Sent: Thursday, May 08, 2003 1:19 PM...
Paco Gomez
paco@...
May 22, 2003 4:47 pm
88
Russell, This issue has been fixed. Go to: http://www.wlshell.com/update.html and download the latest wlsh.jar, follow the instructions to replace wlsh.jar. ...