Need help on install OBIEE 11g

Hi I installed OBIEE11g on windows 2008
However, the last step of OCM fails.
Then, I cannot find any service that I need to start or stop got register.
So if I install OCM, would it install the service for that?
Also it says the work-around is to install OCM kit.
I go to the edelivery.oracle.com but I have difficulties pin point the media pack that contain the OCM kit
any help I am very grateful
yours sincerely

Follow below useful information from http://www.comp.dit.ie/btierney/oracle11gdoc/relnotes.111/b32005/toc.htm#insertedID4
Point 4.16.3
=======
Oracle Configuration Manager May Fail:
When installing Oracle Database 11g, the configuration step which installs and configures Oracle Configuration Manager (OCM) may fail on Windows 64-bit platforms. OCM attempts to create a service named OraclehomeNameConfigurationManager, where homeName is the user-specified name for the database install home. In some cases, OCM is unable to retrieve the home name from the Windows registry. This causes a premature exit from the OCM configuration procedure.
Workaround: If you encounter this issue, you can download the latest OCM kit from OracleMetaLink and install it following the instructions provided on the OracleMetaLink Web site.
This issue is tracked with Oracle bug 6172972.
=======
Try to download from Metalink

Similar Messages

  • Creating Domain step fails while trying to install OBIEE 11g (11.1.1.5)

    Hi Everyone,
    I am really stuck at a point from where I do not know which route to take. I am trying to install OBIEE 11g (11.1.1.5) on my Windows 7 (32-bit) laptop. I have tried all the options:
    1. Simple Install
    2. Enterprise Install
    3. Software only install (after installing Weblogic 10.3.4.0 separately)
    Everything goes well till the step Bi Configuration->Creating Domain.
    In this process whenever it reaches the stage when it tries to start Node Manager, it starts getting java exceptions and fails. It typically occurs when it does not find the nodemanager.properties file and tries to save the configurations there. It then encounters a Fatal Error.
    Excerpt from install2011-07-29_06-13-21PM.out
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Launching NodeManager ...
    Properties: {ListenPort=5556,NativeVersionEnabled=true,NodeManagerHome=C:/FusionMW/wlserver_10.3/common/nodemanager,StartScriptEnabled=true,}
    Command: C:\FusionMW\JROCKI~1.2-4\jre\bin\javaw.exe -classpath "C:\FusionMW\JROCKI~1.2-4\jre\lib\rt.jar;C:\FusionMW\JROCKI~1.2-4\jre\lib\i18n.jar;C:\FusionMW\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\FusionMW\JROCKI~1.2-4\lib\tools.jar;C:\FusionMW\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\FusionMW\WLSERV~1.3\server\lib\weblogic.jar;C:\FusionMW\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\FusionMW\WLSERV~1.3\server\lib\webservices.jar;C:\FusionMW\modules\ORGAPA~1.1\lib\ant-all.jar;C:\FusionMW\modules\NETSFA~1.0_1\lib\ant-contrib.jar;C:\Users\SUCHAT~1\AppData\Local\Temp\.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip;C:\FusionMW\utils\config\10.3\config-launch.jar;C:\FusionMW\WLSERV~1.3\common\derby\lib\derbynet.jar;C:\FusionMW\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\FusionMW\WLSERV~1.3\common\derby\lib\derbytools.jar" weblogic.NodeManager "-v"
    NMProcess: <Jul 29, 2011 7:21:31 PM> <INFO> <Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains>
    NMProcess: Jul 29, 2011 7:21:31 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap
    NMProcess: INFO: Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains
    NMProcess: <Jul 29, 2011 7:21:35 PM> <INFO> <Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.SSLConfig loadKeyStoreConfig
    NMProcess: INFO: Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true
    NMProcess: <Jul 29, 2011 7:21:35 PM> <WARNING> <Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.>
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.NMServer <init>
    NMProcess: WARNING: Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.
    NMProcess: <Jul 29, 2011 7:21:35 PM> <INFO> <Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'>
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.NMServer <init>
    NMProcess: INFO: Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'
    NMProcess: <Jul 29, 2011 7:21:35 PM> <SEVERE> <Fatal error in node manager server>
    NMProcess: java.lang.NullPointerException
    NMProcess:      at java.util.Hashtable.containsKey(Hashtable.java:314)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
    NMProcess:      at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
    NMProcess:      at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
    NMProcess:      at weblogic.NodeManager.main(NodeManager.java:31)
    NMProcess:
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.NMServer main
    NMProcess: SEVERE: Fatal error in node manager server
    NMProcess: java.lang.NullPointerException
    NMProcess:      at java.util.Hashtable.containsKey(Hashtable.java:314)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
    NMProcess:      at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
    NMProcess:      at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
    NMProcess:      at weblogic.NodeManager.main(NodeManager.java:31)
    NMProcess: Stopped draining NMProcess
    NMProcess: Stopped draining NMProcess
    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 C:\FusionMW\wlserver_10.3\common\nodemanager
    Node Manager starting in the background
    Excerpt from nodemanager.log which is created at <WL_HOME>\common\nodemanager:
    <Jul 29, 2011 7:21:31 PM> <INFO> <Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains>
    <Jul 29, 2011 7:21:35 PM> <INFO> <Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    <Jul 29, 2011 7:21:35 PM> <WARNING> <Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.>
    <Jul 29, 2011 7:21:35 PM> <INFO> <Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'>
    <Jul 29, 2011 7:21:35 PM> <SEVERE> <Fatal error in node manager server>
    java.lang.NullPointerException
         at java.util.Hashtable.containsKey(Hashtable.java:314)
         at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
         at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
         at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
         at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
         at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
         at weblogic.NodeManager.main(NodeManager.java:31)
    After this it hangs for a long time before finally coming up with Node Manager Server Timed Out error and finally the Creating Domain step fails.
    One thing that I have noticed is that whenever it tries to create the nodemanager.properties or write to it it encounters this error and hence the nodemanager.properties file is also not getting generated.
    I have ensured that there are no spaces in the TEMP and TMP paths. I even tried creating and putting the nodemanager.properties file in the location but that too does not work.
    Strange part is that when I install Weblogic separately and have nodemanager as a windows service, then with the nodemanager.properties that I created the windows service runs, but the OBIEE installation still fails.
    Any help on this would be greatly appreciated.
    Thanks and regards,
    Subho

    My problem is "creating domain is failed". I guess that the issue with windows 7 32 bits on laptop doesn't configure and run nodemanager. I tried to start nodemanager but don't work (with weblogic scriptinf tools WST). However, Weblogic run ok but nodemanager is inactive. Also it doesn't create nodemanager.propierties. If I create a file nodemanager.properties (or I copied on directory obiee_home\ws_server_10.3\common\nodemanager) obiee installer configures its parameters pre-configured (if I modify a parameter, the installer modify it a default value and I don't know where is these parameters and its definition).
    I have installed obiee simple and enterprise and it don't work. I have installed on oracle 11g R2 (desktop and enterprise with datawarehouse) and obiee installer doesn't work. Further this installation obiee delay an hour and then generates error in my case "creating domain is failed".
    I'm going try to run install obiee 11.1.1.5 on windows 7 xp mode.
    Important: We need help of oracle experts or Oracle communicates if obiee installs or not on windows 7 32 bits laptop because We have wasted
    Thanks if anyone help us!!

  • Creating ASInstance Failed Error while Installing OBIEE 11g 11.1.1.5.0

    Hi
    I was trying to install OBIEE 11g 11.1.1.5.0 on a Windows Server 2003 32 Bit machine and was getting an error at 16% of Configuration Procress.
    Error - Creating ASInstance Failed.
    I went to see the logs. Please Help
    Log :
    [2011-06-09T20:17:15.609+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 25] [ecid: 0000J1op8sl6UOK6yVEgMG1DwCxt00000G,0] Created ASInstance. Calling opmn start command
    [2011-06-09T20:17:17.218+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 25] [ecid: 0000J1op8sl6UOK6yVEgMG1DwCxt00000G,0] [[
    oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
         at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)
         at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:254)
         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:523)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:81)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
         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:662)
    [2011-06-09T20:17:17.218+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 25] [ecid: 0000J1op8sl6UOK6yVEgMG1DwCxt00000G,0] Exit code from OPMNAdmin : 2
    [2011-06-09T20:17:17.218+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 25] [ecid: 0000J1op8sl6UOK6yVEgMG1DwCxt00000G,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:523)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:81)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
         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:662)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance instance1.
    Cause:
    An internal operation has failed: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    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)
         ... 18 more
    Caused by: oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
         at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)
         at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:254)
         ... 19 more

    Hi,
    The etc/hosts file needs to be changed from 127.0.0.1 host to the physical IP address before the start of the installation of 11.1.1.5.
    For more information have a look at Oracle support doc id: 1333429.1
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1333429.1
    Regards,
    Kalyan Chukkapalli
    http://123obi.com

  • System requirments to install obiee 11g

    Hi everyone,
    i want to install obiee 11g in my desktop and my system configuration is
    2.4 GHz intel core to duo
    ram 4gb
    windows 7 ultimate

    Hi,
    Refer the below links .
    http://satyaobieesolutions.blogspot.in/2012/06/software-system-requirement-for-obiee.html
    http://satyaobieesolutions.blogspot.in/2012/06/hardware-and-software-system.html
    Disk Space: 20GB or more
    Available Memory: 4GB or more
    Temp Space: 950MB or more
    Swap Space: 3GB or more
    CPU: dual-core Pentium, 1.5GHz or greater
    Hope this help's,
    Thanks,
    Satya

  • Can I install OBIEE 11g and Database 11g on the same machine?

    Hi experts
    i have some confusion...
    i have oracle database 11g on one of my server.
    i want to install OBIEE 11g on that same machine...
    i just want to be assure that will it cause any problem or conflict..
    because i set ORACLE_HOMe=/home/oracle/app/oracle/product/11.2.0/dbhome_1
    and i have to set ORACLE_HOME for OBIEE also....
    Please let me know what how to give...and is there any other way
    Thanks
    Abhishek Anand

    Hi Abhishek,
    You can install or mount both DB and OBIEE on same machine, but check out the disk space and memory needed should be more to accomodate both.
    Cheers,
    KK

  • Installing OBIEE 11g on OEL 5u5 64 bit : invalid entry CRC

    I am trying to install OBIEE 111130 64 on a Virtual Box with OEL 5 update 5 64 bit but I cannot get past an "invalid entry CRC" error.
    I managed to get the RCU running. I managed to get the Weblogic running as a separate install using the Sun JDK 64 bit. But the OBIEE Software Only install keeps running in the "invalid entry CRC" error (as does any other type of install available).
    I tried downloads from OTN and eDelivery, but both sites seem to give me faulty downloads that fail with this error (though cksum says all is well).
    I tried default unarchive tool in OEL5 as well as the Oracle 'recommended' tool from eDelivery to see if that made any difference but that did not help.
    I tried unarchive tool as well as Stuffit on Apple host but that also did not make any difference.
    Has anyone ever had this problem and found a (repeatable) solution, or does really know how to get past this ?
    Has anyone ever installed OBIEE 111130 64 on OEL 5u5 64 bit, by the way ? Does Oracle support it (I could not find a clear answer).

    Well, I found the solution.
    First of all : download from eDelivery using a cable connection (and not a wireless connection) for optimal stability of your download.
    Then : run the MD5 and SHA-1 checks to see if you really got what you wanted.
    Then, in Virtualbox for the Oracle Enterprise Linux 5u5 64bit guest OS : set its memory to 2Gb MAX !!!
    I noticed that I kept running into memory allocation problems (no more CRC's now, hurray!) that said that the host was out of memory. That surprised me because I have 8Gb onboard and the Virtualbox was set to use only 3584MB (also strange, Virtualbox does not allow for more ...). But that was too much apparently because ALL my memory was consumed somehow.
    Then start your Virtualbox not via the window application but by using the following commandline:
    Virtualbox -startvm <yourboxname>
    This way you get messages on the commandline you would otherwise not see.
    By the way, I run Virtualbox on a Mac Book Pro with 8 Gb or RAM.
    And then in your Virtual machine unpack your freshly downloaded zips using one of the unzippers 'recommended' by Oracle (see the last lines of the eDelivery page).
    After setting all this the Software Only installation of OBIEE 11g went well, but ... I had to run the installer with an extra parameter that I only discovered after studying the .sh script:
    *./runInStaller -jreloc <java-64bit-home-dir>*
    This -jreloc parameter points to the home directory where I installed (as root) my Sun Java 64bit JDK. In this way I ensured that my installation process uses the proper JVM.
    The parameter is not documented (as far as I can see) but can be found in the runInstaller script. So I tried it and it worked like a charm.
    When I did some more investigation I found out that Virtualbox (as well as VMWare Fusion) on the Mac are 32bit applications that might run 64bit guests, but always with restrictions somewhere as is seems. Now VMWare Fusion allows for more than 3.5Gb of memory to allocate to a VM, but I have not tried that yet (but I will soon).
    Nevertheless, be it the Mac that messes up memory allocation to a 32bit app or be it Virtualbox that messes with memory, the lesson learned is to be cautious with large amounts of memory in Virtualbox. At least I can continue installing OBIEE 11g and make my customer happy.
    Zoef zoef.

  • NodeManager.properties file not able to generate while installing obiee 11g

    hello,
    I am trying to install obiee 11g on windows 7 64 bit machine. I am successfully able to complete all the steps ,but i get stucked in the last step of creating Domain
    follwing are the logs generated :
    NMProcess: <Mar 25, 2013 7:21:35 PM> <SEVERE> <Fatal error in node manager server>
    NMProcess: java.lang.NullPointerException
    NMProcess: at java.util.Hashtable.containsKey(Hashtable.java:314)
    NMProcess: at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
    NMProcess: at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
    NMProcess: at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
    NMProcess: at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
    NMProcess: at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
    NMProcess: at weblogic.NodeManager.main(NodeManager.java:31)
    Excerpt from nodemanager.log which is created at <WL_HOME>\common\nodemanager:
    <Mar 25, 2013 7:21:31 PM> <INFO> <Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains>
    <Mar 25, 2013 7:21:35 PM> <INFO> <Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    <Mar 25, 2013 7:21:35 PM> <WARNING> <Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.>
    <Mar 25, 2013 7:21:35 PM> <INFO> <Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'>
    <Mar 25, 2013 7:21:35 PM> <SEVERE> <Fatal error in node manager server>
    java.lang.NullPointerException
    at java.util.Hashtable.containsKey(Hashtable.java:314)
    at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
    at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
    at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
    at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
    at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
    at weblogic.NodeManager.main(NodeManager.java:31)
    Please help me out to solve the issue..i tried to start the StartNodeManager.cmd as well as all the services related to it.
    But still i am not getting properties file due to which installaltion fails.
    Thnks,
    Priyadarshini

    Check these..It may help you..
    http://santoshbidw.wordpress.com/2012/05/12/obiee-11g-installation-11-1-1-6-on-windows-7-64bit-os/
    OBIEE 11g installation with Windows 7 SP1 (64 bit)
    If corrects your problem ,post the answer for the benifits of other users,
    Regards,
    veeresh Rayan

  • I need help to install Toolkit CreateJS for Flash CS6.

    Hi,
    I need help in installing CreateJS for Flash CS6. I had downloaded the Toolkit CreateJS from here: http://www.adobe.com/go/downloadcreatejs and here: http://www.adobe.com/devnet/createjs/articles/using-flash-pro-toolkit- createjs.html. When I attempted to install the extension using Adobe Extension Manager, the installation files did not have the required .zxp or .mxp files. It only had a file with a .mxi extension. Please advise. Thanks.

    Why installing IIS o_O?
    For Installing a developer Machine just install Oracle Developer suite; for testing your forms you use OC4J ("start OC4J instance" in start menu), and you can run your forms in web; no need for a aditional webserver (don't believe there's an OC4J connector for IIS available; and if so I wouldn't use it either ;-))
    For Installing a server for "productional" use install Oracle Application Server (available on otn) which comes with an Apache as webserver and all the other needful things for runnung forms on the web.
    For configuring both of them just take a look at the documentations on http://otn.oracle.com
    regards
    christian

  • NEED HELP! - Installing Camera raw presets from USB Stick

    NEED HELP! -installing Camera raw presets from USB Stick.
    I am attempting to install the Camera Raw Presets. 
    It says to put them into User Name/Library/Application Support/Adobe/CameraRaw/Settings... 
    When I get to CameraRaw the ONLY folders in there are CameraProfiles & Lens Profiles. 
    I have searched everywhere looking for a CameraRaw-Settings folder and cannot find one. 
    I have latest version of CameraRaw installed and still no settings folder. 
    I even attempted to find it by looking in camera raw where it has saved the custom settings I made as presets and it shows that they are saved but will not show me where. 
    I am using CS5 specifically Photoshop v12.0.4 and Bridge. I have Lightroom 4. I have iMac OS  10.7.3
    Do I need to reinstall Camera Raw and how do you do that?
    Will I then lose my presets that I made in CameraRaw?  
    Thanks for your help

    Here is a note from the ACR 7.1 beta release.  http://labs.adobe.com/technologies/cameraraw7-1/?tabID=details
    Perhaps this answers question.
    Frequently Asked Questions
    Why is it no longer required to place the plug-in file in the specified directory on my hard drive?
    The Camera Raw update process has grown to include lens profile and camera profile files which are easiest to install via a single installer process instead of updating several different directories manually.

  • In installation process of Acrobat Professional 7 , its showing that Adobe Pdf printer is not Installed...need help to install the software completely

    In installation process of Acrobat Professional 7 , its showing that Adobe Pdf printer is not Installed...need help to install the software completely

    If it is Win 7 or later, the Adobe PDF printer for AA 7 will not install and AcroTray will not function. You will have to install a PS driver from Adobe or maybe an HP color PS printer driver. Then edit the driver properties and change the name to Adobe PDF and the port to FILE. You will always have to do an extra step in creating PDFs by opening the file that is created in Distiller to get the PDF.
    If you are talking about Win 8, you may not be successful at all. If you got Acrobat and Distiller to install, then there is a chance.

  • Installing Elements 11 on Mac. Need help with install error "Setup wants to make changes."

    Installing Elements 11 on Mac 10.8.2. Need help with install error:  Setup wants to make changes. Type your password to allow this."  After entering Adobe password, nothing happens.  Locked from further installation.  Any ideas?  Adobe phone support could not help.

    Just before letting changes (installation in this case) be made on the system, Mac OS prompts for password & this has to be the Mac system password. This password prompt is the system's own native prompt & would accept the system password only. Please make sure it is the right system password (all/admin rights) and the installaion should run.

  • Problems installing OBIEE 11g on Windows Server 2008 64 bit

    Hi, I'm trying to install OBIEE 11g on Windows Server 2008 64 bit (standard edition, SP2), and it's blowing up running the installer. The installer gets past the first couple of "info" screens, but blows up prior to coming to the first "real" screen with an error:
    Microsoft Visual C++ Assertion Failed:
    Program: ...
    File: ../../../src/share/native/sun/font/t2k/t2kstrm.c
    Line: 132
    Expression: pos <= t->maxPos
    Has anyone seen this and/or have an idea how to work around this? Note that I did do the prerequisite download / install of the 2005 Visual C++ 64 bit libraries.
    Thanks,
    Scott

    Just to close the loop on this thread, this does indeed seem to be some sort of font / java issue on our servers. I've been completely unable to get the install to work using the GUI. However, if I run it from command line using the -silent and -response paramaters along with a proper response file, the install went perfectly. I'm going to continue working the SR with Oracle - don't want to be stuck using -silent mode when things get more complicated, but at least now I can move forward.
    If anyone else has a better workaround - please let me know. "Silent" mode is workable, but difficult and time consuming.
    Thanks,
    Scott

  • Need help re installing blackberry messenger. i have spo...

    need help re installing blackberry messenger. i have spoken to my network provider and they could not help and therefore refer me to you.

    Okay, so, fast forward from July to now -
    - I've visited my closest Apple store's genius bar twice now. (Over an hour and a half away.)
    - My computer spent at least 8 hours behind their closed doors in the workshop
    - Several complete erases of the harddrive have taken place
    - Most of the Apple geniuses I dealt with were nice and very knowledgeable, but they were and still aren't 100% sure exactly what is wrong with my computer.
    The good news is:
    - They were able to at least get it running again, with a clean install from their servers of OS X Lion 10.7.5
    - They believe that my problems stem from either 1 of 2 things:
            - Faulty Hard Drive (even though it is brand new)
             - The wrong build of software being installed.
    Now, while the wrong build does seem like it could be the problem, it doesn't make sense in the aspect that all of the initial problems began when the first hard drive failed. The same problems continued when I changed out the failed hard drive with the brand spanking new one, and only slightly improved when I was able to successfully install the OS that came with the original disks for my computer. I'm not convinced this thing is back to normal, but hopefully I can make it last through getting a shiny new retina Macbook Pro in the coming future. Thank you so much to everyone who read and replied to this post!
    - Andrew =)

  • I need help in installing CreateJS.

    Hi,
    I need help in installing CreateJS to use with Flash Professional CS6. The installation files did not include the required .zxp or .mxp files. Any suggestions? Thanks.

    You should post this question in Flash Forum here: http://forums.adobe.com/community/flash
    Anyway, to answer your question, download this file: http://www.adobe.com/go/downloadcreatejs
    It is a .zxp file.

  • Installing obiee 11g 11.1.1.5.0 says i'm on a fat file system

    after running setup.exe to install obiee 11g 11.1.1.5.0 64bit on windows 2008 R2 64bit
    it asks for a middleware home
    when I fill out the fields and click next, it gives:
    WARINING: Fat file system
    Middleware home location is in a FAT file system..
    but its not the drive is NTFS..
    I even deleted the partition, recreated it and formatted..
    still get the warning..

    you can ignore the error and proceed, its documented in 11.1.1.6.0 release notes -
    http://docs.oracle.com/cd/E23943_01/doc.1111/e14774/biee.htm#CHDJDHGI
    41.5.12 Ignore FAT File System Error Message When Performing an Enterprise Installation
    Impacted Releases: 11.1.1.6
    When performing an Enterprise Installation, under certain circumstances, you might see the error message "Middleware Home Location is in FAT file system". This message can occur when you install on an NTFS file system. You can click Yes to safely proceed with the installation.

Maybe you are looking for

  • Many random abrupt restarts with ML and my Mac Pro

    Any help would be appreciated with this... Ive recently clean installed Mountain Lion with only a handful of 3rd party apps on my 2009(?) Mac Pro and seem to be getting  about 3-6 random Kernal Panics and/or abrupt restarts a day.  There seems to be

  • Cannot edit an existing table in sql server 2012

    Exception has been thrown by the target of an invocation. (SQLEditors) ADDITIONAL INFORMATION: The 'DbProviderFactories' section can only appear once per config file. (System.Configuration) I was trying to design a table and it threw this exception.

  • Can we have two iCloud accounts on one computer

    My partner and I share the MacBookPro and mostly use our iPads.  Though we sign in to two different accounts when using the Mac Book all my pictures and bookmarks show up in both accounts.  I am the only one with an iCloud account at this point.  I t

  • Errors with movies or podcasts

    I keep getting errors when opening iWeb, such as couldn't load bundled movie. This also happens with some (but not all) podcasts that I share from GarageBand to iWeb.  I fix the errors and publish, but the next time I open iWeb, the errors are there

  • Variable Pricing in Retail System

    Hi Guys, It will be very helpful if someone provides some points on Variable Pricing in Retail System. Actually the price offered to a direct customer for a particular article which differs from the reseller price. How can we set up this in variable