Silent install of Oracle WebLogic Server 11gR1 (10.3.6) + Coherence + OEPE

Hi, I'm trying to deploy the Oracle WebLogic Server 11R1 (10.3.6) on multiple computers. So I created a silent.xml file to use in my silent installation. The xml file appears to have the correct syntax. But when I launch the command: oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-win32.exe -mode=silent -silent_xml="C:\Temp\silent.xml" -log="C:\Temp\silent-install.log", it crash with these 2 errors.
ERROR [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Got an error in parsing template.xml!
ERROR [readSilentXML] com.bea.plateng.wizard.installer.silent.tasks.ReadSilentXMLTask - java.lang.NullPointerException
Here's the content of my xml file.
<?xml version="1.0" encoding="UFF-8"?>
<bea-installer>
<input-fields>
<data-value name="BEAHOME" value="C:\Oracle\Middleware_Home" />
<data-value name="WLS_INSTALL_DIR" value="C:\Oracle\Middleware_Home\wlserver_10.3" />
<data-value name="INSTALL_NODE_MANAGER_SERVICE" value="yes" />
<data-value name="NODEMGR_PORT" value="5559" />
<data-value name="INSTALL_SHORTCUT_IN_ALL_USERS_FOLDER" value="yes" />
</input-fields>
</bea-installer>
I need to deploy it to Windows 7 Ent SP1 x64 computers. So I sure like to know what I'm doing wrong?!
Note: I didn't use the value COMPONENT_PATHS because I want to install everything.
Thanks in advance for the help!

I solved the problem myself. I think I was missing my caffeine ;-) <?xml version="1.0" encoding="*UFF-8*"?>
Have a good day!

Similar Messages

  • Cannot configure a remote server (Oracle WebLogic Server 11gR1 PatchSet 2)

    Hi,
    When I attempt to create a new server in the server view the dialog does not contain a 'Remote' option. The first dialog box allows the server type to be chosen (Oracle WebLogic Server 11gR1 PatchSet 2) and the hostname and server name, but the next dialog then asks for the WLS and Java homes.
    Any ideas what is wrong?
    Eclipse Helios SR1 + OEPE 11.1.1.6.1
    thanks,
    Chris

    You will find the remote option in third Wizard page, after the one you specify WLS runtime and Java homes.
    Leave the the hostname and server name fields in the fist page as default when you choose (Oracle WebLogic Server 11gR1 PatchSet 2).

  • Oracle WebLogic Server 11gR1 PatchSet 1 JRE

    Hi all,
    I am trying to download Oracle WebLogic Server 11gR1 PatchSet 1 JRE but could not find it. Could you please let me know the url from which I can download it.
    Thanks for all your help in advance.

    Hi all,
    I am trying to download Oracle WebLogic Server 11gR1 PatchSet 1 JRE but could not find it. Could you please let me know the url from which I can download it.
    Thanks for all your help in advance.

  • OEPE 1.6 - Oracle WebLogic Server 11gR1 PatchSet 3 requres WLS 10.3.4

    Hi!
    Anyone knowing when Weblogic Server 10.3.4 is planed GA
    Borre

    Borre,
    See the recent OTN post from 20110115 detailing the latest release of Oracle WebLogic Server and some retesting of the previous issues related to JSR-317 JPA 2.0 support below.
    Re: Deploy Hibernate based EAR file on Weblogic 10.3.3?
    The latest release of Oracle WebLogic Server has been available on OTN at the following location since 20110115.
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    This release provides support for JSR-317 JPA 2.0 container managed applications using the QWG8 patch or a manual prepending classpath change.
    In 10.3.3.0 you were required to use the FilteringClassLoader via the *<wls:prefer-application-packages>* addition to your application managed persistence unit - this workaround as well as the persistence.xml renaming one is now fully deprecated and not required in 10.3.4.0 for both application and container managed persistence contexts.
    As of 20110115 the 5 outstanding issues below look to be fixed by applying the http://download.oracle.com/docs/cd/E17904_01/web.1111/e13720/using_toplink.htm#EJBAD1309 patch for QWG8 or manually prepending to the WebLogic 10.3.4.0 server classpath.
    commEnv.cmd: line 67
    @rem Set BEA Home
    set BEA_HOME=C:\opt\wls1034r20110115
    @rem Enable JPA 2.0 functionality on WebLogic Server 10.3.4 with the following patch line for commEnv.cmd:67
    set PRE_CLASSPATH=%BEA_HOME%\modules\javax.persistence_1.0.0.0_2-0-0.jar;%BEA_HOME%\modules\com.oracle.jpa2support_1.0.0.0_2-0.jar
    A JPA 2.0 EE application using EclipseLink as the JPA2 persistence provider on WebLogic is detailed in the analysis section below1) JPA 2.0 XSD parsing - verified
    2) New JPA 2.0 schema elements like <shared-cache-mode>NONE</shared-cache-mode> - verified
    3) JPA 2.0 runtime API like a entityManager.getMetamodel(); call on the Servlet or Stateless session bean - verified
    4) JPA 2.0 weaving/instrumentation - this will require a more detailed lazy model and more debugging to fully verify
    5) Dependency Injection of a container managed JPA 2.0 entityManager on a EJB component like a stateless session bean - verified
    http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/weblogic#Enabling_JPA2_support
    OTN downloadhttp://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    Patching
    http://download.oracle.com/docs/cd/E18476_01/doc.220/e18480/weblogicchap.htm
    Documentationhttp://download.oracle.com/docs/cd/E17904_01/web.1111/e13852/toc.htm
    Supported Oracle WebLogic Server Versionshttp://download.oracle.com/docs/cd/E15315_06/help/oracle.eclipse.tools.weblogic.doc/html/SupportedServerVersions.html
    TopLink JPA 2.0 Specific documentation/patchinghttp://download.oracle.com/docs/cd/E17904_01/web.1111/e13720/using_toplink.htm#EJBAD1309
    EclipseLink Wiki: JPA 2.0 using EclipseLink on WebLogic analysis (XSD, Weaving, DI of @PersistenceContext)http://wiki.eclipse.org/EclipseLink/Development/JPA_2.0/weblogic#Enabling_JPA2_support
    thank you
    /Michael O'Brien
    http://www.eclipselink.org

  • Install of Oracle WebLogic Server 10.3.2 on Solaris 5.10

    Hi Guys,
    Has any done an Install of WebLogic Server 10.3.2 on Solaris 5.10 ?
    Please provide steps, metalink notes or guides.
    Thanks in advance.

    Hi,
    You can check http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14142/console.htm#i1075285

  • Weblogic  server10.3.3 (Oracle Weblogic Server 11gR1) and sql server 2008db

    Is SQL Server 2008 db supported for use with weblogic server 10.3.3
    we use connection pools and XA and weblogic bundled drivers
    we are planning an upgrade from 9.2mp3 to 10.3.3 weblogic server
    http://download.oracle.com/docs/cd/E13196_01/platform/suppconfigs/configs103/103_over/supported_db.html#1179245
    seems to indicate that only sqlserver 2005 is supported
    Is there a more current version of the suported configurations that I am missing ?
    Appreciate any feedback on this
    Thanks
    Best
    Yeshwant

    contact support for official policy. Technically, the drivers do support the DBMS version.
    If you use any higher API than JDBC, there might be a question as to whether a
    particulare API was certified with the latter DBMS version, but unless the DBMS
    changed so it behaved differently than the previous for the same activity, then
    there should be no problem....

  • Fatal Error (Java Runtime Environment) starting Install of Oracle WebLogic Server

    Hello,
    I am installing Oracle Fusion on OEL 6 and have hit a problem with weblogic. This worked for me on my TEST server a few months ago.
    I have also successfully installed the "Install Repository Creation Utility (RCU)"
    I am unable to launch Weblogic and discoverer_11gR1_ofm's runInstallers. The both give me the same error.
    I am now at the step of installing the WLS 10.3.6 as follows:
    login as appldisc account in vncserver:
    . /home/appldisc/.bash_profile
    [appldisc@ofindev ~]$ echo $MW_HOME
      /u02/appldisc/11.1.1/Middleware
    [appldisc@ofindev ~]$ echo $JAVA_HOME
    /u02/appldisc/11.1.1/jdk1.6.0_35
    [appldisc@ofindev ~]$ which java
    /usr/bin/java
    java -jar wls1036_generic.jar
    Error output:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x0000003b09e14d70, pid=1638, tid=140381262968592
    # JRE version: 6.0_17-b17
    # Java VM: OpenJDK 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 )
    # Derivative: IcedTea6 1.7.4
    # Distribution: Custom build (Fri Nov 19 23:38:02 EST 2010)
    # Problematic frame:
    # C  [ld-linux-x86-64.so.2+0x14d70]
    # An error report file with more information is saved as:
    # /media/nfsbackup/software/discoverer_11gR1_ofm/WebLogic/hs_err_pid1638.log
    # If you would like to submit a bug report, please include
    # instructions how to reproduce the bug and visit:
    #   http://icedtea.classpath.org/bugzilla
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Aborted
    ---------------  T H R E A D  ---------------
    Current thread (0x00007f4890007000):  JavaThread "main" [_thread_in_native, id=6202, stack(0x00007f4896afb000,0x00007f4896bfc000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=128 (), si_addr=0x0000000000000000
    Registers:
    RAX=0x0000000000000001, RBX=0x00007f489010be60, RCX=0x000000009e982203, RDX=0x000000001fabfbff
    What am I missing in my environment for this wls1036_generic.jar to run?
    Thanks
    Mathias

    Hello Michael,
    sorry, I was on vacation since I opening this thread.
    I am still getting the  SIGSEGV error. Can you check my steps below if I installed the JDK correctly?
    As root, I executed jdk-6u35-linux-x64-rpm.bin 
    Unpacking...
    Checksumming...
    Extracting...
    UnZipSFX 5.50 of 17 February 2002, by Info-ZIP ([email protected]).
      inflating: jdk-6u35-linux-amd64.rpm 
      inflating: sun-javadb-common-10.6.2-1.1.i386.rpm 
      inflating: sun-javadb-core-10.6.2-1.1.i386.rpm 
      inflating: sun-javadb-client-10.6.2-1.1.i386.rpm 
      inflating: sun-javadb-demo-10.6.2-1.1.i386.rpm 
      inflating: sun-javadb-docs-10.6.2-1.1.i386.rpm 
      inflating: sun-javadb-javadoc-10.6.2-1.1.i386.rpm 
    Preparing...                ########################################### [100%]
            package jdk-2000:1.6.0_35-fcs.x86_64 is already installed
    Java(TM) SE Development Kit 6 successfully installed.
    [appldisc@ofindev ~]$ which java
    /usr/bin/java
    /usr/bin/java -version
    java version "1.6.0_17"
    OpenJDK Runtime Environment (IcedTea6 1.7.4) (rhel-1.21.b17.el6-x86_64)
    OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
    My .bash_profile contains:
    cat .bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
            . ~/.bashrc
    fi
    # User specific environment and startup programs
    #PATH=$PATH:$HOME/bin:$WL_HOME/server/bin:$DOMAIN_HOME/bin:$ORACLE_INSTANCE/bin:.
    JAVA_HOME=/u02/appldisc/11.1.1/jdk1.6.0_35
    MW_HOME=/u02/appldisc/11.1.1/Middleware
    DOMAIN_HOME=$MW_HOME/user_projects/domains/ClassicDomain
    WL_HOME=$MW_HOME/wlserver_10.3
    ORACLE_HOME=$MW_HOME/as_1
    ORACLE_INSTANCE=$MW_HOME/asinst_1
    PATH=$PATH:$HOME/bin:$WL_HOME/server/bin:$DOMAIN_HOME/bin:$ORACLE_HOME/bin:$ORACLE_INSTANCE/bin:.
    export PATH JAVA_HOME MW_HOME DOMAIN_HOME WL_HOME ORACLE_HOME ORACLE_INSTANCE
    What am I missing that is leading to these errors:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x0000003b09e14d70, pid=12638, tid=140579414648592
    # JRE version: 6.0_29-b11
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.4-b02 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  [ld-linux-x86-64.so.2+0x14d70]
    Thanks
    Mathias

  • Error  WebLogic Server 11gR1 (10.3.1) package Installer Windows

    Hil all,
    I´m installing Oracle WebLogic Server 11gR1 (10.3.1) for windows, I´ve already download from this URL de Package Installer (all of them) http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html and all of them have the same problem.
    I start the executable file, and it´s begins to unzip the files but when this step ends an error appear on a window "Could not locate the launcher command".
    ¿Somebody Know how to fix this problem?
    PD: I want to install on Windows XP version 5.1l
    thanks
    Edited by: user8700172 on 14-sep-2009 4:10
    Edited by: user8700172 on 14-sep-2009 7:42

    We don't know the cause, but this problem was affecting all the desktop machines at work (notebooks were ok...). So there goes a solution: when the message appears don't hit the ok button, search your temp folder. There should be a "sfx8C.tmp" directory. Run the installer.jar from there.
    Regards,

  • Oracle Identity Manager 9.1.0.2 and Oracle Weblogic server 11g R1 b(10.3.1)

    Hi,
    can we Install Oracle Identity Manager 9.1.0.2 version on Oracle Weblogic server 11h R1 b(10.3.1)?
    Is it OIM 9.1.0.2 compatible to install on Oracle Weblogic server 11h R1 b(10.3.1).
    Early response is appreciated

    Check this
    http://www.oracle.com/technology/software/products/ias/files/idm_certification_101401.html#BABGBGHI
    And Oracle has mentioned that
    *2.1 Certified Application Servers*
    Note: There is no change in application server certification from
    release 9.1.0.1 to release 9.1.0.2.
    Oracle WebLogic Server 10.3
    But you can try with new version of Weblogic. It shouldn't create any problem.

  • Guide to install Oracle WebLogic Server 10.3 on RedHat 5

    Hello buddies!
    Can anybody help me to install Oracle WebLogic Server 10.3 on RedHat 5.
    If anyone having Guide for that pls share wiith me..

    Sure. I always use the generic installer, that way the install is the same on all platforms:
    1 download and install JDK 6 update 10
    * http://java.sun.com/javase/downloads/index.jsp
    2 download generic installer
    * http://download.oracle.com/otn/bea/weblogic/server103/server103_generic.jar
    3 install
    * http://e-docs.bea.com/common/docs103/install/start.html#wp1074027
    -Adrian

  • Eclipse Indigo JEE M7 could not install Oracle Weblogic Server Tools

    Hi,
    Anyone managed to install Oracle Weblogic Server Tools plugins on Eclipse Indigo JEE M7?
    It appears that Oracle Weblogic Server Tools depends on EMF Core 2.6 while Indigo JEE M7 packages EMF Core 2.7.
    Will the Oracle Weblogic Server Tools be updated at http://download.oracle.com/otn_software/oepe/indigo/wtp/ to have same EMF core dependency as Eclipse Indigo?
    Thanks !

    The current tech preview release of OEPE for Indigo is targeted at Indigo M6. It looks like component versions changed in M7, making the current tech preview incompatible with M7. The official support for Indigo will ship in early to mid July.
    - Konstantin

  • Installing Oracle WebLogic Server on Solaris 10

    Friends
    There is a user recommended the installation of Oracle Weblogic Server on Solaris 10
    Thanks

    http://download.oracle.com/docs/cd/E13196_01/platform/suppconfigs/configs/pdf/solaris.pdf

  • Installing and Configuring Oracle WebLogic Server 11g

    Hi, I have a question about the installation of Oracle WebLogic Server 11g (10.3.5) high availability, there is some documentation of best practices on this issue.
    Thanks

    http://download.oracle.com/docs/cd/E21764_01/web.1111/e13709/toc.htm

  • Error While Deploying ADF BC JSF Application on Oracle WebLogic Server 10.3

    Hi All,
    I am Deploying ADF BC JSF Application on Oracle WebLogic Server 10.3
    My JDeveloper Version is - JDeveloper10.1.3.0.4
    I followed Following Links for Deployment
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11/demos/wls/wls.html
    http://blog.fekw.de/2008/08/23/howto-install-adf-10-runtime-and-deploy-adf-bc-app-to-oracle-weblogic-103-running-on-linux/
    I am Getting Following Error
    java.lang.NoClassDefFoundError: oracle/xml/parser/v2/XMLParseException
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.<clinit>(ADFPhaseListener.java:463)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:711)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:400)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:328)
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    Thanks
    Vijay Chavan

    My bc4j.conf file is like bellow and my datasource name is expertDS
    <BC4JConfig>
    <AppModuleConfigBag>
    <AppModuleConfig name="DeptAMLocal">
    <AppModuleJndiName>model.ent.DeptAM</AppModuleJndiName>
    <DeployPlatform>LOCAL</DeployPlatform>
    <JDBCName>expert</JDBCName>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    <jbo.project>Model</jbo.project>
    </AppModuleConfig>
    <AppModuleConfig name="DeptAMEmbeddedAS">
    <jbo.internal.embedded>true</jbo.internal.embedded>
    <JDBCDataSource>jdbc/expertDS</JDBCDataSource>
    <ApplicationPath>current-workspace-app</ApplicationPath>
    <ConnectionPort>23891</ConnectionPort>
    <AppModuleJndiName>DeptAMBean</AppModuleJndiName>
    <HostName>localhost</HostName>
    <java.naming.security.authentication>simple</java.naming.security.authentication>
    <java.naming.security.credentials>
    <![CDATA[{904}05DDD90D64C79A7BC508C94B403DD81551]]>
    </java.naming.security.credentials>
    <java.naming.security.principal>oc4jadmin</java.naming.security.principal>
    <DeployPlatform>EjbIas</DeployPlatform>
    <jbo.server.internal_connection>jdbc/expertCoreDS</jbo.server.internal_connection>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    </AppModuleConfig>
    <AppModuleConfig name="DeptAMAS">
    <jbo.ampool.maxinactiveage>300000</jbo.ampool.maxinactiveage>
    <AppServerConnectionName>weblogic</AppServerConnectionName>
    <AppModuleJndiName>DeptAMBean</AppModuleJndiName>
    <DeployPlatform>EjbIas</DeployPlatform>
    <jbo.ejb.txntimeout>86400</jbo.ejb.txntimeout>
    <DtMiddleTierDeploymentProfile>../ModelMiddleTier1.deploy</DtMiddleTierDeploymentProfile>
    <jbo.security.enforce>Test</jbo.security.enforce>
    <jbo.ampool.maxpoolsize>600</jbo.ampool.maxpoolsize>
    <ApplicationName>model.ent.DeptAM</ApplicationName>
    <DtDeploymentProfile>../ModelEJB1.deploy</DtDeploymentProfile>
    <jbo.ampool.doampooling>false</jbo.ampool.doampooling>
    <java.naming.security.authentication>simple</java.naming.security.authentication>
    <DtCommonDeploymentProfile>../ModelCommon1.deploy</DtCommonDeploymentProfile>
    <JDBCDataSource>jdbc/expertDS</JDBCDataSource>
    <jbo.server.internal_connection>jdbc/expertCoreDS</jbo.server.internal_connection>
    <jbo.ampool.minavailablesize>0</jbo.ampool.minavailablesize>
    <ApplicationPath>BackBoneEJB</ApplicationPath>
    <jbo.ampool.monitorsleepinterval>10000</jbo.ampool.monitorsleepinterval>
    </AppModuleConfig>
    </AppModuleConfigBag>

  • Oracle WebLogic Server 9.2 MP4 - license error

    Hi,
    I have installed Oracle WebLogic Server 9.2 MP4 on my dev/test server, while starting the server in production mode getting licensed validation error, can any body help on this please.
    downloaded 9.2 MP4 from this location (http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html)
    <20-Jun-2011 09:04:38 o'clock BST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    Unable to start WebLogic Server!
    Exception occurred while reading the license file.
    Please make sure you have a valid license.bea
    file in the BEA home directory associated with this
    installation. For more information about the license.bea
    file, see the installation guide for the version of the
    software you are using at http://e-docs.bea.com.
    Thanks

    Hi,
    I was able to figure out the root cause. I was using the primitive data type "int" for primary key and foreign key for one of the beans in the relationship. After I changed it to "Integer" wrapper type, the issue got resolved.
    -Vinod

Maybe you are looking for

  • IPod 5G: Disk use on both Macs and PCs.

    Greetings, I have an iMac and iPod. I have selected option "Enable Disk Use" in iTunes. When using iPod as a external disk on my iMac,all works ok. Problem is when I plug my iPod into a PC. The PC shows an error message: "The disk in drive F is not f

  • CO02 (Production order ) change

    Hi All, how to change  mass  production order finish date , is there any  function module or anyother techniquies? anybody know abt this guide me... thanking u, sksk

  • Barcode in AdobeForm

    Hi experts My problem is: I need add 'ENTER' after barcode in AdobeForm If anybody now How can I do it? Thanks Larissa

  • Sysaux tablespace offline ?

    Hi, Can we able to make a sysaux tablespace offline? What happen if it was offline.?

  • Shortcut for any transaction

    Hi All, can any body tell me how to create a shortcut on the desktop for any transaction. Ex-i am having a TCode BP when ever i click on the shortcut i should get the BP screen directly without going through the logon pad- BP . Regards, SAP.