Simple question - Error in creating Weblogic Domain 8.1

Hello all
I am new to weblogic. I am trying to create a domain for my development. I am following the the steps from
http://edocs.bea.com/wls/docs81/adminguide/overview_domain.html
$ setWLSEnv.sh
Your environment has been set.
$ java weblogic.Server
Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Server
So i tried this below
$ startWLS.sh
* Warning: This script is DEPRECATED. Please *
* don't start new Domains with this script. Use *
* scripts generated by Domain Configuration *
* Wizard instead. *
And eventually i am not able to create a domain
Please help me figuring out what is the problem.
-Raje

I fixed the first issue . Creating the Develpment domain using the "Configuration Wizard". Now when i do "startWebLogic.sh"
I am getting the below error
$ startWebLogic.sh
CLASSPATH=/usr/jdk/j2sdk1.4.2_05/lib/tools.jar:/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/server/lib/weblogic_sp.jar:/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/server/lib/weblogic.jar::/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/usr/jdk/j2sdk1.4.2_05/jre/lib/rt.jar:/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/server/lib/webservices.jar:
PATH=/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/server/bin:/usr/jdk/j2sdk1.4.2_05/jre/bin:/usr/jdk/j2sdk1.4.2_05/bin:/usr/bin::/usr/local/bin:/etc:/opt/EMCpower/bin/sparcv9:/etc/emc/bin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/X/bin:/usr/bin:/usr/sbin:/usr/X/bin:/usr/bin:/usr/sbin:/usr/X/bin
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http://[hostname]:[port]/console *
<Feb 7, 2006 2:49:28 PM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_05-b04 from Sun Microsystems Inc.>
<Feb 7, 2006 2:49:28 PM PST> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
<Feb 7, 2006 2:49:28 PM PST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 >
<Feb 7, 2006 2:49:28 PM PST> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at /opt/app/d1fdm1m1/WebLogic/8.1/user_projects/domains/Atlay_MediationDomain1/./config.xml.>
<Feb 7, 2006 2:49:30 PM PST> <Notice> <Log Management> <BEA-170019> <The server log file /opt/app/d1fdm1m1/WebLogic/8.1/user_projects/domains/Atlay_MediationDomain1/myserver/myserver.log is opened. All server side log events will be written to this file.>
<Feb 7, 2006 2:49:32 PM PST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<Feb 7, 2006 2:49:32 PM PST> <Notice> <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "Atlay_MediationDomain1">
<Feb 7, 2006 2:49:38 PM PST> <Notice> <JTA> <BEA-110025> <Creating new transaction log file [./myserver/./myserver.0000.tlog].>
<Feb 7, 2006 2:49:38 PM PST> <Notice> <JTA> <BEA-110025> <Creating new transaction log file [./myserver/./myserver.heur.0000.tlog].>
<Feb 7, 2006 2:49:38 PM PST> <Emergency> <WebLogicServer> <BEA-000351> <Unable to create a server socket on Channel Default for port: 7001. java.net.BindException: Address already in use Perhaps another process is using port 7001.>
<Feb 7, 2006 2:49:38 PM PST> <Emergency> <Security> <BEA-090085> <Server failed to bind to the configured port. The port may already be used by another process.>
<Feb 7, 2006 2:49:38 PM PST> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: Server failed to bind to the requested port. See preceeding log message for details.>
The WebLogic Server did not start up properly.
Exception raised: 'weblogic.server.ServerLifecycleException: Server failed to bind to the requested port. See preceeding log message for details.'
Reason: Server failed to bind to the requested port. See preceeding log message for details.
Why it is saying this how will the change the port if already 7001 is used ?
Thanks,
-Raje

Similar Messages

  • Java.lang.OutOfMemoryError: PermGen space error while creat weblogic domain

    Hi,
    OBIEE 11g installing in Linux server now. domain creation is in progress for about an hour and in log I can see below error.
    Creating a new AdminServer Object ...
    AdminServer port is 7001
    Starting the domain ...
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    domain creation is still running and looks like it is struck to start domain no idea how to solve the issue. waiting to see whether domain creation successful.
    I was searching on web and found below solution but no idea how to do it in Linux server. Please provide detail instructions to do it.
    * java.lang.OutOfMemoryError: PermGen space
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    Solution: Increase the max permgen space -XX:MaxPermSize=256m
    There can be a leak in the permgen objects. If tuning parameters do not resolve the issue, we need to use the memory leak detector tools and find out which instances in the permgen space are not getting cleared.
    Refer: http://weblogic-wonders.com/weblogic/2010/12/30/different-out-of-memory-issues/
    Appreciate for your help.
    Thanks
    Jay.

    Hi,
    The script that configures the domain $DOMAIN_HOME/bin/setDomainEnv.sh... it should detect you are using JDK from Sun (JAVA_VENDOR="Sun") and add -XX:MaxPermSize=512m automatically...
    Simple solution, use JRockit... This problem only occurs with Sun JDK...
    Alternatively, add manually -XX:MaxPermSize=512m to the last JAVA_PROPERTIES in setDomainEnv.sh then you will be sure it is there...
    Cheers,
    Vlad

  • Getting Error in creating weblogic domain in silent mode.

    Hi,
    I want to create a weblogic domain in silent mode. When I execute the command  ./config.sh -mode=silent -silent_xml=/home/oracle/silent.xml, I am getting the error given below.
    bash-3.00$ cd /apps/Oracle/Middleware/oracle_common/common/bin
    bash-3.00$ ./config.sh -mode=silent -silent_xml=/home/oracle/silent.xml
    ** Could not find default script file under home directory: "/apps/Oracle/Middleware/wlserver_10.3/configscript.txt"
    Please let me know what could be the issue
    Thanks in Advance!
    Regards,
    Roshni Shankar

    Hi Roshni,
    What is the version of wls you are using ?
    There is no silent mode of domain configuration. There is silent mode of wls installation.
    You can refer to :
    Introduction - 11g Release 1 (10.3.6)
    Thanks,
    Sharmela

  • Help CFGFWK-60814 error when creating weblogic domain(Config.cmd)

    Hi,
    I've installed soa suite 11gR2 without problem on windows 7 Turkish platform and Oracle XE DB. But, when I create domain based (run config.cmd) on templates it gives CFGFWK-60814 error; it says template can't be applied because it can't find dependencies although required files are already in correct directories.
    I found similar error on google, but I couldnt find solution.

    Hi Roshni,
    What is the version of wls you are using ?
    There is no silent mode of domain configuration. There is silent mode of wls installation.
    You can refer to :
    Introduction - 11g Release 1 (10.3.6)
    Thanks,
    Sharmela

  • Error configuration forms 11.1.1 : Creating WEbLogic domain fails

    I am trying installing Oracle Forms and Reports on Windows XP pro with an Oracle 10G database but cannot get it done.
    This is what I did:
    - Installed WebLogic Server 11 gR1 (from wls1033_oepe111150_win32.exe)
    - Installed Oracle Fusion Middelware (without configuration) 11g Release 1 (11.1.1) - from ofm_pfrd_win_11.1.1.2.0_32_disk_1 til _4_1of1.zip
    - Installed Oracle Fusion Middelware (without configuration) 11g Release 1 (11.1.1) Patch Set 2 (11.1.1.3.0) - from ofm_pfrd_win_11.1.1.3.0_32_disk1_1of1.zip
    - Started the Node Manager
    - Stated the Classic-Instance configuration
    I tried again and again but the cofiguration always gives the error that it cannot create a domain.
    The tail of the log files shows:
    [2010-11-25T17:25:34.687+01:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 14] [ecid: 0000Im3q^J2EwG1prsd9iY1CvcnO000005,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    The out file gives:
    Executing Task: Domain wird erstellt
    XXX: adding task: oracle.as.install.classic.ca.standard.DomainProvisioningTask
    AdminServer port is 7001
    trying to connect to stefan 7001
    Creating Weblogic Domain.
    isPortAvailable [port 5556]
    Port 5556 not available.
    oracle.as.provisioning.exception.ASProvWorkflowException
         at oracle.as.provisioning.weblogic.ASDomain._createDomain(ASDomain.java:2623)
         at oracle.as.provisioning.weblogic.ASDomain.createDomain(ASDomain.java:2469)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 13 more
    progress in calculate progress4
    progress in calculate progress4
    I found some posts in the forums but could't really get anything out of them.
    Thanks for any help, Chris

    Chris wrote:
    I am trying installing Oracle Forms and Reports on Windows XP pro with an Oracle 10G database but cannot get it done.
    This is what I did:
    - Installed WebLogic Server 11 gR1 (from wls1033_oepe111150_win32.exe)
    - Installed Oracle Fusion Middelware (without configuration) 11g Release 1 (11.1.1) - from ofm_pfrd_win_11.1.1.2.0_32_disk_1 til _4_1of1.zip
    - Installed Oracle Fusion Middelware (without configuration) 11g Release 1 (11.1.1) Patch Set 2 (11.1.1.3.0) - from ofm_pfrd_win_11.1.1.3.0_32_disk1_1of1.zip
    - Started the Node Manager
    - Stated the Classic-Instance configurationYou dont have to start the Node manager.
    Also since you are installing on XP deselect system components .. Try again
    I tried again and again but the cofiguration always gives the error that it cannot create a domain.
    The tail of the log files shows:
    [2010-11-25T17:25:34.687+01:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 14] [ecid: 0000Im3q^J2EwG1prsd9iY1CvcnO000005,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    The out file gives:
    Executing Task: Domain wird erstellt
    XXX: adding task: oracle.as.install.classic.ca.standard.DomainProvisioningTask
    AdminServer port is 7001
    trying to connect to stefan 7001
    Creating Weblogic Domain.
    isPortAvailable [port 5556]
    Port 5556 not available.
    oracle.as.provisioning.exception.ASProvWorkflowException
         at oracle.as.provisioning.weblogic.ASDomain._createDomain(ASDomain.java:2623)
         at oracle.as.provisioning.weblogic.ASDomain.createDomain(ASDomain.java:2469)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 13 more
    progress in calculate progress4
    progress in calculate progress4
    I found some posts in the forums but could't really get anything out of them.
    Thanks for any help, Chris

  • Creating Weblogic domain with Admin Server and managed servers on different

    I am trying to create Weblogic domain where Admin Server and managed servers on different machines. However I am unable to find any steps which would allow me to do so. The config.sh script always creates an Admin Server. Please help.

    Whilst the method that Lawrence gives can result in a domain that is perfectly functional, it is a method that can result in errors as you are having to enter the same information twice. Also you will create two admin servers, as the second domain creation will have the console added to it on the renamed admin server and this will give issues.
    The best method to create a domain spamming multiple physical machines, is to create the domain with all the components on the first machine. This means planning the domain and making sure all components are added once; so having the information about the domain written out is wise. Ensure that the WLS software is installed in the same path on each machine before starting.
    Then copy the domain that you have created from one machine to the other, keeping the same paths. You can simply copy (I've used this method multiple times without issue) but the supported way would be to use the WLST PACK and UNPACK methods. These create and extract domains from templates. Some more information on these is given here -> http://docs.oracle.com/cd/E13179_01/common/docs100/pack/intro.html#wp1069056

  • Broken link- Creating WebLogic Domains Using the CW

    Hello!
    Create domains The Configuration Wizard guides you through the process of creating or
    extending a domain for your target environment. See Creating WebLogic
    Domains Using the Configuration Wizard.
    That link doesn't works... any idea where I could find the info?

    Check this one --- > http://download.oracle.com/docs/cd/E13179_01/common/docs102/confgwiz/index.html
    http://download.oracle.com/docs/cd/E13179_01/common/docs102/confgwiz/newdom.html#wp1080587
    Edited by: Renjan Thomas on Oct 15, 2009 1:36 AM

  • Error in creating a domain in oracle Weblogic  10gR3

    Preparing...
    Extracting Domain Contents...
    Creating Domain Security Information...
    Domain Creation Failed!
    Domain Location: d:\domains\domain2
    Reason: null
    Exception:
    Traceback (innermost last):
    File "C:\Documents and Settings\satish_javvaji\Local Settings\Temp\WLSTOfflineIni27679.py", line 5, in ?
    ImportError: no module named java
         at org.python.core.Py.ImportError(Py.java:184)
         at org.python.core.imp.import_first(imp.java:555)
         at org.python.core.imp.import_name(imp.java:616)
         at org.python.core.imp.importName(imp.java:635)
         at org.python.core.ImportFunction.load(__builtin__.java:1020)
         at org.python.core.ImportFunction.__call__(__builtin__.java:1013)
         at org.python.core.PyObject.__call__(PyObject.java:248)
         at org.python.core.__builtin__.__import__(__builtin__.java:973)
         at org.python.core.imp.importAll(imp.java:724)
         at org.python.pycode._pyx2.f$0(C:\Documents and Settings\satish_javvaji\Local Settings\Temp\WLSTOfflineIni27679.py:5)
         at org.python.pycode._pyx2.call_function(C:\Documents and Settings\satish_javvaji\Local Settings\Temp\WLSTOfflineIni27679.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:208)
         at org.python.core.PyCode.call(PyCode.java:14)
         at org.python.core.Py.runCode(Py.java:1135)
         at org.python.core.__builtin__.execfile_flags(__builtin__.java:308)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:158)
         at com.bea.plateng.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:892)
         at com.bea.plateng.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:878)
         at com.bea.plateng.domain.DomainChecker.preprocessOutput(DomainChecker.java:135)
         at com.bea.plateng.domain.DomainGenerator.generate(DomainGenerator.java:255)
         at com.bea.plateng.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:232)
    I am getting this error when i tried to create new domain. I reinstalled the Weblogic, after that also i am getting same problem.

    When you run your python script, did you set the weblogic environment, by using setWLSEnv.(sh or cmd) script.
    This file is located in the directory: <middleware-home>/wlserver_10.3/server/bin
    You can also use the wlst.(sh or cmd) script, located in the directory: <middleware-home>/wlserver_10.3/common/bin

  • Error Creating weblogic domain

    Iam getting the following error when creating the weblogic 11g domain on windows. Please help me
    Preparing...
    Extracting Domain Contents...
    Creating Domain Security Information...
    Domain Creation Failed!
    Domain Location: C:\bea_oracle\user_projects\domains\base_domain
    Reason: null
    Exception:
    Traceback (innermost last):
    File "<iostream>", line 1, in ?
    File "C:\bea_oracle\wlserver_10.3\common\wlst\modules\jython-modules.jar\Lib/socket$py.class", line 21, in ?
    File "C:\bea_oracle\wlserver_10.3\common\wlst\modules\jython-modules.jar\Lib/string$py.class", line 434, in ?
    at java.io.File.<init>(File.java:222)
    at java.lang.Package$1.run(Package.java:527)
    at java.lang.Package.defineSystemPackage(Package.java:520)
    at java.lang.Package.getSystemPackages(Package.java:511)
    at java.lang.ClassLoader.getPackages(ClassLoader.java:1464)
    at java.lang.ClassLoader.getPackages(ClassLoader.java:1462)
    at java.lang.Package.getPackages(Package.java:281)
    at org.python.core.JavaImportHelper.buildLoadedPackages(Unknown Source)
    at org.python.core.JavaImportHelper.tryAddPackage(Unknown Source)
    at org.python.core.imp.import_next(Unknown Source)
    at org.python.core.imp.import_name(Unknown Source)
    at org.python.core.imp.importName(Unknown Source)
    at org.python.core.ImportFunction.load(Unknown Source)
    at org.python.core.ImportFunction.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.__builtin__.__import__(Unknown Source)
    at org.python.core.imp.importFromAs(Unknown Source)
    at org.python.core.imp.importFrom(Unknown Source)
    at string$py.f$0(C:\wlst\jython_2.2.1\Lib\string.py:434)
    at string$py.call_function(C:\wlst\jython_2.2.1\Lib\string.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.imp.createFromCode(Unknown Source)
    at org.python.core.imp.createFromPyClass(Unknown Source)
    at org.python.core.ZipFileImporter$ZipFileLoader.load_module(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    java.lang.NullPointerException: java.lang.NullPointerException

    Hello,
    I have been digging a little...
    The socket jython class makes a import string+ al line 21 and the string jython class makes a from strop import maketrans, lowercase, uppercase, whitespace+ at line 434.
    If you look at the code of string.py seems that a failure of finding the strop module is controlled *¿!?*
    In fact the strop.py and strop$py.class aren't inside the jython-modules.jar but I don't know how is that a null exception is trown when seems that except ImportError:+ takes care of cach it.
    # Try importing optional built-in module "strop" -- if it exists,
    # it redefines some string operations that are 100-1000 times faster.
    # It also defines values for whitespace, lowercase and uppercase
    # that match <ctype.h>'s definitions.
    try:
        from strop import maketrans, lowercase, uppercase, whitespace
        letters = lowercase + uppercase
    except ImportError:
        pass                           # Use the original versionsPerhaps mr Satya Ghattu can help you in this issue.
    Best reggards,

  • Getting error while Creating IntegratedWebLogicServer Domain...

    Hi All,
    I am using for the first time Oracle Jdeveloper 12.1.2.0.0. I created a samle application and connected to local data base. When hit run page, Jdev is trying to create IntegratedWebLogicSever Domain. But it is failing.
    When checked the logfile BuildDefaultDomain.log it's failing with below message. I have no clue what this is SERVICETABLE and DEMODB schema. In my DB i don't have schema or table like this below. Need your help.
    wlst > Failed to query contents of table SERVICETABLE.
    wlst > Schema 'DEMODB' does not exist
    Regards
    Surendra
    [06:04:50 PM] Creating IntegratedWebLogicServer Domain...
    [06:05:25 PM] ERROR:  An error occurred while building the default domain.
    Please see this log file for more details:
    C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee.adrs\BuildDefaultDomain.log
    The Server Instance cannot be started because the IntegratedWebLogicServer Domain was not built successfully.
    ---------------- BuildDefaultDomain.log file below -----------------
    Log File:      C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee.adrs\BuildDefaultDomain.log
    Label:         JDEVADF_12.1.2.0.0_GENERIC_130608.2330.6668
    Product Home:  C:\ORACLE\Middleware\Oracle_Home\jdeveloper\jdev\
    Domain:        C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\DefaultDomain
    BuildDefaultDomain1.py      2013-08-01 18:04:50
    cmd.exe /c ""C:\ORACLE\Middleware\Oracle_Home\oracle_common\common\bin\wlst.cmd" "C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee.adrs\BuildDefaultDomain1.py""
    Process started
    wlst >
    wlst > Initializing WebLogic Scripting Tool (WLST) ...
    wlst >
    wlst > Welcome to WebLogic Server Administration Scripting Shell
    wlst >
    wlst > Type help() for help on available commands
    wlst >
    wlst > Creating Default Domain
    wlst > [progress] Reading template: /C:/ORACLE/Middleware/Oracle_Home/wlserver/common/templates/wls/wls.jar
    wlst > Setting Name to 'DefaultServer'
    wlst > Setting ListenAddress to 'SUMANDAL-WS02'
    wlst > Setting ListenPort to 7101
    wlst > Enabling SSL using port 7102
    wlst > Setting domain administrator to 'weblogic'
    wlst > Setting domain password.
    wlst > [progress] Writing domain: /C:/Users/sumandal/AppData/Roaming/JDeveloper/system12.1.2.0.40.66.68/DefaultDomain/
    wlst > [progress] Closing template.
    wlst > [progress] Reading domain: /C:/Users/sumandal/AppData/Roaming/JDeveloper/system12.1.2.0.40.66.68/DefaultDomain/
    wlst > [progress] Adding domain extension template: /C:/ORACLE/Middleware/Oracle_Home/jdeveloper/common/templates/jdeveloper/adrs_template.jar
    wlst > [progress] Updating domain.
    wlst > [progress] Adding domain extension template: /C:/ORACLE/Middleware/Oracle_Home/jdeveloper/common/templates/domains/jsf_template_2.1.jar
    wlst > [progress] Updating domain.
    wlst > [progress] Adding domain extension template: /C:/ORACLE/Middleware/Oracle_Home/oracle_common/common/templates/wls/oracle.jrf_template_12.1.2.jar
    wlst > [progress] Updating domain.
    wlst > Error: updateDomain() failed. Do dumpStack() to see details.
    wlst > Problem invoking WLST - Traceback (innermost last):
    wlst >   File "C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee.adrs\BuildDefaultDomain1.py", line 112, in ?
    wlst >   File "C:\Users\sumandal\AppData\Local\Temp\WLSTOfflineIni3685836016674860513.py", line 103, in updateDomain
    wlst >
    wlst > Domain Location: C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\DefaultDomain
    wlst >
    wlst > Reason: Failed to query contents of table SERVICETABLE.
    wlst > Schema 'DEMODB' does not exist
    wlst >
    wlst > Exception:
    wlst >
    wlst > Failed to query contents of table SERVICETABLE.
    wlst > Schema 'DEMODB' does not exist
    wlst >
    wlst >
    wlst >  at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:55)
    wlst >
    wlst >  at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1967)
    wlst >
    wlst >  at com.oracle.cie.domain.script.jython.WLScriptContext.updateDomain(WLScriptContext.java:604)
    wlst >
    wlst >  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    wlst >
    wlst >  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    wlst >
    wlst >  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    wlst >
    wlst >  at java.lang.reflect.Method.invoke(Method.java:601)
    wlst >
    wlst >
    wlst > com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: Domain Extension Application Failed!
    wlst >
    wlst > Domain Location: C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\DefaultDomain
    wlst >
    wlst > Reason: Failed to query contents of table SERVICETABLE.
    wlst > Schema 'DEMODB' does not exist
    wlst >
    wlst > Exception:
    wlst >
    wlst > Failed to query contents of table SERVICETABLE.
    wlst > Schema 'DEMODB' does not exist
    wlst >
    wlst >
    Elapsed time:  34768 ms

    Hi ..Try,
    1) Check your database and ensure thar DEMODB schema is exist or not.
    2) Exit JDeveloper and then delete  or rename the folder "C:\Users\sumandal\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68". Start JDeveloper and run integrated weblogic server . Provide the essential things like password, host etc. I hope this will solve your issue.
    You can refer the below link also if you do not get the solution after doing the second step.
    http://dstas.blogspot.in/2012/09/integrated-weblogic-domain-creation.html
    Gijith.

  • Error in creating the Domain from template in WLS 10.3.2

    Hi All,
    I am using WLS 10.3.2 and I need to create a domain from the template of my existing domain.
    I followed these steps while creating my existing domain:
    I chose these 2 while creating my existing domain
    ** WebLogic Portal - 10.3.2.0*
    ** Weblogic Portal Collaboration Repository - 10.3.2.0 [wlportal_10.3]*
    after Test JDBC Data Sources step where all my tests fail and in the next step
    Run Database Scripts: here I am running the Scripts by clicking on Run Scripts button and I get the message Database Load Successful!
    everything goes fine and my domain works fine.
    Now I am trying to create the domain template based on this domain which I created.
    After this step I am trying to create a new domain from the newly created template. I follow the steps given and at the end
    Creating Domain: Here it shows the progress and once it reaches 100% it displays the info in a popup window saying CFGFWK-60600: Before booting this domain, it is necessary to run the SQL file located at C:\bea\user_projects\domains\base_domain\security\SQLAuthenticator.sql in order to initialize a domain security admin user in the database.
    I assume this message is because while creating the domain from template I did not get the step Run Database Scripts and that is why I get that msg at the end.
    So I executed the create_db.cmd file wich is in domain home now I get the msg
    +[java] Files=+
    +[java] file:/C:/bea/user_projects/domains/local_domain_frm_tmpl/security/SQLAuthenticator.sql+
    +[java] Load was succesful+
    +[echo] ***** output written to logfile=create_db.log+
    so that says DB load was successful now when I tried to start the domain wich is created from the template.....it doesn't start and throws this error:
    +<Jun 18, 2010 5:24:07 PM PDT> <Error> <Management> <BEA-141244> <Schema validation errors while parsing C:\bea\user_projects\domains\local_domain_frm_tmpl\config\config.xml - Inval+
    id xsi:type qname: 'wsrp:wsrp-identity-asserterType' in element realm@http://xmlns.oracle.com/weblogic/domain>
    +<Jun 18, 2010 5:24:07 PM PDT> <Error> <Management> <BEA-141244> <Schema validation errors while parsing C:\bea\user_projects\domains\local_domain_frm_tmpl\config\config.xml - C:\be+
    a\user_projects\domains\local_domain_frm_tmpl\<unknown>:11:9: error: failed to load java type corresponding to t=wsrp-identity-asserterType@http://www.bea.com/ns/wlp/90/security/ws
    rp>
    +<Jun 18, 2010 5:24:07 PM PDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Management:141245]Schema Validation Error in C:\bea\user_projects\domains\local_doma+
    in_frm_tmpl\config\config.xml see log for details. Schema validation can be disabled by starting the server with the command line option: -Dweblogic.configuration.schemaValidationE
    nabled=false>
    +<Jun 18, 2010 5:24:07 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>+
    +<Jun 18, 2010 5:24:07 PM PDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>+
    +<Jun 18, 2010 5:24:07 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>+
    Stopping PointBase server...
    PointBase server stopped.
    seems that this error now has something to do with config.xml........
    Any suggestions.......???
    Thanks,
    Win

    Hi Win35,
    Your Error Indicates that ...may be u are trying to Manually Edit the "config.xml" Security Realm Part.. There something is wrong...
    <Jun 18, 2010 5:24:07 PM PDT> <Error> <Management> <BEA-141244> <Schema validation errors while parsing C:\bea\user_projects\domains\local_domain_frm_tmpl\config\config.xml - Invalid xsi:type qname: 'wsrp:wsrp-identity-asserterType' in element realm@http://xmlns.oracle.com/weblogic/domain>
    <Jun 18, 2010 5:24:07 PM PDT> <Error> <Management> <BEA-141244> <Schema validation errors while parsing C:\bea\user_projects\domains\local_domain_frm_tmpl\config\config.xml - C:\bea\user_projects\domains\local_domain_frm_tmpl\<unknown>:11:9: error: failed to load java type corresponding to t=<font color=maroon>wsrp-identity-asserterType@http://www.bea.com/ns/wlp90/security/wsrp</font>>
    *This specially happens when working in Nopepad/TextPad ...in the Schema declaration  (At the top 2-3 Lines) of "config.xml" file some Spaces or Special Characters OR a Line Break occurs gets included...*
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are here)

  • JRF conflict error on extending weblogic domain dev_bpm_spaces

    I am using http://www.oracle.com/technetwork/middleware/soasuite/learnmore/vmsoa-172279.html pre-built oracle virtual box vm as configured as dev_bpm_spaces domain. It has soa,bpm, spaces and other components needed for spaces. It does not have portlet server so I am trying to add it by extending weblogic domain by running config wizard. On selecting portlet producers and going forward, it gives conflict error on oracle jrf. As per admin/install guide of webcenter portal install, if there are any conflict error go for keep existing components.
    If I select keep options and move next, I get template error. I tried replace components too in that scenario also I get same domain template error. I tried to set config log file on running config wizard, it gave me some additional clues that duplicate application jar for ucm from ECM folder. I can give more details but if any of you guys have tried this and able to make it work let me know.
    By the way if I configure re-built vm as dev_spaces domain means just set for webcenter spaces but no soa/bpm and then run config wizard to add portlet server as additional component then it did not give any error and run smoothly. I was able to run portlet server as managed server in spaces domain.
    I would like to have all of these components under one vm so trying soa/bpm vm configured as dev_bpm_sapces domain to just add portlet server.

    I am using http://www.oracle.com/technetwork/middleware/soasuite/learnmore/vmsoa-172279.html pre-built oracle virtual box vm as configured as dev_bpm_spaces domain. It has soa,bpm, spaces and other components needed for spaces. It does not have portlet server so I am trying to add it by extending weblogic domain by running config wizard. On selecting portlet producers and going forward, it gives conflict error on oracle jrf. As per admin/install guide of webcenter portal install, if there are any conflict error go for keep existing components.
    If I select keep options and move next, I get template error. I tried replace components too in that scenario also I get same domain template error. I tried to set config log file on running config wizard, it gave me some additional clues that duplicate application jar for ucm from ECM folder. I can give more details but if any of you guys have tried this and able to make it work let me know.
    By the way if I configure re-built vm as dev_spaces domain means just set for webcenter spaces but no soa/bpm and then run config wizard to add portlet server as additional component then it did not give any error and run smoothly. I was able to run portlet server as managed server in spaces domain.
    I would like to have all of these components under one vm so trying soa/bpm vm configured as dev_bpm_sapces domain to just add portlet server.

  • Infa Install Error while creating a domain

    I am trying to install Infa 8.1.1 on a windows x64 EM64T machine.
    I was able to install client sucessfully, but while installing the server, am getting the following error. I have also installed JRE 1.5 which is a pre req.
    This is the error that I am getting, has anyone seen this before?
    The installer could not create the domain. Correct the error below and select Retry. You must successfully create the domain to continue the installation.
    STDOUT: [ICMD_10150] An unexpected system error has occured: [Provider org.apache.xalan.processor.TransformerFactoryImpl not found].
    EXITCODE: -1
    Will appreciate any help on this.

    According to the Informatica Support site:
    [ICMD_10150] An unexpected system error has occured: [Provider org.apache.xalan.processor.TransformerFactoryImpl not found] when installing PowerCenter 8.1.1 on Windows 64-bit
    Problem Description
    Domain creation fails when installing 64-bit PowerCenter on a Windows 64-bit Itanium or EMT64 machine with the following error:
    Error:
    Can not create domain:
    The installer could not create the domain. Correct the error below and
    select Retry. You must successfully create the domain to continue the
    installation.
    STDOUT: [ICMD_10150] An unexpected system error has occured: [Provider
    org.apache.xalan.processor.TransformerFactoryImpl not found].
    EXITCODE: -1
    Cause
    This issue occurs because the PowerCenter client has been installed before server and the Java version and PowerCenter client version is 32-bit instead of not 64-bit. Hence, when PowerCenter client is installed before the server, it would install 32-bit Java. When the 64-bit server is installed it uses 32-bit Java displaying the above error.
    Solution
    This is a known issue and CR (CR 170023) has been submitted to be addressed in the future release of PowerCenter to track the installer issue as well.
    Workaround
    Uninstall existing PowerCenter client and server using Add/Remove programs Windows utility
    Reboot the server
    Install PowerCenter server
    The server installation would have created a folder with the directory structure like this C:\Informatica\PowerCenter8.1.1\java
    Stop all Informatica Services
    Copy the folder java to javabackup
    Install the PowerCenter client software
    Rename the java folder to java_old
    Rename the backup folder javabackup to java
    Start the Informatica Services
    More Information
    Applies To
    Product : PowerCenter 8.1.1
    Reference
    Related Docs
    Attachments
    Last Modified Date: 9/12/2008 11:33 AM ID: 32384

  • Simple question re invoking non-WebLogic web services

    I have a very simple question that I haven't been able to resolve elsewhere.
    I need to invoke 3rd-party SOAP interfaces from my WebLogic 6.1 client EJB. All
    the Bea documentation I've found refers to invoking "WebLogic Web Services" and
    speaks of downloading the client.jar -- however, in my case it's not a "WebLogic
    Web Service" I'm invoking, it's a non-WebLogic web service.
    Does WebLogic 6.1's WebServiceProxy (or other tool) allow this? Or must I use
    some other SOAP tool such as Apache Axis in this case?
    Thanks.
    Cheers,
    allan

    Could this interopability problem have something to do with a problem
    I'm experiencing on 61.sp3?
    I have an EJB that accesses SOAP services on a Tomcat server. The SOAP
    service sends back a SOAP exception which is correct in what I am asking
    in to do. However, the weblogic app server is returning a SOAP
    exception to my EJB rather than passing the SOAP exception to the API
    that I am using to make my SOAP calls.
    Has anyone seen something like this?
    Sandy Mustard
    john wrote:
    >
    The 'samples/examples/webservices/rpc/javaClient/XMethodClient'
    is an example of how to invoke a non-WL webservice. You can
    use that code within your EJB.
    The javadocs for the WebServiceProxy class (from BEA's site)
    will give you more methods that may be useful to you.
    Note that your best bet, if possible, is to use the JAX-RPC
    APIs within WebLogic 7. The SOAP support in WL6.1 has
    interoperability issues.
    -john
    "Allan Halme" <[email protected]> wrote:
    I have a very simple question that I haven't been able to resolve elsewhere.
    I need to invoke 3rd-party SOAP interfaces from my WebLogic 6.1 client
    EJB. All
    the Bea documentation I've found refers to invoking "WebLogic Web Services"
    and
    speaks of downloading the client.jar -- however, in my case it's not
    a "WebLogic
    Web Service" I'm invoking, it's a non-WebLogic web service.
    Does WebLogic 6.1's WebServiceProxy (or other tool) allow this? Or must
    I use
    some other SOAP tool such as Apache Axis in this case?
    Thanks.
    Cheers,
    allan

  • How to create weblogic domains

    I have some applications running on different weblogic domains. These domains are Administration Server and have different port number.
    I can create managed servers and deploy these applications on these domains.
    Which solution is better?

    It would be a good idea to use a single Admin server and use different managed server under clusters on different machines using vertical clustering and the deploy your applications on those managed servers providing higher availability and scalability..
    Keep Posting
    Regards,
    Sharad Jain
    Edited by: Sharad Jain on Sep 22, 2011 1:31 PM

Maybe you are looking for

  • How can I get slurs to show up in the score when in explode Polyphony?

    I am using the Piano 1/2+3/4 mode in 9.1.5 and can add slurs to the upper three voices but in the lowest voice[4] the slurs doesn't show u in the score, they are listed as meta events in the score event list but are not visible , any ideas?

  • Oracle Portal

    Is Oracle Portal for Intranet Development only? Can you create a portlet and post it on your company web site for the access by external users? We want to post a form on our company web site for the access by the public to get some data in. Can this

  • How to launch an Internet navigator with Java

    In my java interface I would like to make a button which, when we clicked it, launch an internet navigator. Is there a function which allows that? Is this function platform-dependant?

  • Error:CALL_FUNCTION_RECEIVE_ERROR

    Hi All, Provide inputs. I searched An error occurred when executing a Remote Function Call this thread. Though useful but didnt really solve the problem. Checked for CPI-C error. But Basis guy comes again and says its an abap error. Below attached th

  • Delta-Homes has hijacked Firefox, how do i uninstall it, the instruktions dosent work

    My Firefox has been hijacked by Delta-homes.com and noting works to uninstall it. The uninstall instruktions om Delta-homes site don´t work. The uninstall instruktions on Mozillas homepage don´t work I´ve tryed to resett firefox but delta-homes are b