Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
2k views

Using WLST to bounce a managed server?

Is there a way to bounce/restart a managed server using WLST? The ServerRuntime MBean seems to have the correct functions to do this but as far as I can tell, you can only access this MBean for the ...
3
votes
2answers
904 views

Can NovellAuthenticators (LDAP) be add to Weblogic using WLST Offline?

I would like to create a WLST script to create my Weblogic domain. However I'm having problems adding the LDAP config. cd("/SecurityConfiguration/myDomain") cmo.createRealm("myrealm") ...
2
votes
2answers
105 views

Why does Python (WLST) tell me a documented function doesn't exist?

I'm using the Weblogic Scripting Tool aka WLST, a Python-based shell environment, to programmatically edit variables in Plan.xml files for projects to be deployed to the Weblogic server. I can get as ...
2
votes
1answer
122 views

How can I append to sys.path using Weblogic Scripting Tools?

I need to logically and non-interactively undeploy an application from Oracle 10. The solution I came up with is to use WLST and write a python program to do the work for me. The problem I have is in ...
2
votes
1answer
724 views

Developing WLST scripts with Eclipse

We are in the process of developing several WLST (WebLogic Scripting Tool) scripts and we would like to setup a development environment. Has anybody managed to configure Eclipse PyDev (or another ...
2
votes
2answers
522 views

Is there a comprehensive guide for Weblogic Scripting Tool (WLST)

I'm unsuccessfully using WLST to modify a jmsmodule.xml file online. I have to achieve this programatically rather than using the Weblogic Console. However, I've "recorded" the commands while in the ...
1
vote
3answers
124 views

Jython(WLST)/Python Communcation

I have a want to make a jython and python communcation link. I have a django app and python scripts I use for a front end and do system admin/automation tasks. I use jython for Weblogic 9/10. The ...
1
vote
1answer
195 views

Determine if EAR Has Been Deployed in WebLogic Server Using WLST?

I am trying to create a simple python script that deploys my EAR file to the AdminServer of Weblogic. I have searched the internet and the documentation provided by Oracle, but I cannot find a way to ...
1
vote
0answers
117 views

Subprocess and hardcoded directorys work fine varables fail

So am running into an issue and now sure what I am doing wrong. I am using python 2.4 and the subprocess module. This is integrated with my django site. I have a form that askes for some user input, ...
1
vote
2answers
708 views

How to clone weblogic server in WLST (offline-mode)?

We have a custom weblogic template which has admin server (obviously) and a cluster with 2 managed servers deployed to the same machine. We use that template for our development environments. But now ...
1
vote
1answer
1k views

WLST: Remote deployment of an application on weblogic

I am trying to deploy an application remotely on WebLogic. I am using WLST in a python script. I am using deploy command to do that. When I give the path of my war of any location which is accessible ...
1
vote
1answer
224 views

Embedded WLST minimal file set

I'm using Eclipse to write a small Java application that uses WLST to manage a few development servers. I want to be able to give this application to our developers who do not have Weblogic ...
1
vote
1answer
350 views

How to check if application was deployed on a specific managed server?

I use following wlst command in order to check if application was already deployed before: oldApplication = find(name=d['name'], type='AppDeployment') But it does not show that application was ...
1
vote
1answer
542 views

weblogic setting log filename pattern for rotation

I have written a wlst script to change the log file rotation strategy from BySize to ByTime which works correctly but the names of the rotated files are still fileName.log000n where n is a number. I ...
1
vote
1answer
902 views

Weblogic domain and cluster creation with WLST

I want to create a cluster with 2 managed servers on 2 different physical machines. I have following tasks to be performed (please correct me if I miss something) Domain creation. Set admin server ...
1
vote
2answers
423 views

ALSB automation

One of the elegant things about WebLogic is WLST (Weblogic Scripting). Is it possible to script actions done in ALSB (Aqualogic Service Bus)? For example: Exporting resources from the bus.
1
vote
1answer
917 views

WLST Best Practices: Shell vs MBeans?

Are there any admins out there who use WLST? On our project we are in the process of automating many of our day-to-day tasks such as deployments and domain settings. We're also building scripts that ...
0
votes
0answers
39 views

using WLST embedded from client machine to communicate with remote weblogic instance

I am planning to use WLST in embedded mode to manage remote deployment of ear file. My standalone java application will use wlst in embedded mode to execute wlst commands and will run on a different ...
0
votes
1answer
31 views

aplication auto-deploy to WebLogic poduce “Warning”

I've prepared simple deployment script that deploy my EJB Application to WebLogic 10.3 server. application packed as ear file. connect(username, password, "t3://" + wlHost + ":" + wlPort) ...
0
votes
1answer
56 views

BEA-error WLContext.close() in python script

I'm new to Weblogic. Recently I've created my first script to deploy a WL application. The script is very simple. The problem is that the script throws an exception I don't know to solve. The ...
0
votes
0answers
38 views

wlstModule connection information lost

When using wlst with a WebLogic 10.3.5.0 release I am puzzled by the following situation and hoping for an answer. Given a standard wlst command to connect to a server ...
0
votes
0answers
19 views

How to programatically discover unregistered web services deployed in Weblogic?

There are a number of teams who have deployed applications to a shared Weblogic application server. There has been some effort to maintain a registry but it hasn't been kept up to date. How can you ...
0
votes
3answers
72 views

Setting Domain Credential during WebLogic WLST offline domain creation?

I have successfully created WLS 10.3.5 domains using offline WLST, along the lines of readTemplate(template); set("name","DomainName"); ... One detail remains: I need to set the "Credential" of each ...
0
votes
0answers
30 views

WebLogic wlst list pending tasks

I am using WebLogic 10.3 and would like to know the wlst equivalent of the following sequence which can be performed from the admin console (Login to Admin Console) -> Home -> Recent Task Status -> ...
0
votes
1answer
17 views

Is it possible to profile a script run in WLST?

Is it possible to profile a script run in wlst? I need to profile a python script that migrates data from an XML file to an LDAP.
0
votes
0answers
34 views

how to deploy a single resource with wlst

I want to deploy on several Weblogic servers with wlst. There are several samples on the web about deploying whole configuration, but i need to deploy a few resources, like a single debugged proxy to ...
0
votes
1answer
272 views

WLST - Node Manager Commands : “nmStart” can it strart many weblogic servers at the same time?

we are using "WLST - Node Manager Commands" to control our servers restart. but to minimize the restarting time, can we run multi servers at the same time ? our code right now working like this : ...
0
votes
0answers
155 views

how to use variable in config.xml of weblogic domain template

I'm trying to use a weblogic domain template to create a server/domain with a variable AdminServer name. What I'd like to do is to use a system variable (e.g.$USER) from within the config.xml file of ...
0
votes
1answer
107 views

Anyone tried Cluster automation with WLST?

Most of the production env might need a automation script for Clusters. Reason is whenever there is a need of enhance the sites need to add new cluster to existing domain. When there is a ...
0
votes
1answer
92 views

How to find a Mail-Session-Object using WLST

I have two WLST-Scripts: the first creates a new Mail-Session doing something like this: fooMailSession = cmo.createMailSession('FooMailSession') fooMailSession.setJNDIName('mail/FooMailSession') ...
0
votes
3answers
207 views

How to override edit locks

I'm writing a WLST script to deploy some WAR's and an EAR. However, intermittently, the script will time out because it can't seem to get an edit lock (this script is part of a chain of many other ...
0
votes
2answers
178 views

How do I integrate existing scripts into Django?

I have just been introduced to the Django framework and I would like to use this framework for a lot of my system based Perl/Python/wlst scripts for my group. How can I take the normal command line ...
0
votes
1answer
508 views

Start/stop a deployment in Weblogic 9 using JMX (or WLST)

I want to start/stop a deployment in weblogic 9 server. I prefer to use JMX to talk to a weblogic MBean. I already use this to start/stop a server, but I cannot find the MBean for starting/stopping ...
0
votes
0answers
357 views

WLST scripting and importing self-made module

I am trying to write a WLST script. As I found that I always repeat doing similar setup, I tried to make some util functions to ease my script writing. Later when I tried to pull those functions ...
0
votes
0answers
287 views

Weblogic starts old version of an application after redeployment

We deploy our enterprise application(exploded) on Weblogic using WLST: oldApplication = find(name=d['name'], type='AppDeployment') if oldApplication: print "Undeploying application " + ...
0
votes
1answer
131 views

WebLogic script for changing the minimum password length

How can I write a script to change the minimum password length to 4 characters using WLST Home >Credential Mappings >Users and Groups >weblogic >Users and Groups >Summary of Security Realms >myrealm ...
0
votes
1answer
621 views

Weblogic WLST classpath

When I run the WLST script .sh script to set the env as follows why can't I see the updated path when I do echo? [linbox2 bin]$ ./setWLSEnv.sh ...
0
votes
1answer
837 views

WLST: deploy application but do not start it — how?

I need to script an EAR deployment to Weblogic 9.2. Extra requirements I have though are: Application Name shall be the one I provide, not just EAR name Application is deployed in Prepared state, ...
0
votes
1answer
675 views

WebLogic 10 WLST command to stop a deployment

Is there a WLST command to stop a Weblogig deployment? (i.e. the opposite of the nmStart() command) If so, what is it? I am changing database passwords and I want to shutdown all deployments so all ...
0
votes
1answer
303 views

How to specify “Copy this application onto every target of me” option while deploying using WLST deploy() command?

I want to remove dependency on the location of EAR file while deploying it into WebLogic Server using WLST scripts. While doing manually we can select the radio button - Copy this application onto ...
-1
votes
1answer
136 views

wlst authentication exception prompt user again

I have written a couple of wlst scripts which work as expected. The script starts by prompting the user for a username/password, connects to the admin server and then performs the tasks (deployment, ...