Weblogic Domain creation silent scripts

Is there is any documentation about silent scripts syntax ?
I'm trying to automate weblogic domain creation from ant and I would like to get
more info about silent scrpt syntax

"Giedrius" <[email protected]> wrote:
>
Is there is any documentation about silent scripts syntax ?Yes, if you're refering to Silent-Mode installation:
http://edocs.bea.com/wls/docs70/install/instsil.html
Both Windows and UNIX platforms are covered.
Brian J. Mitchell
Systems Administrator, TRX
email: [email protected]

Similar Messages

  • 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

  • Weblogic domain creation fails with "The domain location must have write permission."

    Hi
    I am trying to install and setup weblogic in Linux RHEL 5.4
    so I can test webservices . This is what i have done
    WLS Zip Distribution for Oracle WebLogic Server 12.1.1.0 - downloaded & installed.
    Followed the steps in README.
    - extract contents of tar, setup home, run installation-configuration script, setup wls environment
    Step 5:
    Create a new WLS domain and start WLS.  It is recommended that you create domains outside the MW_HOME.
         $ mkdir /home/myhome/mydomain
        $ cd /home/myhome/mydomain
        $ $JAVA_HOME/bin/java $JAVA_OPTIONS -Xmx1024m -XX:MaxPermSize=128m weblogic.Server
    -> returns the below error
    $JAVA_HOME/bin/java $JAVA_OPTIONS -Xmx1024m -XX:MaxPermSize=128m weblogic.Server  -Dweblogic.security.allowCryptoJDefaultJCEVerification=true
    <Jun 25, 2013 3:39:57 PM EDT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jun 25, 2013 3:39:57 PM EDT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jun 25, 2013 3:39:58 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 23.21-b01 from Oracle Corporation.>
    /apps/Informatica/tdwdomain/config not found
    No config.xml was found.
    Would you like the server to create a default configuration and boot? (y/n): y
    <Jun 25, 2013 3:40:03 PM EDT> <Info> <Management> <BEA-140013> </apps/Informatica/tdwdomain/config not found>
    <Jun 25, 2013 3:40:03 PM EDT> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server:admin  Enter password to boot WebLogic server:admin123
    For confirmation, please re-enter password required to boot WebLogic server:admin123
    <Jun 25, 2013 3:40:13 PM EDT> <Info> <Management> <BEA-141254> <Generating new domain directory in /apps/Informatica/tdwdomain.>
    <Jun 25, 2013 3:40:17 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Failure during domain creation
            at weblogic.management.internal.DomainGenerator.generateDefaultDomain(DomainGenerator.java:119)
            at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:82)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:883)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:570)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:74)
    Caused by: com.oracle.cie.domain.script.ScriptException: The domain location must have write permission.
            at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:757)
            at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.processWrite(ScriptParserClassic.java:573)
            at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:429)
            at com.oracle.cie.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:148)
            at com.oracle.cie.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:110)
            at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:72)
            at com.oracle.cie.domain.DomainInfoHelper.executeSilentScript(DomainInfoHelper.java:854)
            at com.oracle.cie.domain.DomainInfoHelper.createDefaultDomain(DomainInfoHelper.java:1775)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:601)
            at weblogic.management.internal.CIEDomainGenerator.generateDefaultDomain(CIEDomainGenerator.java:62)
            at weblogic.management.internal.DomainGenerator.generateDefaultDomain(DomainGenerator.java:114)
         <Jun 25, 2013 3:40:17 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
    <Jun 25, 2013 3:40:17 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>
    <Jun 25, 2013 3:40:17 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    - Any help appreciated.
    Thanks

    hi,
    the binaries available for download are all packaged with 32bit JVM. Please have a look at the link below
    WebLogic Server 12c (12.1.1), WebLogic Server 11g (10.3.6) and Previous Releases
    It also has binaries for linux available. I am quoting from the site verbatim for your reference:
    The following provides links to WebLogic Server 12.1.1 installers with 32-bit JVMs for Windows and
    Linux, the generic installer that can be used on any supported platform, and the zip distribution. The
    generic installer and the zip distribution do not include a JVM/JDK. For instructions on using the
    generic installer, see this document.
    In case you want to use your own latest version of JDK which can be a 32/64 bit version, you need to use the generic installer.
    The error which you are getting is due to permissions. Make sure you have a dedicated user for installing weblogic and the necessary permissions are granted to the user(linux) to the installation directories. May be the script is trying to install java at a particular location on your machine and failing. Hence the above error is displayed.
    Please have a look at the docs, you will find steps for weblogic installation on linux.
    Thanks,
    Souvik.

  • Weblogic Domain creation failing in Linux

    Hi Every one ..Need ur help .
    I was trying to create the domain in 9.2mp3 and 10g3 and is failing repeatedly..
    This is the error message am getting ..
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic.WLST
    at gnu.gcj.runtime.FirstThread.run() (/usr/lib64/libgcj.so.5.0.0)
    at JvThreadRun(java.lang.Thread) (/usr/lib64/libgcj.so.5.0.0)
    at JvRunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib64/libgcj.so.5.0.0)
    at __gcj_personality_v0 (/tmp/InstallScripts/java.version=1.4.2)
    at __libc_start_main (/lib64/tls/libc-2.3.4.so)
    at JvRegisterClasses (/tmp/InstallScripts/java.version=1.4.2)
    WARRNING: domain creation failed!
    Your suggestions are appreciated.

    need add weblogic.jar to classpath when run WLST,like
    java -cp /app/weblogic/weblogic92/server/lib/weblogic.jar weblogic.WLST

  • Error during weblogic domain creation using template.

    Hi,
    I have 2 machines(lets say Old and New). I have installed weblogic 10.3.5 in my Old machine where in I have used RCU 11.1.1.50. I have created a template of this domain. Now I have Weblogic 10.3.6 in my New machine and have used RCU 11.1.1.6.0. I am creating domain using the template created from Old machine where I am getting this error:
    Component Schema=SOA Infrastructure
    Driver=oracle.jdbc.xa.client.OracleXADataSource
    URL=jdbc:oracle:thin:@localhost:1521/fcubs
    User=DEV_SOAINFRA
    Password=******
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.5.0'
    CFGFWK-60850:  Test Failed!
    CFGFWK-60853:  A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=User Messaging Service
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/fcubs
    User=DEV_ORASDPM
    Password=******
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='ORASDPM' and version='11.1.1.2.0'
    CFGFWK-60850:  Test Failed!
    CFGFWK-60853:  A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=OWSM MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/fcubs
    User=DEV_MDS
    Password=******
    SQL Test=select 1 from schema_version_registry where
    +                    owner=(select user from dual) and mr_type='MDS' and+
    +                    version='11.1.1.5.0'+
    CFGFWK-60850:  Test Failed!
    CFGFWK-60853:  A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=SOA MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/fcubs
    User=DEV_MDS
    Password=******
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='MDS' and version='11.1.1.5.0'
    CFGFWK-60850:  Test Failed!
    CFGFWK-60853:  A connection was established to the database but no rows were returned from the test SQL statement.
    Please help.
    Abhay

    You may simply ignore these errors. They are harmless.
    As you created the template using older version, it is trying to find older version entry in new schema created by higher version of RCU and hence it is expected to fail.
    Regards,
    Anuj

  • Integrated Weblogic domain Creation  error in jdeveloper

    Hi all,
    Hope all are doing well,
    I have faced a problem creating a integrated domain in jdeveloper log file show
    Log File: C:\Users\chakrapani\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee.adrs\CreateDefaultDomain.log
    Label: JDEVADF_11.1.1.6.0_GENERIC_111205.1733.6192.1
    Product Home: F:\Oracle\Middleware\jdev11g\jdeveloper\jdev\
    Domain: C:\Users\chakrapani\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain
    "F:\Oracle\Middleware\jdev11g\oracle_common\common\bin\wlst.cmd" "C:\Users\chakrapani\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee.adrs\CreateDefaultDomain.py"
    Process started
    wlst > '"F:\Oracle\MIDDLE~1\jdev11g\utils\config\10.3\setHomeDirs.cmd"' is not recognized as an internal or external command,
    wlst > operable program or batch file.
    wlst > The system cannot find the path specified.
    Please provide a solutions...

    Have you set a middle ware home environment variable?
    Looks like you try to install the wls in a different home.
    Timo

  • OBIEE 11.1.1.5 install Hangs at Domain Creation.

    Hi There,
    I tried installing OBIEE 11.1.1.5 on Windows 7, 64 bit several times and its very disappointing it hangs at the domain creation. Tried everything the previous posts suggest, but no success,
    1. Intstalled Oracle11g.
    2. Installed loop back adopter.
    2. RCU to create schemas.
    3. Installed OBIEE 11.1.1.5
    It did not work and finally, some other forums suggested to install in 2 steps, software Install Only and then configuration. For this I performed following additional steps
    1. Installing Weblogic server, starting it to see if its working.
    2. Changed the Java path to be under C: \ so it doesn't include spaces in the file path.
    3. Software install only.
    4. Config.cmd under the oracle directory.
    Can somebody please help me, have been trying for few weeks now, and feel very very unaccomplished.
    The last few lines of log file shows
    Creating a new AdminServer Object ...
    AdminServer port is 7002
    Starting the domain ...
    LOADING DLL : C:\Oracle\Middleware\Oracle_BI\install\config\\StartUtil64.dll
    DEBUG : Loading DLL : C:\Oracle\Middleware\Oracle_BI\install\config\\StartUtil64.dll
    DEBUG : Loaded DLL : C:\Oracle\Middleware\Oracle_BI\install\config\\StartUtil64.dll
    After this it hangs and never comes back, appreciate any guidance please,
    Thanks a lot!!!!!!!!!!

    Hi,
    As you say, the OBIEE installation is hanging at the DOMAIN Creation, I suspect the JDK installation location here. I think the web logic domain creation tool just cannot run when the JDK is installed in say c:\Program Files\JAVA etc (any directory with a space). I think this is a bug.
    Can you please let me know, if have JDK installed somewhere like this?
    In this case, can you please rollback your installation and install JDK in say C:\JAVA and let us know if this works.
    You might want to run the weblogic domain creation wizard through <wl_home>\common\bin\config.cmd to identify if its the same cause.
    Hope this helps.
    Thank you,
    Dhar

  • Creation of Weblogic Domain in console mode not working

    Hi All,
    I've installed the Middleware home with ADF Runtime installer (Installer was 12.1.2.0.0). Now, I'm trying to create and configure a domain based on the JRF Template.  I'm executing the following command from Putty
    Step1. Navigate to MW_HOME/wlserver/common/bin
    Step2. execute "./config.sh -mode=console"
    Its throwing the following error :
    2014-07-21 17:03:41,643 WARNING [WizardController] com.oracle.cie.wizard.internal.engine.WizardControllerEngine - Duplicate action cause encountered: java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
    2014-07-21 17:03:41,643 SEVERE [WizardController] com.oracle.cie.wizard.internal.engine.WizardControllerEngine - Wizard error cause
    java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
      at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
    at java.awt.Frame.<init>(Frame.java:420)
      at java.awt.Frame.<init>(Frame.java:385)
      at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1757)
      at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1832)
      at javax.swing.JOptionPane.getRootFrame(JOptionPane.java:1697)
      at javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:863)
      at javax.swing.JOptionPane.showConfirmDialog(JOptionPane.java:796)
      at javax.swing.JOptionPane.showConfirmDialog(JOptionPane.java:758)
      at com.oracle.cie.wizard.internal.cont.GUIContext.handleFatalErrorMessage(GUIContext.java:1141)
      at com.oracle.cie.wizard.internal.cont.GUITaskContainer$MethodRunner.run(GUITaskContainer.java:188)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    2014-07-21 17:03:41,643 WARNING [WizardController] com.oracle.cie.wizard.internal.engine.WizardControllerEngine - Given state 'ERROR' does not follow current 'ERROR'
    This vaguely means that its trying to open a GUI wizard, which is not what I intended to do. The argument -mode=console should run the installer in console mode, but its trying to launch it in GUI mode.
    I searched online, but I have not found anything useful on this issue yet.
    Am I missing something?  Has anyone faced this problem before.
    Any thoughts on this would be helpful  !!
    Thanks,
    Shiva Shankar B N

    Weblogic 12C (12.1.2 to be precise), currently does not support console mode Domain creation. It supports only GUI mode and Silent mode.
    Possible solution to create a 12.1.2  Weblogic domain fully qualified enough to deploy ADF Applications :
    1. Install Xming, and enable X11 forwarding on Putty
    2. Silent Mode installation: The Configuration wizard. ./config.sh -mode=silent  -silent_script=xyz . Yes, it needs a silent script, not silent.xml. I did not try this way and instead resorted to WLST.  Still there are not enough blogs that clearly tell you how to install domain based on JRF template. I stumbled upon a similar OTN forum post.
    Here is the bunch of WLST commands if anyone is interested
    #======================================================================================= 
    # Open a domain template. 
    #======================================================================================= 
    readTemplate("/u01/app/mw/Oracle_Home/wlserver/common/templates/wls/wls.jar") 
    #======================================================================================= 
    # Update the domain to enable the WebLogic Server domain with JRF and EM. 
    #======================================================================================= 
    addTemplate('/u01/app/mw/Oracle_Home/oracle_common/common/templates/wls/oracle.jrf_template_12.1.2.jar') 
    addTemplate('/u01/app/mw/Oracle_Home/em/common/templates/wls/oracle.em_wls_template_12.1.2.jar') 
    #======================================================================================= 
    # Configure the Administration Server and SSL port. 
    # To enable access by both local and remote processes, you should not set the 
    # listen address for the server instance (that is, it should be left blank or not set). 
    # In this case, the server instance will determine the address of the machine and 
    # listen on it. 
    #======================================================================================= 
    cd('Servers/AdminServer') 
    set('ListenAddress','') 
    set('ListenPort', 7001) 
    create('AdminServer','SSL') 
    cd('SSL/AdminServer') 
    set('Enabled', 'True') 
    set('ListenPort', 7002) 
    #======================================================================================= 
    # Define the user password for weblogic. 
    #======================================================================================= 
    cd('/') 
    cd('Security/base_domain/User/weblogic') 
    # Please set password here before using this script, e.g. cmo.setPassword('value') 
    cmo.setPassword('password') 
    # Create and configure a JDBC Data Source, and sets the JDBC user.   Provide the Schema Credentials of the Service table
    # Get RCU Configuration using RCU service table (STB) schema credentials 
    cd('/') 
    cd('JDBCSystemResource/LocalSvcTblDataSource/JdbcResource/LocalSvcTblDataSource') 
    cd('JDBCDriverParams/NO_NAME_0') 
    set('DriverName','oracle.jdbc.OracleDriver') 
    set('URL','jdbc:oracle:thin:@XX.XX.XX.XX:1521/xe.yourdomain.com') 
    set('PasswordEncrypted', 'schemaPassword') 
    set('UseXADataSourceInterface', 'false') 
    cd('Properties/NO_NAME_0') 
    cd('Property/user') 
    cmo.setValue('DEV_STB') 
    getDatabaseDefaults() 
    #======================================================================================= 
    # Write the domain and close the domain template. 
    #======================================================================================= 
    setOption('OverwriteDomain', 'true') 
    writeDomain('/u01/data/user_projects/domains/your_domain') 
    closeTemplate() 
    #======================================================================================= 
    # Exit WLST. 
    #======================================================================================= 
    exit() 
    Hoping to write a blog post soon..
    Thanks,
    Shiva Shankar B N

  • Silent Scripts errors while upgrading weblogic 8..1 to weblogic10.3.1?

    Hi,
    I keep getting the following errors when tried to execute silent script for domain upgrade. Any body has tried "Silent" mode before and has any clue?.It complains about Valid Domain Directory, but as per the document what ever I mentioned in the silent xml file looks right.Appreciate some help..
    command used :
    C:\bea10.3.1\wlserver_10.3\server\bin>java weblogic.Upgrade -mode silent -type d
    omain -responses weblogic-upgrade-domain-responses.xml -out upgrade.out
    Calling Wizard framework for upgrade: args2: [-mode=silent, -file=wcf/plugin_sil
    ent_wizard.xml, -p:plugin:plugin.silent.response.file=weblogic-upgrade-domain-re
    sponses.xml, -log=upgrade.out, -p:plugin:plugin.executionPlan.file=weblogic/upgr
    ade/domain/execplan.xml, -p:plugin:I18N_PLUGIN=weblogic/upgrade/i18n_upgrade, -p
    :plugin:TARGET_VERSION=10.3.1.0]
    Invalid Silent Input!
    upgrade.out
    2009-07-26 15:59:54,484 ERROR [inputAdapter_silent] com.bea.plateng.wizard.plugin.silent.tasks.InputAdapterSilentTask - com.bea.plateng.wizard.plugin.silent.tasks.InputAdapterSilentTask INVALID INPUT to adapter <FileSelectionIA> of plugin <DomainDirectorySelectionPlugIn>: Unable to read domain configuration! This is not recognized as a valid domain directory.
    **weblogic-upgrade-domain-responses.xml file**
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- SAMPLE BELOW -->
    <plugin-silent-responses>
    <group name="DomainSelectionGroup">
    <plugin name="SelectWebLogicVersionPlugIn">
    <input-adapter name="ChoiceIA">
    <bind-property name="selectedChoiceIds">
    <value>8.1</value>
    </bind-property>
    </input-adapter>
    </plugin>
    <plugin name="DomainDirectorySelectionPlugIn">
    <input-adapter name="IA">
    <bind-property name="selectedFile">
    <value>C:\bea\user_projects\domains\mydomain</value>
    </bind-property>
    </input-adapter>
    </plugin>
    </group>
    <group name="PostDirSelectionGroup">
    <plugin name="AdminServerSelectionPlugIn">
    <input-adapter name="IA">
    <bind-property name="selectedChoiceIds">
    <value>myserver</value>
    </bind-property>
    </input-adapter>
    </plugin>
    <plugin name="NodeManagerCredentialsPlugIn">
    <input-adapter name="UsernameIA">
    <bind-property name="value">
    <value>weblogic</value>
    </bind-property>
    </input-adapter>
    <input-adapter name="PasswordIA">
    <bind-property name="value">
    <value>weblogic</value>
    </bind-property>
    </input-adapter>
    <input-adapter name="PasswordConfirmIA">
    <bind-property name="value">
    <value>weblogic</value>
    </bind-property>
    </input-adapter>
    </plugin>
    <plugin name="OptionalGroupsSelectionPlugIn">
    <input-adapter name="IA">
    <bind-property name="selectedChoiceIds">
    <value>__OPTIONAL_ACTION_1__</value>
    <value> . . . </value>
    </bind-property>
    </input-adapter>
    </plugin>
    </group>
    <group name="DomainBackupGroup">
    <plugin name="DomainDirectoryBackupPlugIn">
    <input-adapter name="FileSelectionIA">
    <bind-property name="selectedFileNames">
    <value>C:\bea\user_projects\domains\mydomain</value>
    </bind-property>
    </input-adapter>
    <input-adapter name="TextIA">
    <bind-property name="value">
    <value>weblogic-domain-backup-mydomain.zip</value>
    </bind-property>
    </input-adapter>
    </plugin>
    </group>
    </plugin-silent-responses>
    <!--
    __OPTIONAL_ACTION_1__ is one of
    DOMAIN_DIRECTORY_BACKUP_SELECTED_VALUE OR
    DOMAIN_DIRECTORY_BACKUP_LOG_FILES_INCLUDED_SELECTED_VALUE OR
    SKIP_BACKWARDS_COMPATIBILITY_FLAGS_SELECTED_VALUE
    ** You can put many
    __WEBLOGIC_VERSION__ = 6.1 OR 7.0 OR 8.1
    -->

    Have you ever resolved this problem?
    I faced this problem either now. Any ideas?

  • Not able to execute Configure Weblogic Domain script

    Hi Experts,
    I am trying to configure weblogic domain for odi.I have installed odi studio and weblogic server on WINDOWS 2008 SERVER R2 release(64 bit) and jdk - 1.6 update 22 (32 bit)
    When i try to execute config.cmd it fails with following error:
    c:\odi\mw_home\wlserver_10.3\common\bin>config.cmd
    The system cannot find the path specified.
    Please help me figure out what could be the problem.

    Reinstallation fixed the problem.

  • Domain creation error during installation of forms 11g

    Dear all,
    I have the following error, during installation of forms 11g, the installation completed successfully but in configuration section it gave error on the 1st step domain creation.
    weblogic server version 10.3.6
    forms and reports version 11.1.2.1.0
    java version "1.4.2_06"
    here is the error portion from installation log
    ----- **************** log *****************************-------------------------------------------------------------------------------------------------
    Entering windows
    OneoffTool  Script Location: C:\Users\Nadeem\AppData\Local\Temp\tmpOneoffTool1383064488002.bat
    oneoff command is: f:\Oracle\Middleware\Oracle_FRHome2\OPatch\opatch apply f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p12429525_111070_Win32.zip -oh f:\Oracle\Middleware\Oracle_FRHome2 -silent
    [ProcessManager] Invoking:C:\Users\Nadeem\AppData\Local\Temp\tmpOneoffTool1383064488002.bat
        stdout=[
    C:\Users\Nadeem\AppData\Local\Temp>f:\Oracle\Middleware\Oracle_FRHome2\OPatch\opatch apply f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p12429525_111070_Win32.zip -oh f:\Oracle\Middleware\Oracle_FRHome2 -silent
    OPatch failed with error code = 1
        stderr=[java.lang.UnsupportedClassVersionError: oracle/opatch/OPatch (Unsupported major.minor version 49.0)
      at java.lang.ClassLoader.defineClass0(Native Method)
      at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
      at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
      at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
      at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Exception in thread "main" ]   
    sbStderr.length():891
    [Applying patch f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p12429525_111070_Win32.zip and the  java.lang.UnsupportedClassVersionError: oracle/opatch/OPatch (Unsupported major.minor version 49.0)
      at java.lang.ClassLoader.defineClass0(Native Method)
      at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
      at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
      at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
      at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Exception in thread "main"  ]
    oneoff command is: f:\Oracle\Middleware\Oracle_FRHome2\OPatch\opatch apply f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p6599470_111070_Generic.zip -oh f:\Oracle\Middleware\Oracle_FRHome2 -silent
    [ProcessManager] Invoking:C:\Users\Nadeem\AppData\Local\Temp\tmpOneoffTool1383064488002.bat
        stdout=[
    C:\Users\Nadeem\AppData\Local\Temp>f:\Oracle\Middleware\Oracle_FRHome2\OPatch\opatch apply f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p6599470_111070_Generic.zip -oh f:\Oracle\Middleware\Oracle_FRHome2 -silent
    ----- **************** log *****************************-------------------------------------------------------------------------------------------------

    user2040934 wrote:
    Dear all,
    I have the following error, during installation of forms 11g, the installation completed successfully but in configuration section it gave error on the 1st step domain creation.
    weblogic server version 10.3.6
    forms and reports version 11.1.2.1.0
    java version "1.4.2_06"
    You have the wrong Java version installed.  Do you already have another Forms version installed (like Forms 10g)?  I ask this because Java 1.4.2_06 installs with the Oracle Developer Suite 10g. For Fusion Middleware 11g (Forms 11g) you need to have Java 1.6 installed.  If you already have Java 1.6 installed, then you will need to modify your System PATH so that it lists Java 1.6 before Java 1.4.  The error you are getting, "stderr=[java.lang.UnsupportedClassVersionError" is because Java 1.4 doesn't support the method the installer is using.  Run the following command from a Command/Dos window:  "Java -version".  If it does not show Java 1.6.0_??, then your PATH is still not setup correctly or you don't have Java 1.6.0 installed.
    Craig...

  • WLST Domain Creation using JRF template throws SQLRecoverableException

    I am working on domain creation using templates and included the JRF template to use OPSS functionality.
    I have run the RCU utility to create the required components that will have necessary tables to host OPSS data and also tested that it works with CC_STB user that i will use to connect from WLS.
    I am able to ping the database server having RCU components from the VM where i want to create and configure the domain but when i configure the LocalSvcTblDataSource with the same ip address and try to setup the OPSS datasources, it gives me "Internal Exception: java.sql.SQLRecoverableException: IO Error: Unknown host specified Error Code: 17002"
    Below is my WLST python script:
    #=======================================================================================
    # Open a domain template.
    #=======================================================================================
    readTemplate("/u01/app/mw/Oracle_Home/wlserver/common/templates/wls/wls.jar")
    #=======================================================================================
    # Update the domain to enable the WebLogic Server domain with JRF and EM.
    #=======================================================================================
    addTemplate('/u01/app/mw/Oracle_Home/oracle_common/common/templates/wls/oracle.jrf_template_12.1.2.jar')
    addTemplate('/u01/app/mw/Oracle_Home/em/common/templates/wls/oracle.em_wls_template_12.1.2.jar')
    #=======================================================================================
    # Configure the Administration Server and SSL port.
    # To enable access by both local and remote processes, you should not set the
    # listen address for the server instance (that is, it should be left blank or not set).
    # In this case, the server instance will determine the address of the machine and
    # listen on it.
    #=======================================================================================
    cd('Servers/AdminServer')
    set('ListenAddress','')
    set('ListenPort', 7001)
    create('AdminServer','SSL')
    cd('SSL/AdminServer')
    set('Enabled', 'True')
    set('ListenPort', 7002)
    #=======================================================================================
    # Define the user password for weblogic.
    #=======================================================================================
    cd('/')
    cd('Security/base_domain/User/weblogic')
    # Please set password here before using this script, e.g. cmo.setPassword('value')
    cmo.setPassword('password')
    #=======================================================================================
    # Create and configure a JDBC Data Source, and sets the JDBC user.
    #=======================================================================================
    # Get RCU Configuration using RCU service table (STB) schema credentials
    cd('/')
    cd('JDBCSystemResource/LocalSvcTblDataSource/JdbcResource/LocalSvcTblDataSource')
    cd('JDBCDriverParams/NO_NAME_0')
    set('DriverName','oracle.jdbc.OracleDriver')
    set('URL','jdbc:oracle:thin:@XX.XX.XX.XX:15210/xe')
    set('PasswordEncrypted', 'password')
    set('UseXADataSourceInterface', 'false')
    cd('Properties/NO_NAME_0')
    cd('Property/user')
    cmo.setValue('CC_STB')
    getDatabaseDefaults()
    #=======================================================================================
    # Write the domain and close the domain template.
    #=======================================================================================
    setOption('OverwriteDomain', 'true')
    writeDomain('/u01/data/user_projects/domains/cc_domain')
    closeTemplate()
    #=======================================================================================
    # Exit WLST.
    #=======================================================================================
    exit()
    And the complete exception trace.
    Internal Exception: java.sql.SQLRecoverableException: IO Error: Unknown host specified
    Error Code: 17002
    Error: writeDomain() failed. Do dumpStack() to see details.
    wls:/offline/base_domain>dumpStack();
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: Domain Creation Failed!
    Domain Location: /u01/data/user_projects/domains/cc_domain
    Reason: oracle.security.opss.tools.lifecycle.LifecycleException: oracle.security.jps.service.policystore.PolicyStoreException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.4.2.v20130514-5956486): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLRecoverableException: IO Error: Unknown host specified
    Error Code: 17002
    Exception:
    oracle.security.opss.tools.lifecycle.LifecycleException: oracle.security.jps.service.policystore.PolicyStoreException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.4.2.v20130514-5956486): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLRecoverableException: IO Error: Unknown host specified
    Error Code: 17002
      at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:55)
      at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1967)
      at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:1126)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at org.python.core.PyReflectedFunction.__call__(Unknown Source)
      at org.python.core.PyMethod.__call__(Unknown Source)
      at org.python.core.PyObject.__call__(Unknown Source)
      at org.python.core.PyInstance.invoke(Unknown Source)
      at org.python.pycode._pyx5.writeDomain$15(/tmp/WLSTOfflineIni4846195865917165143.py:73)
      at org.python.pycode._pyx5.call_function(/tmp/WLSTOfflineIni4846195865917165143.py)
      at org.python.core.PyTableCode.call(Unknown Source)
      at org.python.core.PyTableCode.call(Unknown Source)
      at org.python.core.PyFunction.__call__(Unknown Source)
      at org.python.pycode._pyx93.f$0(<console>:1)
      at org.python.pycode._pyx93.call_function(<console>)
      at org.python.core.PyTableCode.call(Unknown Source)
      at org.python.core.PyCode.call(Unknown Source)
      at org.python.core.Py.runCode(Unknown Source)
      at org.python.core.Py.exec(Unknown Source)
      at org.python.util.PythonInterpreter.exec(Unknown Source)
      at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
      at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
      at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
      at weblogic.management.scripting.WLST.main(WLST.java:219)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at weblogic.WLST.main(WLST.java:29)
    Caused by: com.oracle.cie.domain.script.ScriptException: Domain Creation Failed!
    Domain Location: /u01/data/user_projects/domains/cc_domain
    Reason: oracle.security.opss.tools.lifecycle.LifecycleException: oracle.security.jps.service.policystore.PolicyStoreException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.4.2.v20130514-5956486): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLRecoverableException: IO Error: Unknown host specified
    Error Code: 17002
    Exception:
    oracle.security.opss.tools.lifecycle.LifecycleException: oracle.security.jps.service.policystore.PolicyStoreException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.4.2.v20130514-5956486): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLRecoverableException: IO Error: Unknown host specified
    Error Code: 17002
      at com.oracle.cie.domain.script.ScriptExecutor.runGenerator(ScriptExecutor.java:3706)
      at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:991)
      at com.oracle.cie.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:1117)
      ... 29 more
    Caused by: com.oracle.cie.domain.security.external.ConfigSecurityException: oracle.security.opss.tools.lifecycle.LifecycleException: oracle.security.jps.service.policystore.PolicyStoreException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.4.2.v20130514-5956486): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLRecoverableException: IO Error: Unknown host specified
    Error Code: 17002
      at oracle.security.opss.tools.lifecycle.cie.OpssSecurityConfiguration.initializeSubsystem(OpssSecurityConfiguration.java:129)
      at com.oracle.cie.domain.DomainGenerator.run(DomainGenerator.java:315)
      at java.lang.Thread.run(Thread.java:744)
    Caused by: oracle.security.opss.tools.lifecycle.LifecycleException: oracle.security.jps.service.policystore.PolicyStoreException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.4.2.v20130514-5956486): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLRecoverableException: IO Error: Unknown host specified
    Error Code: 17002
      at oracle.security.opss.tools.lifecycle.OpssDomainConfigImpl.checkIfFarmExists(OpssDomainConfigImpl.java:708)
      at oracle.security.opss.tools.lifecycle.OpssDomainConfigImpl.configureDBSecurityStore(OpssDomainConfigImpl.java:339)
      at oracle.security.opss.tools.lifecycle.OpssDomainConfigImpl.initializeSubsystem(OpssDomainConfigImpl.java:166)
      at oracle.security.opss.tools.lifecycle.cie.OpssSecurityConfiguration.initializeSubsystem(OpssSecurityConfiguration.java:126)
      ... 2 more
    Caused by: oracle.security.jps.service.policystore.PolicyStoreException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.4.2.v20130514-5956486): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLRecoverableException: IO Error: Unknown host specified
    Error Code: 17002
      at oracle.security.jps.internal.policystore.rdbms.JpsDBDataManager.processJPAException(JpsDBDataManager.java:2088)
      at oracle.security.jps.internal.policystore.rdbms.JpsDBDataManager.init(JpsDBDataManager.java:955)
      at oracle.security.jps.internal.policystore.rdbms.JpsDBDataManager.beginTransaction(JpsDBDataManager.java:1459)
      at oracle.security.jps.internal.policystore.rdbms.JpsDBDataManager.beginTransaction(JpsDBDataManager.java:1455)
      at oracle.security.jps.internal.common.rdbms.util.JpsDbBootstrapImpl.<init>(JpsDbBootstrapImpl.java:162)
      at oracle.security.opss.tools.lifecycle.OpssDomainConfigImpl.checkIfFarmExists(OpssDomainConfigImpl.java:679)
      ... 5 more
    Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.4.2.v20130514-5956486): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLRecoverableException: IO Error: Unknown host specified
    Error Code: 17002
      at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:614)
      at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.getDatabaseSession(EntityManagerFactoryDelegate.java:186)
      at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.createEntityManagerImpl(EntityManagerFactoryDelegate.java:278)
      at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:304)
      at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:282)
      at oracle.security.jps.internal.policystore.rdbms.JpsDBDataManager.getVersion(JpsDBDataManager.java:1027)
      at oracle.security.jps.internal.policystore.rdbms.JpsDBDataManager.getEMFAndSubject(JpsDBDataManager.java:1124)
      at oracle.security.jps.internal.policystore.rdbms.JpsDBDataManager.init(JpsDBDataManager.java:907)
      ... 9 more
    Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.4.2.v20130514-5956486): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLRecoverableException: IO Error: Unknown host specified
    Error Code: 17002
      at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:324)
      at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:319)
      at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:138)
      at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
      at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:690)
      at org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:215)
      at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:554)
      ... 16 more
    Caused by: java.sql.SQLRecoverableException: IO Error: Unknown host specified
      at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:465)
      at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:546)
      at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:232)
      at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
      at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
      at java.sql.DriverManager.getConnection(DriverManager.java:571)
      at java.sql.DriverManager.getConnection(DriverManager.java:187)
      at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:98)
      ... 20 more
    Caused by: oracle.net.ns.NetException: Unknown host specified
      at oracle.net.resolver.HostnameNamingAdapter.resolve(HostnameNamingAdapter.java:191)
      at oracle.net.resolver.NameResolver.resolveName(NameResolver.java:133)
      at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:416)
      at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:687)
      at oracle.net.ns.NSProtocol.connect(NSProtocol.java:247)
      at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1109)
      at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:316)
      ... 27 more
    Any help/pointers/hints will be helpful
    Thanks,
    Santosh

    Hi Micheal,
    Thanks a Lot for your response.
    We have checked the OS requirements :
    System Itanium 11i (11.31) B.11.31.0803.318a Base Quality Pack Bundle for HP-UX 11i v3, March 2008+
    Response:
    ======
    We have the higher version installed for this quality pack.
    QPKBASE B.11.31.1109.367a Base Quality Pack Bundle for HP-UX 11i v3, September 2011
    2) Required Packages : HPDesktopDev (version B.11.31.01)
    Response:
    =======
    This package is also installed.
    X11MotifDevKit B.11.31.01 HP-UX Desktop Developer's Toolkit - X11, Motif, and Imake
    3) Required Operating System Patches
    PHKL_36248
    PHKL_36249
    PHSS_37202
    PHSS_37501
    PHCO_38050
    PHSS_38139
    Response:
    ========
    We have the supersets for these patches installed. The installation logs also confirm these patches at the OS level.
    Check Name:Patches
    Check Description:This is a prerequisite condition to test whether the patches recommended for installing the product are available on the system.
    Checking for PHKL_36248; found PHKL_36248. Passed
    Checking for PHKL_36249; found PHKL_36249. Passed
    Checking for PHSS_37202; found PHSS_37202. Passed
    Checking for PHSS_37501; found PHSS_37501. Passed
    Checking for PHCO_38050; found PHCO_38050. Passed
    Checking for PHSS_38139; found PHSS_38139. Passed
    Check complete. The overall result of this check is: Passed
    Regards
    Sumit Kapila

  • 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

  • Oracle 11g(11.1.1.6) SOA Domain creation failed

    Hi ,
    I am new to SOA .I have downloaded s/w from OTN (ORACLE) site .I have followed the quick start guide for installation .Everything went well
    I have successfully installed oracle XE ,weblogic server,OEPE,RCU,OracleServiceBus.
    When I try to create a Soa domain.I am getting following exception
    Preparing...
    Extracting Domain Contents...
    Creating Domain Security Information...
    Domain Creation Failed!
    Domain Location: C:\demos\domains\SOAOSBPS4DevDomain
    Reason: null
    Exception:
    Traceback (innermost last):
    File "<iostream>", line 6, in ?
    File "<iostream>", line 21, in cd
         at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
         at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1538)
         at com.oracle.cie.domain.script.jython.WLScriptContext.cd(WLScriptContext.java:602)
         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)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.ScriptException: No nested element JDBCDriverParams is found
    I have selected converttoRACMultiDatasource radio button
    If I dont select that radion button Soa domain is getting created successfully
    Can anyone please let me know what could be the problem
    Thanks

    Hi Vijay
    I have checked the post and tested the same on my installation everything looks right
    SQL> SELECT comp_id, comp_name, version, status, mrc_name, owner FROM schema_ver
    sion_registry;
    COMP_ID
    COMP_NAME
    VERSION STATUS MRC_NAME
    OWNER
    BAM
    BAM Services
    11.1.1.5.0 VALID DEV
    DEV_ORABAM
    COMP_ID
    COMP_NAME
    VERSION STATUS MRC_NAME
    OWNER
    MDS
    Metadata Services
    11.1.1.6.0 VALID DEV
    DEV_MDS
    COMP_ID
    COMP_NAME
    VERSION STATUS MRC_NAME
    OWNER
    ORASDPM
    SDP Messaging
    11.1.1.6.0 VALID DEV
    DEV_ORASDPM
    COMP_ID
    COMP_NAME
    VERSION STATUS MRC_NAME
    OWNER
    SOAINFRA
    SOA Infrastructure Services
    11.1.1.6.0 VALID DEV
    DEV_SOAINFRA
    can any body suggest what will be wrong.I have been on this issue since 2 weeks

  • 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

Maybe you are looking for