Weblogic Realtime Issues 16.10.2009


1).  How to add new remote managed server to Cluster?

I have a WebLogic Cluster including 2 managed Server and a Admin Server. There are some web applications running on the cluster, all applications deploy to 2 nodes. Now I want to add a new managed Server to the cluster. If I do that, will all applications be automaticly deployed to the new managed server? If not, what can I do to deploy all the applications to the new managed server?

Sol:

Is your applications deployed to Cluster?
If yes it will automatically deploy to new managed servers added to cluster when it comes to running mode.

2). How to create a deployment plan for an existing application?

Sol:


when you make a persisted configuration change to a deployed application that does not have an existing deployment plan, the console automatically creates a deployment plan for you in the plan subdirectory.

If you have an existing deployment plan for an application, simply prepare the application and place the deployment plan in the plan subdirectory of the application root directory. Then install the application. The Administration Console automatically uses a deployment plan named plan.xml in the \plan subdirectory.

Once you have deployment plan "registered" you can use Update button to set a diferent location of your plan.

3). JNDI data source references at deployment time

Sol: 

You can configure in web.xml. To link to this resource to a jndi name, you need to configure in weblogic.xml

http://download.oracle.com/docs/cd/E13222_01/wls/docs100/webapp/weblogic_xml.html

4). Not able to start server using wlst in windows


i am trying to start the weblogic 10.3 server thru wlst using the command
startServer('AdminServer_name','Domain_Name',"............
first it used to give an error saying that it is not able get the encrypted username and password from the boot.properties file.
then i tried copy pasting the username and passwd in the same command and it gives me a error saying

wlst could not start a new jvm for the server process, this might happen if you have provided illegal jvmArgs or the JVM picked up any illegal JVM_OPTIONS from your path.

if i mention the JVM parameters same as obtained from the help('startServer') command parameters. it says

Traceback (innermost last):
File "(console)", line 1, in?
File "(iostream)", line 398 , in startServer
TypeError: startSvr(): 10th arg cant be coerced to int.

i am desperately trying to get through this error
please help....

sol: 


A
nnoying syntax bug:

60000 works
'60000' doesn't

wls:/offline> startServer( 'AdminServer', 'base_domain', 't3://host:7009', 'weblogic', '****'', '/opt/oracle/bea/user_projects/domains/base_domain', 'true', '60000' )
Traceback (innermost last):
File "", line 1, in ?
File "", line 398, in startServer
TypeError: startSvr(): 10th arg can't be coerced to int

wls:/offline> startServer( 'AdminServer', 'base_domain', 't3://host:7009', 'weblogic', '***', '/opt/oracle/bea/user_projects/domains/base_domain', 'true', 60000 )
Starting weblogic server ...
WLST-WLS-1253908409262:

(or)

http://download.oracle.com/docs/cd/E12840_01/wls/docs103/config_scripting/reference.html#wp1060229




5 Response to "Weblogic Realtime Issues 16.10.2009"

  1. Unknown says:

    Hi ,

    I need few weblogic real time issues with reolution. So please mail me. ranga.iks@gmail.com

    sunny says:

    Hi , i need to know about weblogic real time issues like while installing on production system.

    thanks in advance

    reply me at sunnysam034@gmail.com

    Unknown says:

    Hi , i need to know about weblogic real time issues like while installing on production system.


    Thanks

    reply me at chiranjeevi636@gmail.com

    Unknown says:

    Hi...
    I want some more real time issues with salvation on production environment.

    kindly Mail ME: sateeshreddy.chilumula1@gmail.com

    Thanks.

    Unknown says:

    Hi
    I Need Deployment Isuues in weblogic and Troubleshooting techniques

    Kindly Mail Me : venkatsuresh88@gmail.com

    Thanks

Post a Comment

Powered by Blogger