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

Similar Messages

  • 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.

  • 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

  • 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

  • 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

  • Password encription error while creating SOA domain in console mode

    Hi,
    I am creating SOA domaing in console mode in Solaris server. While Configure JDBC Data Sources for SOA metadata and SOAINFRA schema i am getting bellow error.
    Error:
    Configure JDBC Data Sources:
    Edit the configuration of JDBC data sources. A data source contains a pool of database connections. Applications look up a data source in the JNDI tree, request a
    connection, use it, and return it to the connection pool.
    | Name |
    _|______________________|
    1->| SOADataSource |
    2| EDNLocalTxDataSource |
    3| mds-soa |
    4| wlsbjmsrpDataSource |
    5| mds-owsm |
    6| EDNDataSource |
    7| SOALocalTxDataSource |
    8| OraSDPMDataSource |
    Use above value or select another option:
    1 - Modify
    2 - Discard Changes
    ** CFGFWK-60050: Property "ConfirmUserPasswordEncrypted" of JDBCDriverParams "" is invalid.
    ** CFGFWK-64014: The property value is required.
    I understand that we need to give the encrypted schema password. but how to create encrypted password.

    Hi Anuj,
    I go through the below url link, and I accepted SOADataSource default values, but i ma getting "ConfirmUserPasswordEncrypted" of JDBCDriverParams "" is invalid error. I think we need to enter the Encrypted password for DB schema. Oracle don't given SOA domain creation in unix console mode. I got struck on my development environment, Please help me on this.
    SOA+OSB 11g in same domain (linux)
    Thanks,
    Reddy.

  • 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

  • Getting error while creating the variable of Schema Element type

    Hi everybody,
    For creating a variable of schema element type I am doing the following steps...
    Select 'Variables' after right clicking on bpel process. IN this window, go to 'Create VAriable' then select 'Element' type. Now in Type Choose, I expanded the my imported schema files. And selected a element type, then click ok to create this variable... I am getting the message...
    IN ORDER TO SAVE IMPORTED WSDL/SCHEMA FILES, YOU MUST HAVE A PARTNER LINK LOCATED UNDER THE CURRENT PROJECT DIRECTORY.
    What is mean by that.
    I have imported the schema files in project. AFter that I have imported them into the WSDL also. Now why I am getting error while creating the variable. However I can create variable directly in .BPEL file then everything is fine. And it is working also. But what is mean with the above error? Why I am not able to create variable through GUI?
    Thanks.

    Hi,
    I have this same problem this morning, and I was going crazy, until I found this webpage on the internet:
    [http://technology.amis.nl/blog/1803/problem-importing-xml-schema-in-bpel-process|http://technology.amis.nl/blog/1803/problem-importing-xml-schema-in-bpel-process]
    The idea is that the jdeveloper is not very good working with directories with spaces on the directory name. If you move all your work to a directory without spaces, it will work smoothly. At least, it had worked for me.
    Regards,
    Nacho

  • Getting Error while creating Genric Datasource

    Hi,
    I was try to create genric extracter where i was getting error
    While creating view genric extracter where i am getting error "Entry A ZV_ZFRT  does not exist in DD02L - check your entry".
    My requirement is need to create extracter which is getting populated from three modules like SD,MM,FI/CO.From these three module i am using several tables and some of the tables don't have relation btween these tables as like foreign key and refrence key.
    Which extracter i need to create as given scenario?
    Does view will fullfill with my requirement or any other extracter.
    Please some one can help me in this scenario.
    Answer would be great appreciate.

    Hi,
    Rather than writing a program write a function module. Create a structure and include all the necessary fields in the structure. Then in the function module write the logic to extract the values for those fields. While creating the datasource specify the function module and structure name.
    Refer this link:
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    Hope this helps.
    PB

  • Getting error while creating the Shopping cart.

    Hi ,
    I am getting error while creating the Shopping cart.
    a.Error in account assignment for item 1  (Item  Testing SC ) 
    b.Duplicates of Cost Centre T10063 are defined in SRM  (Item  Testing SC ) 
    Kindly provide the solutions.
    Thanks,
    Dev

    Try the following in the ERP backend system:
    Standard Hierarchy Inconsistencies
    Issue: one Cost Center is repeating in more than one node in Cost Center Standard Hierarchy.
    Update from SAP Global support, the following was the email received:
    in transaction KSH3 please run both the ambiguity and completeness check(Menu -> Extras -> Check and Help functions).
    If you think that your standard hierarchy is inconsistent you can check that as following:
    Run transaction Extras -> Hierarchy - Master data -> Test. The result shows you if there are in consistencies. If that is the case run also Extras -> Hierarchy - Master data -> Comparison.
    Alternatively, you can run the report 'RKCORRH1' (TN SE38).
    Run both the Hierarchy->Master data->test and the
    Hierarchy->Master data->comparison.
    As stated above inconsistency message showed after Test. Run the comparison and you get a similar message.
    Once the above two are run, again when you go to test, the inconsistency disappears.

  • Getting error  while creating users in Peoplesoft

    Have a good day
    new fresh instance installed , getting error while creating users in peoplesoft
    SQL ERROR FUNCTION SQLExec
    ERROR POSISTION 52
    RETRUN 904- ORA-00904 PSWDREQUPPER invalid identifier statement, select minpsdlength
    pswdreqspecial pswdreqlower
    PSWDREQUPPER, PSWDREQDIGITS,ALLOWDOPRID,PSWDEXPIRESDAYS FROM PSSECOPTIONS
    original statement: SELECT MINPSWDLENGTH PSWDREQSPECIAL PSWDREQLOWER PSWDREQUPPERS
    PSWDREQDIGITS, ALLOWOPRID, PSWDEXPIRESDAYS FORM PSSECOPTIONS

    >
    RETRUN 904- ORA-00904 PSWDREQUPPER invalid identifier statement, select minpsdlength
    pswdreqspecial pswdreqlower
    PSWDREQUPPER, PSWDREQDIGITS,ALLOWDOPRID,PSWDEXPIRESDAYS FROM PSSECOPTIONS
    original statement: SELECT MINPSWDLENGTH PSWDREQSPECIAL PSWDREQLOWER PSWDREQUPPERS
    PSWDREQDIGITS, ALLOWOPRID, PSWDEXPIRESDAYS FORM PSSECOPTIONS
    >
    How is it possible that the first statement has ALLOWDOPRID column that does not exist, where as the original statement has ALLOWOPRID which does exist?
    How is it possible that the second original statement has two more errors:
    PSWDREQUPPERS should be PSWDREQUPPER
    FORM should be FROM.
    Please provide the actual error which is being raised, without editing.
    Hakan

  • I am getting error in createing new partition. orr error -14074

    Hi , getting error in creating new partition as "ora-14074" partition bound must collate higher than that of the last partition"
    Oracle version is - 9.2.0.6
    OS version - SunOS

    Hi,
    show the statment that you want to create a new parition, and did you keep in mind the highest partition bound? Anyway, the problem seems to be easy to fix:
    http://www.dba-oracle.com/t_ora_14074_partition.htm

  • 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

  • Configuring Weblogic Domain in Offline Mode

    Hi,
    I wrote a java code which invoke wlst command required for configuring weblogic domain in offline mode.
    please give any idea even i do not know exactly what are the required jar file but i have used weblogic.jar,wlfullclient.jar,jython.jar,and some jar files from modules folder which has given in someone post
    i am getting the following error
    java.lang.reflect.InvocationTargetException
    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)
    at weblogic.management.scripting.utils.WLSTUtil.initOfflineContext(WLSTUtil.java:291)
    at weblogic.management.scripting.utils.WLSTUtil.setupOfflineInternal(WLSTUtil.java:267)
    at weblogic.management.scripting.utils.WLSTUtil.setupOffline(WLSTUtil.java:234)
    at weblogic.management.scripting.utils.WLSTInterpreter.<init>(WLSTInterpreter.java:134)
    at weblogic.management.scripting.utils.WLSTInterpreter.<init>(WLSTInterpreter.java:76)
    at DomainConfiguration.<init>(DomainConfiguration.java:15)
    at DomainConfiguration.main(DomainConfiguration.java:61)
    Caused by: java.lang.NoClassDefFoundError: com/oracle/cie/wizard/ControllerProxy
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
    at java.lang.Class.getMethod0(Class.java:2670)
    at java.lang.Class.getMethod(Class.java:1603)
    at com.oracle.cie.domain.AbstractManager.getInstanceObject(AbstractManager.java:88)
    at com.oracle.cie.domain.AbstractManager.load(AbstractManager.java:46)
    at com.oracle.cie.domain.ConfigManager.<clinit>(ConfigManager.java:37)
    at com.oracle.cie.domain.DomainConstants.<clinit>(DomainConstants.java:20)
    at com.oracle.cie.domain.script.jython.WLScriptContext.init(WLScriptContext.java:220)
    at com.oracle.cie.domain.script.jython.WLScriptContext.setup(WLScriptContext.java:162)
    at com.oracle.cie.domain.script.jython.WLST_offline.setupContext(WLST_offline.java:105)
    ... 11 more
    thanks in advance

    Hi,
    Make sure that you have weblogic.jar and jython-modules.jar
    You will find weblogic.jar under %BEA_Home% / server / lib
    and you will find jython-modules.jar under %BEA_Home% / common / wlst/modules
    Regards,
    Kal

Maybe you are looking for

  • How to determine in an XML node exists in Coldfusion

    If I have XML that looks something like this: <manifest>     <state ID="20" name="State 2">         <person>john.black</person>     </state>     <state ID="30" name="State 2">         <person>bill.doe</person>         <group>Group2</group>     </stat

  • Cpu usage in java program

    i have writen a java program and run on unix, the program will create a connection object which connects to a db, and create a scoket to communicate with another machine. However, when i use the "top" command in unix and check cpu usage, it used abou

  • Lightroom 5 0 Bug in Full Screen Mode and Grid View

    In full screen mode while using the grid view in the second window the photo you have selected may or may not be the photo you see in the main window. demo video http://youtu.be/EnmIU1rZlts

  • Posted in wrong forum

    wrong forum, sorry Edited by: CC on Oct 31, 2008 4:56 PM

  • Windows pop-up box when connecting ipod

    I recently started getting a windows pop up box when connecting my ipod. It doesn't effect function of the ipod or itunes, however if I close the box it will continue to periodically re-open. This just started recently. The box is a typical mass stor