"Invalid Java Home" when installing Oracle Weblogic 11g (10.3.1)

Hi folks,
I'm trying to install Oracle's Weblogic 11g (10.3.1)
(http://download.oracle.com/otn/nt/middleware/11g/wls/wls1031_generic.jar)
The installer starts, but does not detect the JDK home (which I expected). It does however let you browse the file system to select a home. I've tried selecting the following:
/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
but I get an "Invalid Java Home" error.
According to the documentation, Weblogic should run on a 1.6 JDK.
I notice that there are a few other Java related issues on these forums. Does anybody have any clues?
It sounds like the Apple JDK needs patching to make it usable by some Java apps. Bring on the 10.6 Java patch!

Just letting everyone know that the answer can be found here:
http://blogs.oracle.com/emorales/2009/06/weblogicover_mac_osx.html
It seems that we have to "dummy up" a jre/lib directory to fool the Weblogic JDK detection check.

Similar Messages

  • "Invalid Java Home" when installing Weblogic 10.3.1 on Mac OS X 10.6

    I'm hoping someone can help me. I'm trying to install the generic [Weblogic 11g (10.3.1)|http://download.oracle.com/otn/nt/middleware/11g/wls/wls1031_generic.jar] on Mac OS X 10.6 (Snow Leopard), which supposedly has a JDK 1.6 installed.
    It can't seem to find a JDK, and when I tell it to use the following:
    /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
    I get an "Invalid Java Home" error.
    Has anyone successfully done this on OS X 10.6?

    Just as an update, we're soon to release the WLS 11g R1 PS2 update, which will contain WLS 10.3.3 just to confuse things.
    As part of that, we're distributing for the first time, an additional .zip version of WLS to make it easier for developers.
    The zip file distribution has no GUI installer -- it's a simple case of unzip, run a script it provides, then start the server.
    The zip file distribution has been specifically tested on Mac OS X and the WLS config/domain scripts automatically adjust as necessary for the Mac OS X java environment.
    Once the zip file distribution is available, we hope that developing against WLS on Mac OS X (and Windows/Linux) will be an easier task.
    -steve-

  • Error at Creat asinstance When installing oracle forms 11g on linux

    Hello all experts!!!,
    i am installing oracle weblogic forms 11g on linux platform and i am getting error at Create as instance step.
    components selected :--
    forms ,reports,form builder report builder enterprise manager
    OS Platform :-- Oracle Enterprise Linux 5.3 and also same error on Fedora Core 13
    i have also Oracle Database 11g R2 installed on same machine.
    the log says :---
    [2010-09-13T12:55:38.831+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 55] [ecid: 0000Ig9xHTOFw000jzwkno1CZRTb00000i,0] [[
    oracle.as.config.ProvisionException: Unable to validate NonJ2EEManagement Application deployment on admin server.
    at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:678)
    at oracle.as.config.impl.RuntimeServiceConnection.deployIfNecessary(RuntimeServiceConnection.java:192)
    at oracle.as.config.impl.OracleASInstanceImpl.create(OracleASInstanceImpl.java:92)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:249)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.classic.ca.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:215)
    at oracle.as.install.classic.ca.standard.StandaloneTool.execute(StandaloneTool.java:50)
    at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.config.utl.DeployerException: NonJ2EEManagement Applicationdeployment failed.
    at oracle.as.config.utl.Deployer.deployApplication(Deployer.java:95)
    at oracle.as.config.utl.Deployer.deploy(Deployer.java:52)
    at oracle.as.config.impl.RuntimeServiceConnection.deployNonj2eeApplication(RuntimeServiceConnection.java:219)
    at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:670)
    ... 21 more
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.as.config.utl.Deployer.deployApplication(Deployer.java:93)
    ... 24 more
    Caused by: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 0 failed: [Deployer:149026]deploy application NonJ2EEManagement [Version=11.1.1] on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.NoSuchMethodError: getDeploymentOperation
    at weblogic.Deployer.run(Deployer.java:72)
    ... 29 more
    Caused by: weblogic.deploy.api.tools.deployer.DeployerException: Task 0 failed: [Deployer:149026]deploy application NonJ2EEManagement [Version=11.1.1] on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.NoSuchMethodError: getDeploymentOperation
    at weblogic.deploy.api.tools.deployer.Jsr88Operation.report(Jsr88Operation.java:541)
    at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:140)
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.Deployer.run(Deployer.java:70)
    ... 29 more
    [2010-09-13T12:55:38.838+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 55] [ecid: 0000Ig9xHTOFw000jzwkno1CZRTb00000i,0] Exit code from OPMNAdmin : 0
    [2010-09-13T12:55:38.844+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 55] [ecid: 0000Ig9xHTOFw000jzwkno1CZRTb00000i,0] [[
    oracle.as.provisioning.engine.CfgWorkflowException
    at oracle.as.provisioning.engine.Engine.processEventResponse(Engine.java:596)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:178)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.classic.ca.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:215)
    at oracle.as.install.classic.ca.standard.StandaloneTool.execute(StandaloneTool.java:50)
    at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance asinst_1.
    Cause:
    An internal operation has failed: Unable to validate NonJ2EEManagement Application deployment on admin server.
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:317)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
    ... 17 more
    Caused by: oracle.as.config.ProvisionException: Unable to validate NonJ2EEManagement Application deployment on admin server.
    at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:678)
    at oracle.as.config.impl.RuntimeServiceConnection.deployIfNecessary(RuntimeServiceConnection.java:192)
    at oracle.as.config.impl.OracleASInstanceImpl.create(OracleASInstanceImpl.java:92)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:249)
    ... 18 more
    Caused by: oracle.as.config.utl.DeployerException: NonJ2EEManagement Applicationdeployment failed.
    at oracle.as.config.utl.Deployer.deployApplication(Deployer.java:95)
    at oracle.as.config.utl.Deployer.deploy(Deployer.java:52)
    at oracle.as.config.impl.RuntimeServiceConnection.deployNonj2eeApplication(RuntimeServiceConnection.java:219)
    at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:670)
    ... 21 more
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.as.config.utl.Deployer.deployApplication(Deployer.java:93)
    ... 24 more
    Caused by: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 0 failed: [Deployer:149026]deploy application NonJ2EEManagement [Version=11.1.1] on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.NoSuchMethodError: getDeploymentOperation
    at weblogic.Deployer.run(Deployer.java:72)
    ... 29 more
    Caused by: weblogic.deploy.api.tools.deployer.DeployerException: Task 0 failed: [Deployer:149026]deploy application NonJ2EEManagement [Version=11.1.1] on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.NoSuchMethodError: getDeploymentOperation
    at weblogic.deploy.api.tools.deployer.Jsr88Operation.report(Jsr88Operation.java:541)
    at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:140)
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.Deployer.run(Deployer.java:70)
    ... 29 more
    weblogic server installation is perfect no errors at all.
    i also got the errors i got during installation ( im_emagent.mk and while running command gcc) . but thanks to OTN Forums i had managed to find out a fix. but on this error only solution i got is
    TRY WINDOWS . but what about linux then? is there any solution on this error?
    i am not much used to front-end ( java i mean). i am Oracle DBA Actually n want to install n try Weblogic
    Kindly Help...

    You can just copy the relevant parts (the ones marked with error). You can also look at the timing
    when it happened the reports environment did not start.
    From what i remember this could be a memory issue, standard every managed server (WLS_FORMS and WLS_REPORTS) instance
    is configured with 1024m bytes of memory.
    What we did is first install a forms instance and after that a reports instance. After the forms installation we adjusted the
    memory parameters in setWLSEnv (<middleware-home>/user_projects/domains/<domain-name>/bin). Look in this file
    for references to WLS_FORMS (something similar to: if [ "${SERVER_NAME}" = "WLS_FORMS" ] ; then).
    Another thing which springs to my mind is, which products did you select. If you just want Forms and Reports
    you can select just the following:
    - Oracle Forms
    - Oracle Reports
    - Developer Tools aan.
    - Management Components
    - Oracle HTTP Server
    and deselect the other options:
    - Oracle Portal
    - Oracle Discoverer
    - Oracle WebCache
    - Clustered (if you are not using clustering)
    We also had to fix the following files (i do not think that you have to do this since your Forms did not show any problems):
    - (On Windows) Copy the file msvcr71.dll (FMW/windows/extra) to WINDOWS/system32.
    - Copy the file mod_wl_ohs.so (FMW/<operating-system>/extra) to <middleware-home>/as_1/ohs/modules.

  • Invalid login credentials when install oracle xe

    Hi friends,
    I installed oracle xe version 10.2.0.1.0 correctly, but when i tried to login to adminstration via
    http://localhost:8080/apex
    with sys or system and the password (which i have given during the /etc/init.d/oracle-xe configure)
    It says invalid login credentials
    Please Help me out
    Thanks

    Had same login credentials problem today (and pwd was spelt as it always is). No way was I getting in via frontend or SqlPlus or using any online tip.
    Deinstalled and reinstalled several times according to instructions. Note that ¨/etc/init.d/oracle-xe configure¨ doesn´t re-run unless you update ¨/etc/default/oracle-xe¨ file with ¨CONFIGURE_RUN=false¨
    Now I am into a whole host of connection problems and the database service does not start. Any ideas?
    Listener status:
    root@II-laptop1:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server# lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 22-AUG-2007 17:06:11
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 22-AUG-2007 16:53:34
    Uptime 0 days 0 hr. 12 min. 36 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=II-laptop1)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    Listener logfile:
    Started with pid=8156
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=II-laptop1)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    22-AUG-2007 16:23:12 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=II-laptop1)(USER=oracle))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    22-AUG-2007 16:28:51 * (CONNECT_DATA=(SID=XE)(CID=(PROGRAM=sqlplus)(HOST=II-laptop1)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=59109)) * establish * XE * 12505
    TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    22-AUG-2007 16:37:51 * ping * 0
    22-AUG-2007 16:38:16 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=II-laptop1)(USER=oracle))(COMMAND=services)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * services * 0
    listener.ora:
    LISTENER =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    # SID_LIST_<lsnr>
    # List of services the listener knows about and can connect
    # clients to. There is no default. See the Net8 Administrator's
    # Guide for more information.
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=PLSExtProc)
    (ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server)
    (PROGRAM = extproc)
    DEFAULT_SERVICE_LISTENER = (XE)
    tnsnames.ora:
    XE= (DESCRIPTION =
    (ADDRESS_LIST=
    (ADDRESS=
    (PROTOCOL=tcp)
    (HOST=127.0.0.1)
    (PORT=1521)))
    (CONNECT_DATA=
    (SID=XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Any help would be greatly appreciated, thanks.

  • Invalid Java Home

    I am trying to install WebLogic on a 64-bit Cent-OS server. I have read instructions all over the place but no matter what I try I keep getting the error message "Invalid Java Home" when I get to the JDK selection section. I have tried the interactive mode and the graphic mode with the same results. I don't seem to be able to generate a log file either. What home am I suppose to be pointing this to? I have the installation jar file in the following location:
    /oracle/software/WebLogic_Server/wls1035_generic.jar
    I have the JAVA_HOME set to /usr/java/jre1.6.0_18 and the PATH set to $JAVA_HOME/bin:$PATH or /usr/java/jre1.6.0_18/bin:/usr/local/bin:/bin:/usr/bin:/home/emgc/bin. I have also verified that there is plenty of space available.
    Any assistance would be greatly appreciated!

    Your JAVA_HOME env variable seems to be pointing to a JRE home directory ( /usr/java/jre1.6.0_18 ) instead of a JDK home directory (which should be something like /usr/java/jdk1.6.0_18 )
    It might be a documentation issue, or there could be some issue with the currently installed Sun JDK and you should consider using JRockit 64 bit instead.

  • "Invalid Java Home ...." .Installing the JDeveloper  Studio Edition ---Mac

    I have try every Path OR"JDK Path",and jdev told me: "Invalid Java Home ......" .
    I cannot understand this: Ref: http://download.oracle.com/docs/cd/E12839_01/install.1111/e13666/toc.htm
    6.2 Specifying the JDK location on Mac OS X Systems
    Note: This section is not applicable to the Studio edition.
    When you start JDeveloper for the first time, the jdev script prompts you to provide the location of your JDK installation if it cannot locate it. You will need to enter the path to java.exe.
    Edited by: user4527807 on 2008/11/28 下午 11:11

    A quick search on this forum for Mac would have shown you that there are some extra steps mentioned in the release notes for Mac:
    http://www.oracle.com/technology/products/jdev/htdocs/11/knownissues.html#install4

  • Unable to install oracle weblogic 10.3.5.0 in HP-UX 11.31 itanium server

    Hi friends,
    I am trying to install "oracle weblogic 10.3.5.0 in HP-UX 11.31(itanium server). But it didnot show any inbuild(sofftware kit itself) java package and it take from operating system inbuild java. Atlast i got the error like below. Please go through my console installtion steps and the error.
    Please help me to solve this problem.
    Thanks to all.
    # java -jar installer.jar -mode=console
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Welcome:
    This installer will guide you through the installation of WebLogic 10.3.5.0.
    Type "Next" or enter to proceed to the next prompt. If you want to change data entered previously, type "Previous". You may quit the installer at any time by typing "Exit".
    Enter [Exit][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Choose Middleware Home Directory:
    "Middleware Home" = [Enter new value or use default
    "/usr/local/Oracle/Middleware"]
    Enter new Middleware Home OR [Exit][Previous][Next]> /app/oracle/product/Middleware/
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Choose Middleware Home Directory:
    "Middleware Home" = [app/oracle/product/Middleware]
    Use above value or select another option:
    1 - Enter new Middleware Home
    2 - Change to default [usr/local/Oracle/Middleware]
    Enter option number to select OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[Yes]
    Enter index number to select OR [Exit][Previous][Next]> 1
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    "Email:" = [Enter new value or use default ""]
    Enter new Email: OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[Yes]
    Enter index number to select OR [Exit][Previous][Next]> 2
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    "Support Password:" = [Enter new value or use default ""]
    Enter new Support Password: OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[Yes]
    Enter index number to select OR [Exit][Previous][Next]> 3
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    "Receive Security Update:" = [Enter new value or use default "Yes"]
    Enter [Yes][No]? No
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    "Receive Security Update:" = [Enter new value or use default "Yes"]
    ** Do you wish to bypass initiation of the configuration manager and
    ** remain uninformed of critical security issues in your configuration?
    Enter [Yes][No]? Yes
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[No]
    Enter index number to select OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[No]
    Enter index number to select OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[No]
    ** Invalid My Oracle Support credentials. Specify the correct email
    ** address and password that you use to log in to My Oracle
    ** Support.After two more incorrect attempts, the product will be
    ** registered anonymously with the specfied email address.
    Enter index number to select OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[No]
    ** Invalid My Oracle Support credentials. Specify the correct email
    ** address and password that you use to log in to My Oracle Support.
    ** After one more incorrect attempt, the product will be registered
    ** anonymously with the specfied email address.
    Enter index number to select OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Choose Install Type:
    Select the type of installation you wish to perform.
    ->1|Typical
    | Install the following product(s) and component(s):
    | - WebLogic Server
    | - Oracle Coherence
    2|Custom
    | Choose software products and components to install and perform optional
    |configuration.
    Enter index number to select OR [Exit][Previous][Next]> 2
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Choose Products and Components:
    Release 10.3.5.0
    |_____WebLogic Server [1] x
    | |_____Core Application Server [1.1] x
    | |_____Administration Console [1.2] x
    | |_____Configuration Wizard and Upgrade Framework [1.3] x
    | |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
    | |_____WebLogic SCA [1.5] x
    | |_____WebLogic JDBC Drivers [1.6] x
    | |_____Third Party JDBC Drivers [1.7] x
    | |_____WebLogic Server Clients [1.8] x
    | |_____WebLogic Web Server Plugins [1.9] x
    | |_____UDDI and Xquery Support [1.10] x
    | |_____Server Examples [1.11]
    | |_____Evaluation Database [1.12] x
    |_____Oracle Coherence [2] x
    |_____Coherence Product Files [2.1] x
    |_____Coherence Examples [2.2]
    *Estimated size of installation: 653.8 MB
    Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> 2
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Choose Products and Components:
    Release 10.3.5.0
    |_____WebLogic Server [1] x
    | |_____Core Application Server [1.1] x
    | |_____Administration Console [1.2] x
    | |_____Configuration Wizard and Upgrade Framework [1.3] x
    | |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
    | |_____WebLogic SCA [1.5] x
    | |_____WebLogic JDBC Drivers [1.6] x
    | |_____Third Party JDBC Drivers [1.7] x
    | |_____WebLogic Server Clients [1.8] x
    | |_____WebLogic Web Server Plugins [1.9] x
    | |_____UDDI and Xquery Support [1.10] x
    | |_____Server Examples [1.11]
    | |_____Evaluation Database [1.12] x
    |_____Oracle Coherence [2]
    |_____Coherence Product Files [2.1]
    |_____Coherence Examples [2.2]
    *Estimated size of installation: 646.7 MB
    Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    JDK Selection (Any * indicates Oracle Supplied VM):
    JDK(s) chosen will be installed. Defaults will be used in script string-substitution if installed.
    1|Add Local Jdk
    2|/opt/java6[x]
    *Estimated size of installation: 646.7 MB
    Enter 1 to add or >= 2 to toggle selection OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Choose Product Installation Directories:
    Middleware Home Directory: [app/oracle/product/Middleware]
    Product Installation Directories:
    "WebLogic Server" = [Enter new value or use default
    "/app/oracle/product/Middleware/wlserver_10.3"]
    **Enter new WebLogic Server OR [Exit][Previous][Next]>**
    **java.lang.reflect.InvocationTargetException**
    **at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)**
    **at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)**
    **at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)**
    **at java.lang.reflect.Method.invoke(Method.java:597)**
    **at com.bea.plateng.common.ui.console.DelegateConsoleWidget.invokeWidgetCallback(DelegateConsoleWidget.java:200)**
    **at com.bea.plateng.wizard.console.tasks.ConsoleInteractTask2.onLeave(ConsoleInteractTask2.java:439)**
    **at com.bea.plateng.wizard.console.tasks.ConsoleInteractTask2.okNext(ConsoleInteractTask2.java:361)**
    **at com.bea.plateng.wizard.WizardController.nextTask(WizardController.java:642)**
    **at com.bea.plateng.wizard.WizardController.run(WizardController.java:519)**
    **at java.lang.Thread.run(Thread.java:662)**
    **Caused by: java.lang.NullPointerException**
    **at java.io.File.<init>(File.java:231)**
    **at com.bea.plateng.wizard.installer.diskspace.TempDir.<init>(TempDir.java:55)**
    **at com.bea.plateng.wizard.installer.diskspace.TempDir.getInstance(TempDir.java:41)**
    **at com.bea.plateng.wizard.installer.helpers.DiskSpaceHelper.checkDiscSpaceForProductInstallation(DiskSpaceHelper.java:255)**
    **at com.bea.plateng.wizard.installer.helpers.ProductDirHelper.setStoreKeysAndValidateDiskSpace(ProductDirHelper.java:476)**
    **at com.bea.plateng.wizard.installer.helpers.ProductDirHelper.validateAndSet(ProductDirHelper.java:278)**
    **at com.bea.plateng.wizard.installer.console.tasks.ProductDirChooserConsoleTask.onLeave(ProductDirChooserConsoleTask.java:236)**
    **... 10 more**
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    The following Products and JDKs will be installed:
    WebLogic Platform 10.3.5.0
    |_____WebLogic Server
    |_____Core Application Server
    |_____Administration Console
    |_____Configuration Wizard and Upgrade Framework
    |_____Web 2.0 HTTP Pub-Sub Server
    |_____WebLogic SCA
    |_____WebLogic JDBC Drivers
    |_____Third Party JDBC Drivers
    |_____WebLogic Server Clients
    |_____WebLogic Web Server Plugins
    |_____UDDI and Xquery Support
    |_____Evaluation Database
    *Estimated size of installation: 646.7 MB
    Enter [Exit][Previous][Next]>

    Hi Mike,
    Thanks for your reply. Please can you tell me the compatiable version of ODSI for Oracle Weblogic 10.3.5.0?
    Regards,
    Ven.

  • How to install oracle database 11g express edition on Windows 7

    Hi Guys,
    i am trying to download and install Oracle database 11g express edition on windows7 and i can't seem to get it right. i did get the download but when i try to install, it keeps saying it appears to be an invalid archive.
    Please help..

    Action - Refer to the logs or contact OracleFinding the problem is the key. "Refer to the logs" is the only option, XE has no oracle support offerings.
    Which plugin failed, and why did it fail will be important clues. There should be error messages in the log that will be helpful.
    Otherwise, we don't have much help to offer. Fixing a problem means identifying the problem and performing steps to correct it, if there a fix is available.
    A MOS lookup on the ins-20802 error has snippets from one installer session, this one is from an x64 install. Not x86. To paraphrase the details:
    ... Created a new file <drive>:<OH path>\cfgtoollogs\configToolAllCommands
    SEVERE: java.io.IOException: Access is denied
    ...So from those symptoms, the user trying to run the installer does not have appropriate rights on that drive and/or folder. The fix for that particular problem is adding the user to the local administrators group. And rerunning the install. After running the deinstall steps to clean up the installation. As specified in the XE install guide for Windows.
    http://docs.oracle.com/cd/E17781_01/install.112/e18803/toc.htm
    Also note the System Requirements, it specifies a System architecture Intel x86, which is not X64. There is no X64 installer for XE on Windows. So it might work. Or it might not if your host is x64.
    So if that is your particular error, verify that your user is in the local admins group. Either use the local users and groups applet (Start/Run/lusrmgr.msc) and open up the Administrators group. Click the Add button. Find your user. If your OS user is a windows domain user, be sure you have authenticated to the domain.
    Try the `net ...` list of the adminis group, that should reveal whom is indeed in the local administrators group:
    net localgroup administrators
    Administrator
    <domain>\Domain Admins ... # ??? is the host in windows domain ???
    <domain>\Local Admins
    <domain>\<user1>
    <user2>
    <user3>
    echo %USERNAME%
    # if relevant:
    echo %USERDOMAIN%Like it also states in the Windows install guide, under Permission Required quote:
    ... must be a member of the Administrators group on Windows to install Oracle Database XE.

  • Install Oracle BI 11g 11.1.1.5.0 Configuring OCM failed

    Hi all,
    I'm installing Oracle BI 11g on Window7 32 bit.
    It's almost done. But I have an error at Configuration Progess / Configuring OCM failed. The message is: "Error encountered in deploying OCM instance. Exit code =1"
    I check the install Log:
    [2012-12-27T13:36:37.349+07:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] Checking for $ORACLE_HOME/ocm.rsp file existence
    [2012-12-27T13:36:37.349+07:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] $ORACLE_HOME/ocm.rsp exists
    [2012-12-27T13:36:37.349+07:00] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] Install handler params :-componentName ocm1 -componentType OCM -cfgHome C:\OracleBI11g\instances\instance1 -rspFilePath C:\OracleBI11g\Oracle_BI1\ocm.rsp -oracleInstance C:\OracleBI11g\instances\instance1
    [2012-12-27T13:36:37.349+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.OracleASInstanceProvisioner] [SRC_METHOD: directoryIsPopulated] directoryIsPopulated found unexcluded file/dir: C:\OracleBI11g\instances\instance1\auditlogs
    [2012-12-27T13:36:37.349+07:00] [as] [TRACE:32] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.OracleASInstanceProvisioner] [SRC_METHOD: calcDirectoryStatus] Oracle Instance directory status: INSTANCE
    [2012-12-27T13:36:37.379+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.RuntimeServiceConnection] [SRC_METHOD: connect] Creating connection to weblogic.management.mbeanservers.runtime
    [2012-12-27T13:36:37.379+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.RuntimeServiceConnection] [SRC_METHOD: getAttribute] Getting RegisterMBean attribute: RegisteredInstanceNames
    [2012-12-27T13:36:37.389+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.RuntimeServiceConnection] [SRC_METHOD: disconnect] Breaking connection to mbean server
    [2012-12-27T13:36:37.389+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.RuntimeServiceConnection] [SRC_METHOD: connect] Creating connection to weblogic.management.mbeanservers.runtime
    [2012-12-27T13:36:37.389+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.RuntimeServiceConnection] [SRC_METHOD: invokeMBean] Invoking RegisterMBean operation: getRegisteredComponentNames
    [2012-12-27T13:36:37.389+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.RuntimeServiceConnection] [SRC_METHOD: disconnect] Breaking connection to mbean server
    [2012-12-27T13:36:37.389+07:00] [as] [TRACE] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.OracleASComponentBaseImpl] [SRC_METHOD: createComponent] Creating empty component directories...
    [2012-12-27T13:36:37.389+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.sysman.ccr.configCCR.OCMComponentImpl] [SRC_METHOD: createComponentDirs] ENTRY
    [2012-12-27T13:36:37.389+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.OracleASComponentBaseImpl] [SRC_METHOD: createComponentDirs] Confirming Oracle Instance exists: C:\OracleBI11g\instances\instance1
    [2012-12-27T13:36:37.389+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.OracleASComponentBaseImpl] [SRC_METHOD: createComponentDirs] Creating empty component directory: C:\OracleBI11g\instances\instance1\OCM\ocm1
    [2012-12-27T13:36:37.389+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.OracleASComponentBaseImpl] [SRC_METHOD: createComponentDirs] Creating empty component config directory: C:\OracleBI11g\instances\instance1\config\OCM\ocm1
    [2012-12-27T13:36:37.389+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.OracleASComponentBaseImpl] [SRC_METHOD: createComponentDirs] Creating empty component log directory: C:\OracleBI11g\instances\instance1\diagnostics\logs\OCM\ocm1
    [2012-12-27T13:36:37.389+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.sysman.ccr.configCCR.OCMComponentImpl] [SRC_METHOD: createComponentDirs] RETURN
    [2012-12-27T13:36:37.389+07:00] [as] [TRACE] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.OracleASComponentBaseImpl] [SRC_METHOD: createComponent] Provisioning OCM files for ocm1
    [2012-12-27T13:36:37.399+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.as.config.impl.PortTracker] [SRC_METHOD: removePorts] Port tracker removing ports for component:
    [2012-12-27T13:36:37.399+07:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.sysman.ccr.configCCR.OCMComponentImpl] [SRC_METHOD: onCreate] ENTRY
    [2012-12-27T13:36:37.399+07:00] [as] [TRACE] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.sysman.ccr.configCCR.OCMComponentImpl] [SRC_METHOD: onCreate] Creating OCM instance directories in ORACLE_INSTANCE
    [2012-12-27T13:36:37.399+07:00] [as] [TRACE] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.sysman.ccr.configCCR.OCMComponentImpl] [SRC_METHOD: onCreate] Deploying the OCM packages.
    [2012-12-27T13:36:37.399+07:00] [as] [TRACE] [] [oracle.as.config] [tid: 24] [ecid: 0000JjQystM2ZNYzLouHOA1GqxDq00000F,0] [SRC_CLASS: oracle.sysman.ccr.configCCR.OCMComponentImpl] [SRC_METHOD: onCreate] running cmd /c C:\OracleBI11g\Oracle_BI1\ccr\bin\setupCCR.exe -S OUI -V 10.3.0.3.0 -c -R C:\OracleBI11g\Oracle_BI1\ocm.rsp
    [2012-12-27T13:36:39.621+07:00] [as] [TRACE] [] [oracle.as.config] [tid: 27] [ecid: 0000JjR4vD52ZNYzLouHOA1GqxDq00000I,0] [SRC_CLASS: oracle.sysman.ccr.configCCR.OCMComponentImpl$StreamBleeder] [SRC_METHOD: run] *Error : C:\PROGRA~1\Java\JDK17~1.0_0\bin does not contain java.[[*
    JAVA_HOME does not contain a valid JDK/JRE.
    Redefine JAVA_HOME to refer to a JDK/JRE 1.3.0 or greater.
    when I check the System variables:
    JAVA_HOME = C:\Program Files\Java\jdk1.7.0_05\bin\
    Maybe I have problem in JDK version?
    Can you plz help me fix?
    Thank you

    OBIEE 11g is not certified with windows 7 32bit. Please see the certification matrix: http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/bi-11gr1certmatrix-166168.html

  • Develop in JDev 10.1.3.5, test and deploy to Oracle Weblogic 11g

    Hi,
    I have run into some important issues when trying to migrate my Jdev 10.1.3.5 applications to JDev 11g for deployment to the latest Oracle Weblogic Application server version, see threads:
    Thread: migration problems ADF/ Struts 10.1.3 -> 11.1.1.3
    migration problems ADF/ Struts 10.1.3 -> 11.1.1.3
    Thread: ADF/Swing/JClient application migration problem from 10.1.3.5 to 11.1.1.3
    Re: ADF/Swing/JClient application migration problem from 10.1.3.5 to 11.1.1.3
    - so using JDev 10.1.3.5 with deployment to Oracle Weblogic 11g is a must for us.
    Questions:
    1) Is there a way to use Oracle WEBLOGIC 10.3 for debugging inside JDev 10.1.3.5?
    2) Can I develop with JDev 10.1.3.5 + JDK 1.5 and create an ear to deploy to Oracle WEBLOGIC 10.3 Application server with JDK 1.6 64bits?
    3) Which version of ADF should I install on Oracle WEBLOGIC 10.3 to run my 10.1.3.5 application?
    Your help will be appreciated
    Fred

    Is there a way to use Oracle WEBLOGIC 10.3 for debugging inside JDev 10.1.3.5?While you can't replace the embedded OC4J - you can use an external WLS server and do remote debugging on it. http://www.oracle.com/technetwork/developer-tools/jdev/remotedebugwls-086628.html
    From inside JDeveloper you can also deploy directly to the WLS server.
    Can I develop with JDev 10.1.3.5 + JDK 1.5 and create an ear to deploy to Oracle WEBLOGIC 10.3 Application server with JDK 1.6 64bits?Yes you can. Note that so far we haven't officially certified ADF 10.1.3 on WLS 10.3 - but from various customers and testings we think it works ok. We might certify this combination in the future.
    Follow these steps to get the deployment working:
    http://www.oracle.com/technetwork/developer-tools/jdev/deployingwls-091640.html
    Which version of ADF should I install on Oracle WEBLOGIC 10.3 to run my 10.1.3.5 application?You always install the version of ADF that matches the one your application was developed and compiled with.

  • Domain issue while installing oracle forms 11g

    Hi . Trying to install oracle Forms 11g ,while installing it is getting error while creating domain .. Any clue.

    Below are log after performing the suggested steps..
    Successfully launched the Node Manager.
    The Node Manager process is running independent of the WLST process.
    Exiting WLST will not stop the Node Manager process. Please refer
    to the Node Manager logs for more information.
    The Node Manager logs will be under D:\Oracle\weblogic64\wlserver_10.3\common\nodemanager
    Node Manager starting in the background
    java.lang.Exception: The node manager failed to start
        at oracle.as.provisioning.weblogic.ASDomain._startNodeManager(ASDomain.java:3709)
        at oracle.as.provisioning.weblogic.ASDomain.startNodeManager(ASDomain.java:3517)
        at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:637)
        at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
        at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
        at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
        at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
        at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
        at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
        at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
        at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
        at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
        at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
        at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
        at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
        at java.lang.Thread.run(Thread.java:662)
    java.lang.Exception: The node manager failed to start
        at oracle.as.provisioning.weblogic.ASDomain._startNodeManager(ASDomain.java:3709)
        at oracle.as.provisioning.weblogic.ASDomain.startNodeManager(ASDomain.java:3517)
        at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:637)
        at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
        at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
        at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
        at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
        at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
        at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
        at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
        at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
        at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
        at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
        at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
        at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
        at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(Confi

  • I met problem when installing Oracle 8.1.6 on Turbo Linux 7.0

    I met problem when installing Oracle 8.1.6 on Turbo Linux 7.0.
    After setting up environment variables, and successfully
    accessed KDE interface, everything was going on well.
    The process of installation blocked at 80% in "Database Creation
    Process" dialog window.
    I have tried two times and got the same result.
    The error message is:
    Warning: Cannot convert string "-*-Kochi Gothic-medium-r-normal-
    *-*100...
    Help!

    I have done some oracle installations over RedHat 7.0 (not certificated):
    Let's check some things:
    1- You must have changed very few parameters on your shm.h sem.h files which are in /usr/include/linux directory.
    2- You need to upgrade the glibc and libstdc libraries (.rpm)
    3- You must have installed the jre116_v5 on /usr/jre and made a symbolic link like this
    ln -s /usr/jre/jre116_v5 /usr/local/jre
    4- You must include in the CLASSPATH parameter the jre116_v5 directory. It should look something like this
    CLASSPATH=/usr/jre/jre116_v5:$ORACLE_HOME/jlib
    5- Be sure to create and export all the parameters in your .bash_profile.
    6- Run the ./runInstaller.sh in a terminal window inside the Xwindow.
    You can find the jre116_v5 in www.backdown.org
    I hope these tips help you
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by xx:
    Hi every body
    when I run ./runInstaller from cdrom
    I get this messages :
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.Please wait ...
    Error in CreateOUIProcess ():-1
    : Bad Address
    I use JDK-1-1-6.
    Thx<HR></BLOCKQUOTE>
    null

  • Can not Install Oracle Database 11g Release 2

    This will be my second time trying to install Oracle Database 11g Release 2 on my Computer. I have Windows 7 x64 and when go through the setup phase, I receive numerous errors stating that files are missing and it will never get past that stage. I downloaded both folders for the database:
    Oracle Database 11g Release 2 (11.2.0.1.0) for Microsoft Windows (x64)
    win64_11gR2_database_1of2.zip (1,213,501,989 bytes) (cksum - 3906682109)
    win64_11gR2_database_2of2.zip (1,007,988,954 bytes) (cksum - 1232608515)
    Can anyone tell me what I am doing wrong?

    Pl post the complete error message. Have you unzipped the two files into the same directory ?
    Oracle 11g R2 Windows Installation issue
    Re: 11g R2 install failure
    Srini

  • 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

  • Hyperion errors after installing Oracle Database 11G

    Hello,
    The company I work for has a bunch of Oracle databases available, two which I connect to (use to connect to). I have multiple applications that I use to connect to these databases, Hyperion Interactive Reporting Studio 9.3.1 being one of them. I'm using Windows XP as my client.
    I made the mistake of installing Oracle Database 11G Express Edition and now I cannot connect to any of the database using my applications, but I can connect to the same databases using SQL Developer. When I try connectiing using Hyperion, I get "SQL NATIVE ERROR [12504] SQL MESSAGE [[INTERSOLV][ODBC ORACLE 8 DRIVER][ORACLE 8][ORA-12504; TNS LISTERNER WAS NOT GIVEN THE SERVICE_NAME IN CONNECT DATA".
    When connectiing using other company applications, which use the same database, i get "IM006: [INTERSOLV][ODBC ORACLE 8 DRIVER] DRIVERS SQLSETCONNECTATTRFAILED. UNABLE TO CONNECT TO DATABASE. CHECK USER NAME AND PASSWORD AND TRY AGAIN"
    I'm assuming that I updated a driver or registry setting and I need to know how to reverse . I also copied a tnsnames and listerner from an associates computer and placed it in the same location on my computer, but this has not helped at all, even after rebooting the computer.
    I even double checked and logged onto anothe computer and I can connect to the database using these same applications, so I definetly messed something up locally on my computer.
    Any help is appreciated. Joe.

    Probably you could solve odbc driver issues by removing the PATH entry from XE installation.
    It looks something like:
    Path=C:\oracle\oraclexe\app\oracle\product\11.2.0\server\bin;<remaining paths>
    In system variabels settings, edit PATH to remove the "oraclexe" path and semicolon, leaving only <remaining paths>.
    However, removing it will likely have an affect on XE usage. But that may be preferred over other apps working.
    Edited by: orafad on Oct 12, 2011 2:55 PM

Maybe you are looking for

  • How to use Flash Skin in Dreamweaver 8

    Hi, I'd like to use a Flash Video Skin (SteelExternalPlaySeekMute) that came with Flash 8, in Dreamweave. I copied the skin file (SteelExternalPlaySeekMute.swf) into Dreamweaver's Configuration>Templates>Video_Control folder, but although I see the s

  • Can Premiere output at 2x the play duration of a clip ?

    Premiere Pro CS3 Is it possible to bring an avi into Premiere and output it at half the duration ? Where is that procedure done ? In other words If I bring in a 10 second avi clip, can I save it as an avi that will play for 5 secs ? I have a 120fps f

  • How do I adjust the length of a genius list in Itunes 11

    Aside form any number of problems I am finding with this new version, my current favorite is how do you get more than 25 songs on a genius list? and don't get me started on what happened to find duplicates function. Thanks

  • E2E Change Analysis Function

    Hi All, Is E2E Change Analysis functionality of SolMan 7.1 able to track changes made in configuration object of Solar02-config tab? How do I know who has changed what configuration object and what changes has been done? Any response is helpful! Than

  • How to shift audio? Newbie help

    Hey guys, I am hoping someone can help me out. I am completely new to Logic. and have no idea how to do this. I have all the parts to a song which i am remixing... when i load the all in to login from 00:00 and play them back they are all in sync. th