SOA Domain using Silent mode

Hi
Can anybody tell me how to create a SOA domain using WLST?
--Thanks in Advance                                                                                                                                                                               

Hi
I am getting the below exception any idea?
Error: readTemplate() failed. Do dumpStack() to see details.
Problem invoking WLST – Traceback (innermost last):
File “c:\oracle\silentdomain.py”, line 3, in ?
File “C:\Users\test\AppData\Local\Temp\WLSTOfflineIni1709266438475496258.py
“, line 17, in readTemplate
The template to read must be a jar file containing a valid domain configuration
at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleExc
eption(CommandExceptionHandler.java:51)
at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(W
LScriptContext.java:1538)
at com.oracle.cie.domain.script.jython.WLScriptContext.readTemplate(WLSc
riptContext.java:340)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.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: unable to pa
rse “template-info.xml” from template jar “C:\oracle\wlserver_10.3\common\templates\domains\wls.jar
The template to read must be a jar file containing a valid domain configuration

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

  • ManagedServer entry using silent mode

              Folks,
              I created a Silent script for WebLogic81sp2 domain creation and everything seems
              to be ok.After creating the domain, I will be in the position to edit the startManagedWebLogic.cmd
              file manually to add the server name(set SERVER_NAME=ManagedServer).
              How can I update this using silent mode?
              See my script below, Thanks, Johnson
              //////Create the Admin Server
              find Server "myserver" as s1;
              set s1.Name "AdminServer";
              set s1.ListenAddress "localhost";
              set s1.ListenPort "10000";
              set s1.SSL.Enabled "false";
              //set s1.SSL.ListenPort "10001";
              set JavaHome "C:\beaplatform\jdk141_05";
              set ServerStartMode "dev";
              set CreateStartMenu "false";
              //////Create the Managed Server
              create Server "ManagedServer" as s2;
              set s2.ListenAddress "localhost";
              set s2.ListenPort "10010";
              set s2.SSL.Enabled "false";
              //set s2.SSL.ListenPort "10011";
              set JavaHome "C:\beaplatform\jdk141_05";
              set ServerStartMode "dev";
              set CreateStartMenu "false";
              

    Hi
    I am getting the below exception any idea?
    Error: readTemplate() failed. Do dumpStack() to see details.
    Problem invoking WLST – Traceback (innermost last):
    File “c:\oracle\silentdomain.py”, line 3, in ?
    File “C:\Users\test\AppData\Local\Temp\WLSTOfflineIni1709266438475496258.py
    “, line 17, in readTemplate
    The template to read must be a jar file containing a valid domain configuration
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleExc
    eption(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(W
    LScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.readTemplate(WLSc
    riptContext.java:340)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.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: unable to pa
    rse “template-info.xml” from template jar “C:\oracle\wlserver_10.3\common\templates\domains\wls.jar
    The template to read must be a jar file containing a valid domain configuration

  • Need to install oracle10g in windows7 using silent mode

    Dear All,
    I need to install oracle10g in windows7 using silent mode.Please provide steps to install in windows.
    Thank you in advance,
    Regards,
    DB.

    The only version of "10g" certified on Win 7 Professional or higher (Home versions are not supported) is 10.2.0.5
    http://docs.oracle.com/cd/B19306_01/relnotes.102/b14264/toc.htm#CIHCFAGA
    http://docs.oracle.com/cd/B19306_01/relnotes.102/b15680/toc.htm#BABEBBJF
    10.2.0.5 is only available from My Oracle Support (https://support.oracle.com), access to which requires a paid support contract with Oracle.
    Silent install process is documented - http://docs.oracle.com/cd/B19306_01/install.102/b14316/advance.htm
    HTH
    Srini

  • DBCA using silent mode

    Hi All
    I want to install Oracle R2 with silent mode, and when I used below sentence to create database,I hope the process is in silent mode,but a console always appear,and many progress info always appear inside too,Is it correct?
    dbca -silent -createDatabase -templateName cyDB.dbc -gdbname TEST -sid TEST -sysPassword xiaby -systemPassword xiaby .
    thanks

    Ref. Oracle® Database Readme
    10g Release 2 (10.2)
    Part Number B14233-04
    40.3.2 Running Database Configuration Assistant (DBCA) in Silent Mode
    In Chapter 2, "Creating an Oracle Database", the following information should be included.
    Silent mode does not have a user interface (other than what you initially input on the command line) or user interaction. It outputs all messages, including information, errors, and warnings, to a log file.
    From the command line, enter the following to see all of the DBCA options that are available when using silent mode:
    dbca -help
    The following sections contain examples that illustrate the use of silent mode.
    DBCA Silent Mode Example 1: Creating a New Database To create a clone database, enter the following on the command line:
    % dbca -silent -createDatabase -templateName Transaction_Processing.dbc
    -gdbname ora10i -sid ora10i -datafileJarLocation
    /private/oracle10i/ora10i/assistants/dbca/templates -datafileDestination
    /private/oracle10i/ora10i/oradata -responseFile NO_VALUE
    -characterset WE8ISO8859P1
    DBCA Silent Mode Example 2: Creating a Seed Template To create a seed template, enter the following on the command line:
    % dbca -silent -createCloneTemplate -sourceDB ora10i -sysDBAUserName
    sys -sysDBAPassword change_on_install -templateName copy_of_ora10i.dbc
    -datafileJarLocation /private/oracle/ora10i/assistants/dbca/templates
    dbca syntax (partial)
    dbca  [-silent | -progressOnly | -customCreate] {<command> <options> }  | { [<command> [options] ] -responseFile  <respo
    nse file > } [-continueOnNonFatalErrors <true | false>]
            -createDatabase
                    -templateName <name of an existing  template>
                    [-cloneTemplate]
                    -gdbName <global database name>
                    [-sid <database system identifier>]
                    [-sysPassword <SYS user password>]
                    [-systemPassword <SYSTEM user password>]
                    [-emConfiguration <CENTRAL|LOCAL|ALL|NOBACKUP|NOEMAIL|NONE>
                            -dbsnmpPassword <DBSNMP user password>
                            -sysmanPassword <SYSMAN user password>
                            [-hostUserName <Host user name for EM backup job>
                             -hostUserPassword <Host user password for EM backup job>
                             -backupSchedule <Daily backup schedule in the form of hh:mm>]
                            [-smtpServer <Outgoing mail (SMTP) server for email notifications>
                             -emailAddress <Email address for email notifications>]
                            [-centralAgent <Enterprise Manager central agent location>]]
                    [-datafileDestination <destination directory for all database files> |  -datafileNames <a text file cont
    aining database objects such as controlfiles, tablespaces, redo log files and spfile to their corresponding raw device f
    ile names mappings in name=value format.>]
                    [-recoveryAreaDestination <destination directory for all recovery files>]
                    [-datafileJarLocation  <location of the data file jar, used only for clone database creation>]
                    [-storageType < FS | ASM | RAW>
                            [-diskList    <list of disks to be used by ASM>
    [                       -diskGroupName    <disk group name to be used by ASM>
                            -redundancy    <HIGH|NORMAL|EXTERNAL>
                            -diskString    <disk discovery path to be used by ASM>
                            -asmPassword    <SYS password for ASM instance>]]
                    [-characterSet <character set for the database>]
                    [-nationalCharacterSet  <national character set for the database>]
                    [-registerWithDirService <true | false>
                            -dirServiceUserName    <user name for directory service>
                            -dirServicePassword    <password for directory service >
                            -walletPassword    <password for database wallet >]
                    [-listeners  <list of listeners to configure the database with>]
                    [-variablesFile   <file name for the variable-value pair for variables in the template>]]
                    [-variables  <comma seperated list of name=value pairs>]
                    [-initParams <comma seperated list of name=value pairs>]
                    [-memoryPercentage <percentage of physical memory for Oracle>
                            [-databaseType <MULTIPURPOSE|DATA_WAREHOUSING|OLTP>]]~ Madrid.

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

  • How can I do to install Patch and RDBMS using SILENT mode in a Pentium 4 ?

    I was installing the Oracle 8.1.6.0.0 in remote machines using a SILENT mode normally. But now, I`m having a problem with the Pentium 4. I need to apply a patch because of the bug number 1507768. And, after apply the patch, I don't get to install using the same response file (in a SILENT mode). How can I do to install the patch and the RDBMS using a SILENT mode in a Pentium 4?

    I've created a new domain with this command:
    $ asadmin create-domain adminport 18000 user admin dmRemineTest
    I've installed the serviceWindows with this script:
    SETLOCAL
    SET I=C:\Sun\SDK
    c:\windows\system32\sc.exe create JCAPS6U1_dmRemineTest binPath= "%I%\lib\appservService.exe \"%I%\bin\asadmin.bat start-domain dmRemineTest\" \"%I%\bin\asadmin.bat stop-domain dmRemineTest\"" start= auto DisplayName= "JCAPS6U1_dmRemineTest"
    pause
    ENDLOCAL
    like the one suggest me in this forum, and thanks for it but now i have an other problem. I've started the domain dmRemineTest and it is running:
    asadmin> list-domains
    dmRemineTest running
    domain1 not running
    Command list-domains executed successfully.
    I'm proving to access to eManager at link: http://intaliodevsrv:15000/eManager/Welcome.do
    inserting this informations required:
    Server Type: Sun Java System Application Server Domain (9.1)
    Host Name: localhost
    HTTP Administration Port: 18000
    User Name: admin
    Password: adminadmin
    I insert into HTTP Administration Port 18000 from here:
    <http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="__asadmin" enabled="true" family="inet" id="admin-listener" port="18000" security-enabled="false" server-name="" xpowered-by="true"/>
    When I click on Connect to Server, eManager response with this message:
    Connection Failed. Please check the following:
    - Server Type is correct.
    - Server is running.
    - Hostname and Port number(s) are correct.
    - Server SSL configuration.
    How can I solve the problem?

  • Add a machine to Managed Server using silent mode script in wls12c (x64)

    Hi,
    I am Kanakaraju. I am new to this silent installation of weblogic server and domain creation. my requirement while creating domain with production mode is,
    I need to add followings to the domain.
    1. Data source
    2. JMSServer
    3. ConnectionFactory
    4. JMSModule
    5. Queue
    6. Machine which can be assigned to Managed Server.
    7. subdeployment
    I can add only first 3 (Data source, JMSManager, Connection factory), but can't add remaining.
    when i use "+create JMSQueue "PfPerformanceProfileQueue" as queue;+", it is throwing exception like JMSQueue is not found.
    Can anybody please help me creating the script to add these?
    Following is my Silent mode script
    read template from "C:\Oracle\Weblogic12\wlserver_12.1\common\templates\domains\wls.jar";
    set CreateStartMenu "false";
    set JavaHome "C:\bea10_3_3\jrockit_160_17_R28.0.0-679";
    set ServerStartMode "prod";
    find Server "AdminServer" as AdminServer;
    set AdminServer.ListenAddress "";
    set AdminServer.ListenPort "7003";
    set AdminServer.SSL.Enabled "true";
    set AdminServer.SSL.ListenPort "7002";
    //We can directly create a new managed server.
    create Server "ManagedServer_1" as ManagedServer_1;
    set ManagedServer_1.ListenAddress "";
    set ManagedServer_1.ListenPort "7001";
    set ManagedServer_1.SSL.Enabled "true";
    set ManagedServer_1.SSL.ListenPort "7002";
    //Create JDBC datasource and targeting it to cluster
    create JDBCConnectionPool "xxxxDSName" as xxxxxDSName;
    set MVestDSName.DriverName "oracle.jdbc.OracleDriver";
    set MVestDSName.URL "jdbc:oracle:thin:@(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)";
    set MVestDSName.Password "xxxxxxx";
    set MVestDSName.Properties "user=xxxxxxx_user";
    assign JDBCConnectionPool "*" to target "ManagedServer_1";
    //create JMS server
    create JMSServer "MVestJMSServer" as jmsserver;
    assign JMSServer "*" to target "ManagedServer_1";
    //create JMS queue, default subdeployment will be created and targeted. Not sure
    create JMSConnectionFactory "xxxxxConnectionFactory" as connectionFactory;
    set connectionFactory.JNDIName "jms/xxxxxConnectionFactory"; //JNDI name for Queue
    assign JMSConnectionFactory "*" to Target "ManagedServer_1"; //Target queue to JMS server
    //create JMS queue, default subdeployment will be created and targeted. Not sure
    //create JMSQueue "PfPerformanceProfileQueue" as queue;
    //set queue.JNDIName "jms/PfPerformanceProfileQueue"; //JNDI name for Queue
    //set queue.StoreEnabled "false";
    //set queue.JMSServer "JMSServer"; //Target queue to JMS server
    //use templates default weblogic user
    find User "weblogic" as u1;
    set u1.password "weblogic1";
    //create a new user
    create User "Admin" as u2;
    set u2.password "weblogic1";
    //assign User "Admin" to Group "Administators";
    write domain to "C:\Oracle\Weblogic12\user_projects\domains\silent-domain"; // The domain name will be "silent-domain"
    close template;
    Edited by: 998028 on 4 Apr, 2013 5:35 AM
    Edited by: 998028 on 9 Apr, 2013 6:28 AM

    Hi,
    I am Kanakaraju. I am new to this silent installation of weblogic server and domain creation. my requirement while creating domain with production mode is,
    I need to add followings to the domain.
    1. Data source
    2. JMSServer
    3. ConnectionFactory
    4. JMSModule
    5. Queue
    6. Machine which can be assigned to Managed Server.
    7. subdeployment
    I can add only first 3 (Data source, JMSManager, Connection factory), but can't add remaining.
    when i use "+create JMSQueue "PfPerformanceProfileQueue" as queue;+", it is throwing exception like JMSQueue is not found.
    Can anybody please help me creating the script to add these?
    Following is my Silent mode script
    read template from "C:\Oracle\Weblogic12\wlserver_12.1\common\templates\domains\wls.jar";
    set CreateStartMenu "false";
    set JavaHome "C:\bea10_3_3\jrockit_160_17_R28.0.0-679";
    set ServerStartMode "prod";
    find Server "AdminServer" as AdminServer;
    set AdminServer.ListenAddress "";
    set AdminServer.ListenPort "7003";
    set AdminServer.SSL.Enabled "true";
    set AdminServer.SSL.ListenPort "7002";
    //We can directly create a new managed server.
    create Server "ManagedServer_1" as ManagedServer_1;
    set ManagedServer_1.ListenAddress "";
    set ManagedServer_1.ListenPort "7001";
    set ManagedServer_1.SSL.Enabled "true";
    set ManagedServer_1.SSL.ListenPort "7002";
    //Create JDBC datasource and targeting it to cluster
    create JDBCConnectionPool "xxxxDSName" as xxxxxDSName;
    set MVestDSName.DriverName "oracle.jdbc.OracleDriver";
    set MVestDSName.URL "jdbc:oracle:thin:@(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)";
    set MVestDSName.Password "xxxxxxx";
    set MVestDSName.Properties "user=xxxxxxx_user";
    assign JDBCConnectionPool "*" to target "ManagedServer_1";
    //create JMS server
    create JMSServer "MVestJMSServer" as jmsserver;
    assign JMSServer "*" to target "ManagedServer_1";
    //create JMS queue, default subdeployment will be created and targeted. Not sure
    create JMSConnectionFactory "xxxxxConnectionFactory" as connectionFactory;
    set connectionFactory.JNDIName "jms/xxxxxConnectionFactory"; //JNDI name for Queue
    assign JMSConnectionFactory "*" to Target "ManagedServer_1"; //Target queue to JMS server
    //create JMS queue, default subdeployment will be created and targeted. Not sure
    //create JMSQueue "PfPerformanceProfileQueue" as queue;
    //set queue.JNDIName "jms/PfPerformanceProfileQueue"; //JNDI name for Queue
    //set queue.StoreEnabled "false";
    //set queue.JMSServer "JMSServer"; //Target queue to JMS server
    //use templates default weblogic user
    find User "weblogic" as u1;
    set u1.password "weblogic1";
    //create a new user
    create User "Admin" as u2;
    set u2.password "weblogic1";
    //assign User "Admin" to Group "Administators";
    write domain to "C:\Oracle\Weblogic12\user_projects\domains\silent-domain"; // The domain name will be "silent-domain"
    close template;
    Edited by: 998028 on 4 Apr, 2013 5:35 AM
    Edited by: 998028 on 9 Apr, 2013 6:28 AM

  • How to configure and deploy OAM 11g with DB setup using silent mode

    Hello all,
    I am trying to create automation process to install and configure OAM 11g on WLS. This task involves three stages
    1. Install WLS
    2. Install OAM 11g
    3. Create DB schema using RCU
    4. Configure and deploy OAM 11g
    I have done first 3 stages in silent mode using scripts and response files. I am stuck at 4th stage. I know how to configure and deploy OAM 11g using config.sh via GUI installer as well as console mode. But I would like to run config.sh in silent mode something like
    ./config.sh -mode=silent -silent_script=<script_location>
    I have searched a lot, but could not find any resource on how to do it? I tried passing the parameters via a text file. But that has not worked. I have also explored WLST, but it also does not work. Given that first 3 things are relatively very simple, the 4th step is becoming complex. I would be very thankful if someone can please point me in the right direction.
    Thanks!

    Have a look at your software directory : <sofware directory>/Disk1/stage/Response
    Here you will find 2 rsp files which you can use to install and then configure it all.
    Good luck.
    Filip

  • Installing Oracle Fusion Middleware in Silent Mode = -silent

    Hi there, I´m trying to install ofm_soa_generic_11.1.1.1.0_disk1_1of1 (Oracle Soa Suite) through silent mode by -silent flag.
    I´m using this command :
    /<package>/./runInstaller -jreLoc <jrelocation> -silent
    I´m getting these errors :
    [ERROR] All of the following variables must be present.
    Provide a value for Variable Name:ORACLE_HOME
    . Aborting Install
    All items behind passed successfully !
    How can I set oracle_home if installation has not being done yet ? Plz any help I´d appreciate.
    Thanks.
    Edson

    The easiest way to create a response file is by starting the wizard, filing in the blanks on all pages and save the result before the wizard asks you to install. Just stop here.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                               

  • 11g R2 Installation (silent mode) error on RHEL5

    Please help me, I´m trying to install database 11g R2 using silent mode: I have passed all preinstallation tasks
    ./runInstaller -silent -responseFile /Oracle/req/db_install.rsp
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 39642 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 8191 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-06-04_12-34-00PM. Please wait ...[oracle@localhost database]$ Exception in thread "main" java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at java.awt.Toolkit$2.run(Toolkit.java:821)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
    at javax.swing.UIManager.initialize(UIManager.java:1262)
    at javax.swing.UIManager.maybeInitialize(UIManager.java:1245)
    at javax.swing.UIManager.getUI(UIManager.java:851)
    at javax.swing.JPanel.updateUI(JPanel.java:104)
    at javax.swing.JPanel.<init>(JPanel.java:64)
    at javax.swing.JPanel.<init>(JPanel.java:87)
    at javax.swing.JPanel.<init>(JPanel.java:95)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMUI.<init>(OiifoOCMUI.java:125)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMInterfaceManager.<init>(OiifoOCMInterfaceManager.java:79)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMInterfaceManager.getInstance(OiifoOCMInterfaceManager.java:124)
    at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:123)
    at oracle.install.commons.util.Application.startup(Application.java:869)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
    and the log file:
    cat installActions2010-06-04_12-34-00PM.log
    Using paramFile: /Oracle/database/install/oraparam.ini
    Checking Temp space: must be greater than 80 MB. Actual 39642 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 8191 MB Passed
    The commandline for unzip:
    /Oracle/database/install/unzip -qqqo ../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-06-04_12-34-00PM
    Using the umask value '022' available from oraparam.ini
    Execvp of the child jre : the cmdline is /tmp/OraInstall2010-06-04_12-34-00PM/jdk/jre/bin/java, and the argv is
    /tmp/OraInstall2010-06-04_12-34-00PM/jdk/jre/bin/java
    -Doracle.installer.library_loc=/tmp/OraInstall2010-06-04_12-34-00PM/oui/lib/linux
    -Doracle.installer.oui_loc=/tmp/OraInstall2010-06-04_12-34-00PM/oui
    -Doracle.installer.bootstrap=TRUE
    -Doracle.installer.startup_location=/Oracle/database/install
    -Doracle.installer.jre_loc=/tmp/OraInstall2010-06-04_12-34-00PM/jdk/jre
    -Doracle.installer.nlsEnabled="TRUE"
    -Doracle.installer.prereqConfigLoc=
    -Doracle.installer.unixVersion=2.6.18-92.el5
    -mx150m
    -cp
    /tmp/OraInstall2010-06-04_12-34-00PM::/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/emocmutl.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/remoteinterfaces.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/OraPrereqChecks.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/orai18n-mapping.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/instcommon.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/installcommons_1.0.0b.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/ssh.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/instdb.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/OraPrereq.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/orai18n-utility.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/jsch.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/prov_fixup.jar:/tmp/OraInstall2010-06-04_12-34-00PM/ext/jlib/cvu.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/oneclick.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/share.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/emCfg.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/emocmutl.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/jsch.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/ssh.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/remoteinterfaces.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/http_client.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatch.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatchactions.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatchprereq.jar:../stage/Components/oracle.swd.opatch/11.2.0.1.0/1/DataFiles/jlib/opatchutil.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/OraCheckPoint.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstImages.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/help4.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/ewt3.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/swingaccess.jar::/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/jewt4.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/jewt4-nls.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/xml.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/srvm.jar:/tmp/OraInstall2010-06-04_12-34-00PM/oui/jlib/srvmasm.jar
    oracle.install.ivw.db.driver.DBInstaller
    -scratchPath
    /tmp/OraInstall2010-06-04_12-34-00PM
    -sourceLoc
    /Oracle/database/install/../stage/products.xml
    -sourceType
    network
    -timestamp
    2010-06-04_12-34-00PM
    -silent
    -responseFile
    /Oracle/requisitos/db_install.rs
    thx in advance

    Sorry, I'm gonna paste it again:
    Exception in thread "main" java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at java.awt.Toolkit$2.run(Toolkit.java:821)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
    at javax.swing.UIManager.initialize(UIManager.java:1262)
    at javax.swing.UIManager.maybeInitialize(UIManager.java:1245)
    at javax.swing.UIManager.getUI(UIManager.java:851)
    at javax.swing.JPanel.updateUI(JPanel.java:104)
    at javax.swing.JPanel.<init>(JPanel.java:64)
    at javax.swing.JPanel.<init>(JPanel.java:87)
    at javax.swing.JPanel.<init>(JPanel.java:95)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMUI.<init>(OiifoOCMUI.java:125)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMInterfaceManager.<init>(OiifoOCMInterfaceManager.java:79)
    at oracle.sysman.oii.oiif.oiifo.OiifoOCMInterfaceManager.getInstance(OiifoOCMInterfaceManager.java:124)
    at oracle.install.ivw.db.driver.DBInstaller.run(DBInstaller.java:123)
    at oracle.install.commons.util.Application.startup(Application.java:869)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
    Actually I´m checking again the software requirements
    Thx!!!

  • Can an ADT-packaged native installer install the AIR runtime in silent mode?

    Silent installation of my app works fine when the runtime is installed, as follows:
    <path>\MyApp.exe -silent -location "\"C:\Program Files\MyApp\"" -desktopShortcut -programMenu
    However, if the runtime is not installed, the invocation does nothing. I've also tried -eulaAccepted.
    Is it possible to silently install the app, yet if the runtime is not installed, initiate the runtime install automatically from adobe, preferably with a eula prompt for the user?
    Worst case, if the runtime must be bundled in the package, is a sidecar install supported for native installers?
    I should note, I cannot package the app as .air. The app uses NativeProcess and bundles an exe.
    Thanks.

    chris.campbell wrote:
    Dmitry Svetlakov wrote:
    I try use silent mode under Mac OS - doesn't work in this situation: Adobe AIR not installed on system.
    Because isntaller needs in access from administrator.
    Log:
    Jul 18 15:36:01 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Could not create directory at /Applications/Adobe/Flash Player/AddIns/airappinstaller
    Jul 18 15:36:01 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Error occurred during copy and set resource fork operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Could not create directory /Applications/Adobe/Flash Player/AddIns/airappinstaller" errorID=3001]
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Rollback complete
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Could not create directory /Applications/Adobe/Flash Player/AddIns/airappinstaller" errorID=3001]
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Application Installer end with exit code 7
    Hi Dmitry,
    Are you trying to sub launch AIR silently through your installer?  If so, and you haven't already, please fill out the AIR distribution agreement form and you'll receive documentation that discusses silent installs and uninstall's.
    If you are just trying this out, you are correct that the runtime needs admin access.  You can achieve this by prefixing your command line with sudo.
    Thanks,
    Chris
    Yes, but that not decide our task: create custom installer from air app native installer. I hope you understand that i mean. This installer should work for anyone user - and have to install Adobe AIR Runtime.

  • Error installing webcenter sites delivery in silent mode

    Hi,
    I am installing webcentersites on linux machine using silent mode.All test are getting successful and also all tables are created like SystemInfo,SystemLocale,SystemEvents etc.
    But the installation is getting failed and showing following error :
    <!--FTCS|||result=failure|||reason= Problem in CallElement. Error number = -105|||err=-105|||command=READURL|||params=|||-->
    [2013-06-28 19:21:41.214][CS.INSTALL][ERROR] ActionHandlerExecuteCommand:  Error installing CatalogCentre core assets
    [2013-06-28 19:21:41.214][CS.INSTALL][ERROR] Worker.run.
    And site log shows following error :
    SQLException in prepared execute on table SystemEvents: SELECT eventname,type,enabled,times,target,params FROM SystemEvents
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
        at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
        at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
        at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
        at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
        at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
        at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
        at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:863)
        at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1153)
        at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1275)
        at oracle.jdbc.driver.OracleStatement.doScrollExecuteCommon(OracleStatement.java:4656)
        at oracle.jdbc.driver.OraclePreparedStatement.doScrollPstmtExecuteUpdate(OraclePreparedStatement.java:10410)
        at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3574)
        at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3620)
        at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
        at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
        at COM.FutureTense.Servlet.JDBCTable.executeQuery_trans_logic(JDBCTable.java:1632)
        at COM.FutureTense.Servlet.JDBCTable.executeQuery_trans(JDBCTable.java:1590)
        at COM.FutureTense.Servlet.JDBCTable.executeQuery(JDBCTable.java:1430)
        at COM.FutureTense.Servlet.JDBCTable.SelectRow(JDBCTable.java:1025)
        at COM.FutureTense.Common.ftDBTable.selectTo(ftDBTable.java:2229)
        at COM.FutureTense.Event.ftEvent.getEventsList(ftEvent.java:309)
        at COM.FutureTense.Platform.SystemEvents.SystemEventFactoryImpl.getSystemEvents(SystemEventFactoryImpl.java:62)
        at COM.FutureTense.Platform.SystemEvents.HeartBeat.run(HeartBeat.java:43)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:724)
    SQLException in prepared execute on table  : SELECT name,locale,value FROM SystemLocaleString
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    SQLException in prepared execute on table SystemEvents: SELECT eventname,type,enabled,times,target,params FROM SystemEvents
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    Any help is appriciated,
    Thanks,
    Pratush

    The easiest way to create a response file is by starting the wizard, filing in the blanks on all pages and save the result before the wizard asks you to install. Just stop here.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                               

  • SOA Domain Creation Failed with FATAL Error

    Hi,
    I am in process of installing Oracle AIA FP. Before that I have to install and configure Oracle DB, WLS and SOA Suite with SOA Domain.
    I installed everything with no error message. But when I am trying to create a new SOA Domain using './config.sh' from 'MW_HOME/Oracle_SO1/common/bin' directory, on second step where we select which components I want to add in my domain I selected following components;
    1) Oracle SOA Suite
    2) Oracle Enterprise Manager
    3) Oracle Business Activity Monitor
    4) Oracle WSM Policy Mmanager
    5) Oracle JRF WebServices Async Services
    6) Oracle JRF
    7) WebLogic Advance Web Services for JAX-WS Extension
    Note: All components are 11.1.1.0
    As soon as I press 'Next' within 5-7 seconds a small windows pop ups saying *'A fatal error has occurred. This application will terminate'* with 'OK' button and 'config.sh' script finishes.
    I am using AIX 5.3 and have following environment variables set before I execute 'config.sh'
    export LANG=LC_ALL
    export SKIP_ROOTPRE=TRUE
    Also I just wanted to add that I installed it before and it worked fine and the I removed everything using 'rm -fr' and now reinstalling it again the whole thing.
    Your help will be appreciated.
    SJunejo

    Hello Shiv,
    I'm not able to log on to the default domain. If I creates a new domain the same problem apears. It is possible to build and deploy the TaskActionHandler in the new created domain?
    Best regards
    --tom                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Domain configured to SOA Suite (silent mode)

    Hi,
    How can I generate a domain (in Weblogic Server 10.3.3) configured automatically to support products as "Oracle BPM Suite", "Oracle SOA Suite", etc. but in silent mode? And then, how I can assign MDS repositories?
    I have tested with WLST but it hasn't been successful...
    Thanks!

    Hi,
    I also need the exact same requirement, a domain to be created silently for SOA/BPM suite, is there any way of doing it using WLST? We would run this script every night for a continious integration test which would provision the environment also.
    After SOA suite is installed, we need to configure it using ./config.sh following steps:
    1. Supported components
    2. Configure username/passwd
    3. JDBC schema configuration
    4. Test schema
    Is there are any WLST way of doing this?
    Please suggest.
    Thanks in advance,
    Bhaskar

Maybe you are looking for

  • CRM integration with R/3

    Hi everybody, i need integrate CRM with R/3, i need the billing document that i've created in CRM goes to R/3 and created a financial document in FI... Anyboby can help me??? Regards, Mauricio Navarrete R.

  • Standby problem with 10.6.6

    I updated from 10.6.6 this morning and ever since I can not get this thing to come back from standby when I shut the lid. I might get the login but the keyboard doesn't respond but usually I get a black screen with a cursor arrow and no response. Tha

  • Issue in report

    Hi All, I had a multiprovide on top of it I had report with almost 14-15 infoobject which are authorization enabled. It used to run fine. Now I have created another multiprovide, including all the below cubes & a new ODS which is bex enabled, but whe

  • Trigger problem in cwgpib

    Hi,    I am using a CWGPIB control to interact with a HP spectrum analyzer. In the GPIB programming guide which comes with the intrument, it says writing a command "*TRG" should be able to trigger a measurement if the trigger source is set to be BUS.

  • Third party software to sync corporate email

    Hello... I am own a Palm Treo 700wx with Sprint provider. My corporation doesn't have weboutlook email set up. I am attempting to synchronize my desktop Outlook wirelessly to my Treo. Obviously I can't beacause of the corporate firewall. I've looked