IDM 11g Installation Error

Hello,
I was trying to install Identity Management 11g as part of our Fusion Middleware test environment but I couldn't make it through the Installation.
I'm installing IDM 11g, just Oracle Internet Directory with Oracle Directory Integration Platform, Oracle Directory Services Manager, and Fusion Middleware Control in a New WebLogic Administration Domain (not selecting Identity Federation nor Virtual Directory)
All the prerequisites are fulfilled, all the verification passed.
I'm using Weblogic 11g (10.3.1), everything over a OEL 5.2.
The error I get is in the Configuration Progress stage, in Bootstrap Domain configuration section, and in the Create Domain part.
The logs show:
oracle.as.provisioning.util.ConfigException:
Error creating Domain /u01/oracle/app/wl_10.3/user_projects/domains/IDMDomain.
Cause:
A WLST Error occured.
Action:
See logs for more details.
at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
at oracle.as.provisioning.weblogic.ASDomain._createDomain(ASDomain.java:2864)
at oracle.as.provisioning.weblogic.ASDomain.createDomain(ASDomain.java:2463)
at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:631)
at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:388)
at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:870)
at oracle.as.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:660)
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:82)
at java.lang.Thread.run(Thread.java:619)
progress in calculate progress2
I'm looking this logs:
./oraInventory/logs/oraInstall2009-07-21_07-17-11AM.out
./oraInventory/logs/install2009-07-21_07-17-11AM.log
./oraInventory/logs/install2009-07-21_07-17-11AM.out
Don't know where else to look or what this error means.
If some can help I thank you in advance.
Best regards.

I had a similar problem. The solution I used was to download a different version of 11g. Higher, I don't know what 11g (10.1.3) is. I don't think there was a version like that (I haven't seen it). Let's say your platform is x86. There are 3 downloads (at least) you could use:
1. Oracle WebLogic Server 11gR1 (10.3.1) + OEPE - Package Installer
oepe11_wls1031_linux32.bin
2. Oracle WebLogic Server 11gR1 (10.3.1) - Package Installer
wls1031_linux32.bin
3. Oracle WebLogic Server 10.3 - Package Installer
server103_linux32.bin
With #3, I had the same issue. IDM doesn't like it. I used #1. OEPE is just some eclipse plugins that you don't need to use but they are there in case you want to develop some custom plugins. #2 I assume would also work but I haven't tested it. The .1 in 10.3.1 is the key. 11g = 10.3.1. I think eventually Oracle will marry up the versions to be more clear. I'm not sure.
And yes, with #3, the verify would pass and it would happily install until the domain was created and bam big stack trace just like you posted. Use #1 or #2. If your Platform is different just substitute the _linux32 with your platform.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • IDM 11g installation

    I am doing 11g installation of IDM and I encounter the error that OID is not up and running.
    To start this /oracle/oid/bea_default/Oracle_IDM1/opmn/bin ./opmnctl startall
    The OID connection seems to be alive, But still OIM installation is failing at "starting OID"

    Hello,
    We also have IDM installation issues. The configuration wizard failed. The log shows the following error after a bunch of
    "Waiting for OID Server to come up"
    "Failed to start component oid1[[
    oracle.as.config.ProvisionException: HTTP status code = 400 : No processes or applications match the specified configuration.
         at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:942)
         at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1061)
    Have you resolved your issue?
    (Our system: RatHat Linux 5.2, 64 bit, SUN JDK 1_6_0_17 64_bit, database 11.1.0.7 RAC)
    I have search the forum and all mentioned OS parameters, kernel, Database Parameters are correctly set. But we still have no luck after more than 10 times deinstall/reinstall/config/, we even created a new database instances, wipe ou oraInventory, bea directory and reinstalled WLS 10.3.1 and patching it to 10.3.2 then 10.3.3, and reinstalled IDM 11.1.1.2 and patched to 11.1.1.3, still failed at the same spot.
    Thanks,
    Johnny

  • IDM 11G install error??

    Hi,
    I am trying to install IDM 11g 11.1.1.2 on Windows Server 2003 EE. The setup fails at "Create ASInstance". I see the following log in the install logs and out logs. Let me know if you have ever faced this issue. And if you know how to fix this one.:
    OUT LOGS
    opmnctl start: opmn failed to start.
    SND: No such file or directory
    oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance IDMinst_1.
    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)
         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.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:1287)
         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.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)
         ... 15 more
    progress in calculate progress2
    INSTALL LOGS
    [2010-11-07T13:57:46.796-07:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,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: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.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:1287)
         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)
    [2010-11-07T13:57:46.796-07:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] Exit code from OPMNAdmin : 2
    [2010-11-07T13:57:46.796-07:00] [as] [TRACE:16] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] [SRC_CLASS: IdMProvisioningEventListener] [SRC_METHOD: onConfigurationError] ENTRY 6473f20d-dd92-4511-b723-c2dfd9d9191f
    [2010-11-07T13:57:46.875-07:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] ________________________________________________________________________________
    [2010-11-07T13:57:46.875-07:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> configGUID 6473f20d-dd92-4511-b723-c2dfd9d9191f
    [2010-11-07T13:57:46.875-07:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] ErrorID: 35075
    [2010-11-07T13:57:46.875-07:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] Description: [[
    Error creating ASInstance IDMinst_1.
    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.
    OPMN logs error:
    E:\Oracle\Middleware\IDMinst_1\config\OPMN\opmn\states\.opmndat
    [2010-11-07T14:07:27][opmn][NOTIFICATION:1][675][OPMN]OPMN server ready.  Request handling enabled.
    [2010-11-07T14:07:27][opmn][ERROR:1][17][OPMN][code:ons-listener]69.60.111.227,6701: BIND (Unknown error)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    11.1.1.2 is bad for windows...too many bugs. 11.1.1.3 is a more stable version. But 11.1.1.5 is the best. So upgrade to 11.1.1.5 and then configure the IDM suite.

  • IDM 11g installation issues on x64 for OIM startup

    Hello,
    I am trying to build a IDM 11g env on x64 machine. We have installed the following components.
    a. Weblogic 10.3.4/JDev
    b. SOA 11.1.1.2 and patch SOA 11.1.1.3
    c. RCU to create schemas for OIM, MDS, OAM etc.
    d. IAM 11.1.1.3 for OIM
    e. Configured for the following, Admin Server, Managed Server, Enterprise Manager and SOA.
    f. Started Weblogjc Admin Server
    g. Configured for OIM for DB schema, no LDAP, RManager, ports, etc.
    h. Restarted Admin Server nd OIM Managed Server, looks like all the servers started but failed to load OIM package.
    All the services are running and Weblogic admin reports all the servers as up and running but cant start the oim page on http://localhost:7001/oim as configured.
    I have a x64 bit installation packages with jdk160_21
    Please can anyone let me know how to proceed.

    You need to set up your existing DNS server to allow it to delegate to a GNS Service running on the Oracle Database Grid.
    Ask your network admin to give you a subdomain that the Oracle GNS will take responsibility for.
    For example if your company domain is acme.com then the GNS will resolve all connections to database.acme.com
    The GNS will also be allowed to allocate a range of IP's as when those IP's or subdomain are requested the DNS just passes the work on to the GNS to resolve.
    So the first step is to talk to your network admin about DNS delegation

  • Reconfigure IDM 11g installation to Database for SSL communication.

    Experts,
    I've below environment.
    Oracle IDM 11g (OID,OVD,OAM,OAAM,OIF,OIM,etc,.) 11g talking to Oracle Database RAC 11g.
    At the time of IDM installation and configuration, database was not in SSL mode. Now I'm want to make SSL communication between IDM and Database.
    My Questions:
    1. Once I put Database in SSL mode, How can I reconfigure Oracle IDM suite so that it can talk to database in SSL mode ?
    2. How much effort does it require ?
    Please provide if you have any doc references.
    Thanks

    Hi,
    Hope this helps:
    http://docs.oracle.com/cd/E21764_01/doc.1111/e14308/handlinglcm.htm
    Thanks,
    GP

  • Oracle forms --11g installation error

    Hi All,
    Configuration:
    Oracle Database: 10.2.0.5
    Oracle forms to be installed Version: 11.1.2.0.0
    OS version: Windows 7, 64 Bit
    JDK version:
    java version "1.7.0_03"
    Java(TM) SE Runtime Environment (build 1.7.0_03-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 22.1-b02, mixed mode)
    I was installing oracle forms and encountered below error in "Installation Location" Phase:
    1) INST-07407: Unable to detect machine platform or JVM bits
    2) INST-07248: Specified Web logic home is not a valid Location
    3) INST-07282: Specified Middleware home location does not exists
    Appreciate Help.
    Regards,
    SK

    Hi SK
    This error is related to the wrong version of JDK u r using & the sequence u apply to install the Forms, Reports and Discoverer 11.1.1.2.0
    java version "1.7.0_03" is not supported always it's not smart to always used the latest version of a software each has a compatable version related to each other.
    pls  uninstalled java version "1.7.0_03" (reason : for the wrong version used) & Oracle WebLogic Server 10.3.2(reason : for the wrong sequence used in installation)
    Then installed the following jdk (a support version!)as a first step:
    java version "1.6.0_26"
    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
    2.*re-installed Oracle WebLogic Server 10.3.2*
    3. Finally, installed Oracle Portal, Forms, Reports and Discoverer 11.1.1.2.0
    Pls read the following... Tips and Tricks
    you may also need to read Quick Tips for Installing Forms 11g R2...
    For more information ,if you have access to MyOracleSupport, you should access ...
    note:854117.1 which shows the steps with nice clear screenshots.
    If you want to see a video of the install steps then check out ...
    note:1088873.1
    To configure SSO with 11g you should go to
    note:852352.1
    and for maintenance information go to
    note:1073776.1
    Hope this helps...
    Regards,
    Amatu Allah

  • OBIEE 11g installation errors

    Hi Folks,
    I have downloaded OBIEE 11g and Oracle 11g form Oracle downloads link successfully.
    When i am trying to extract iam getting error no 0x80004005
    i skipped that error and extracted files and then i installed on my laptop, but it was not installed properly, even by the time of installation i got some error messages i skipped and installed.
    please let me know wat that error means and wat is the solution??
    can i have to download again??
    Please guide me i need this urgency....
    Thanks in Advance.
    Surendra

    Hi Surendra,
    1. You can use your otn username/pwd for downloading the software.
    2. Use this link https://edelivery.oracle.com for downloading the OBIEE 11.1.1.5.0 version software.
    3. Enter your OTN credentials and accept the agreement by checking the checkboxes.
    4. In the select a product pack option you choose Oracle Business Intellignece and in the platform you need to choose your platform either windows or linux etc and click on Go Button.
    5. When you click on go button a list will be displayed and within that you select Oracle Business Intelligence 11g Media Pack for Microsoft Windows (32-bit) if your OS is Microsoft windows 32 bit or else it will display according to the platform versions which you choose already and after this click on continue button.
    6. As OBIEE 11.1.1.5.0 comes in 5 different parts and the below given are the part names which you need to download it.
    Oracle Business Intelligence 11g (11.1.1.5.0) for Microsoft Windows (32-bit) (Disc 1of 3) (Part 1 of 2)
    Oracle Business Intelligence 11g (11.1.1.5.0) for Microsoft Windows (32-bit) (Disc 1of 3) (Part 2 of 2)
    Oracle Business Intelligence 11g (11.1.1.5.0) for Microsoft Windows (32-bit) (Disc 2 of 3) (Part 1 of 2)
    Oracle Business Intelligence 11g (11.1.1.5.0) for Microsoft Windows (32-bit) (Disc 2 of 3) (Part 2 of 2)
    Oracle Business Intelligence 11g (11.1.1.5.0) for Microsoft Windows (32-bit) (Disc 3 of 3)
    Hope this helps you and let me know if you need anything else apart from this.
    Thanks,
    Navin Kumar Bolla

  • OAM 11g installation error

    Hi,
    I'm trying to install Oracle OAM 11g, but having some trouble while connecting to the oam web console.
    My OS is Windows 2003 Enterprise Edittion, Service Pack 2.
    My installation steps:
    - Installed Oracle DB (11.2.0)
    - Used RCU (11.1.1.3.3) to create DB schemas.
    - Installed WebLogic 10.3.3
    - I did NOT install SOA Suite because I intend to not use Identity Manager.
    - I installed IDAM (from ofm_iam_generic_11.1.1.3.0_disk1_1of1 disc)
    - Created a domain containing these servers:
         - Admin Server listening on port 7001
         - oam_server1 listening on port 14100
         - oaam_admin_server1 listening on port 14200
         - oaam_server_server1 listening on port 14300
    - I started weblogic with the "startWebLogic.cmd" command.
    - I started oam_server1 with the "startManagedWebLogic.cmd oam_server1" command
    (I used this installation guide: http://onlineappsdba.com/index.php/2010/08/05/oracleidm-11g-step-by-installation-of-oam-oim-oaam-oapm-oin-111130-part-i-load-schema/)
    The weblogic console says the oam_server1 is up and running, but when I try to connect
    to the oam console (http://localhost:14100/oam) the web page displayed says "Error. Action failed. Please try again."
    This error also occurs in the oam_server1.log:
    ####<2010-nov-23 kl 13:49 CET> <Info> <ServletContext-/oam> <server-base> <oam_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <f5f04f496bf2057f:10058de0:12c78c5bb9b:-8000-0000000000000012> <1290516557352> <BEA-000000> <index.jsp:2:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
    ^----^
    index.jsp:2:4: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
    <%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
    And when I check out the taglib web page:
    http://beehive.apache.org/docs/1.0/netui/tagsOverview.html
    ...it says: "2010/01/11 - Apache Beehive has been retired."
    Have I missed something, or how do I fix this?
    Thanks in advance.
    Henrik
    Edited by: user1154522 on Nov 23, 2010 5:26 AM

    My mistake. This was the URL i was looking for to configure OAM:
    http://lhost:7001/oamconsole

  • HELP! Oracle 11g installation error

    OS: RHEL4
    Oracle 11g
    During the install step an error dialog showed up when "Linking Oracle Net Required Support files 11.1.0.6.0......" The information it prompted is:
    Error in invoking target 'ntcontab.o' of makefile '/home/oracle/11g/network/lib/ins_net_client.mk'. See '/home/oraInventory/logs/installActions2007-08-21_03-17-58AM.log' for details.
    The log file mentioned above tell me that:
    INFO: (if [ "compile" = "compile" ] ; then \
    /home/oracle/11g/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /home/oracle/11g/lib/ntcontab.o ;\
    mv ntcontab.o /home/oracle/11g/lib/ ;\
    INFO: /usr/bin/ar rv /home/oracle/11g/lib/libn11.a /home/oracle/11g/lib/ntcontab.o ; fi)
    INFO: cc1: unrecognized option `-auxbase'
    cc1: output filename specified twice
    INFO: mv:
    INFO: cannot stat `ntcontab.o'
    INFO: : No such file or directory
    INFO:
    INFO: /usr/bin/ar: /home/oracle/11g/lib/ntcontab.o: No such file or directory
    INFO: make:
    INFO: *** [ntcontab.o] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/home/oracle/11g/network/lib/ins_net_client.mk'. See '/home/oraInventory/logs/installActions2007-08-21_03-17-58AM.log' for details.
    Exception Severity: 1
    If i ignore this, the same error will appear about other *.o target.
    What could i do now? I am eager for the help.

    That's right this is not related to the above problem, so the gcc issue could be considered as solved. Oracle 11g requires you to have about 1.5 the amount of RAM, if your swap is not configured to meet this requirement, then you should manually configure additional swap space. This should not prevent the process from continuing as long as you check the User Verified box. You can continue and if you notice an increase in the swap space consumption at execution time, then increase the swap area by using swap file space as this example illustrates:
    How to create a swapFile
    Short on memory? Under 128MB is. Then build a swap file.
    Go to Start > Run > Rxvt
    Type, then press Enter:
    dd if=/dev/zero of=/mnt/home/puppy.swp bs=1024 count=800k
    Be patient. This will take several minutes.
    That 800k translates to 800MB (819,200KB).
    So decrease according to available disk space.
    Type, then press Enter:
    mkswap /mnt/home/puppy.swp
    Type, then press Enter:
    swapon /mnt/home/puppy.swp
    Go to Start > File Managers > uXplor
    Drill down to /root/.etc/rc.d/rc.local and right-click and select edit.
    Add this line to the bottom:
    swapon /mnt/home/puppy.swp
    Save the file. This will turn on the swap file upon next boot.
    ~ Madrid

  • OBIEE 11g installation error while configuring (opmnctl error)

    While installing OBIEE 11g (11.1.1.3.0),(32-bit) we have choosen software only install and the software was installed successfully. While configuring in 10 th step we are getting the following errors.
    We have installed webserver before installing OBIEE 11g.
    OS is Windows server 2008
    Executing: opmnctl start coreapplication_obips1 falied and
    Executing: opmnctl start coreapplication_obisch1.
    we are using dynamic IP address

    Thanks, It worked. I unzipped all the folders in a single folder and then with the single Setup.exe it automatically loaded the complete software.
    Best Way - Import all the download file into a single folder and run the .exe
    Thanks,
    Raman

  • 11G Installation error

    Hi,
    We got the below error while upgrading the database from 10.2.0.1 to 11.2.0.1
    SQL> @utlrp.sql
    SELECT dbms_registry_sys.time_stamp('utlrp_bgn') as timestamp from dual
    ERROR at line 1:
    ORA-04063: package body "SYS.DBMS_REGISTRY_SYS" has errors
    DOC>#
    DECLARE
    ERROR at line 1:
    ORA-06521: PL/SQL: Error mapping function
    ORA-06512: at "SYS.UTL_RECOMP", line 608
    ORA-06512: at line 4
    SELECT dbms_registry_sys.time_stamp('utlrp_end') as timestamp from dual
    ERROR at line 1:
    ORA-04063: package body "SYS.DBMS_REGISTRY_SYS" has errors
    DOC>#
    OBJECTS WITH ERRORS
    1
    DOC>#
    ERRORS DURING RECOMPILATION
    1
    PL/SQL procedure successfully completed.
    BEGIN dbms_registry_sys.validate_components; END;
    ERROR at line 1:
    ORA-04063: package body "SYS.DBMS_REGISTRY_SYS" has errors
    ORA-06508: PL/SQL: could not find program unit being called:
    "SYS.DBMS_REGISTRY_SYS"
    ORA-06512: at line 1
    SQL>
    Please suggest.

    Did you setup ORACLE_HOME variable to match new 11g software?
    but upgrade has really good documentation.
    I strongly recommend to follow one of these (depends on your exact version 11gR1 or 11gR2)
    Complete Checklist for Manual Upgrades to 11gR2 [ID 837570.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=BULLETIN&id=837570.1
    Complete Checklist for Manual Upgrades to 11gR1 [ID 429825.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=BULLETIN&id=429825.1
    Other docs...
    Oracle 11gR1 Upgrade Companion [ID 601807.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=REFERENCE&id=601807.1
    Oracle 11gR2 Upgrade Companion [ID 785351.1]
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=REFERENCE&id=785351.1
    Oracle® Database Upgrade Guide 11g Release 1 (11.1)
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/toc.htm
    Oracle Metalink: Managing CBO Stats during an upgrade to 10g or 11g Doc ID: 465787.1
    https://metalink.oracle.com/CSP/main/article?cmd=show&type=NOT&id=465787.1

  • ODI 11g Installation Error(JDK).

    Hi
    I have a problem with installation ODI 11g under Widows 7 (64 bit). I have installed jdk(jdk1.7.0) 32 bit version.
    When I start setup.exe (run as Administrator), Oracle Universal Installer starts, but needs to specify path to JDK
    "Preparing to launch Oracle Universal Installer from C:\Users\*. Please wait ...
    Please specify JDK location ( Ex. /home/jdk ), <location>/bin/java should exist:"
    When I input a path like C:\Program Files (x86)\Java\jdk1.7.0\bin , it is giving msg like
    Please specify a valid JDK location:
    Thanks

    Michael Rainey - Thanks for your reply
    *1* . I have installed JDK in C Drive so that JDK path will not Contain any spaces.
    C:\Java\bin
    *2* . As per the Oracle documentation:
    I have used JRE Location to start the installer on command Prompt:
    D:\Work\Softwares\Odi Setup\ofm_odi_generic_11.1.1.6.0_disk1_1of2\Disk1\install\win64>setup.exe -jreLoc C:\Java\jre
    *3* . I have also set ClassPath as
    System Variables
    A . Variable Name: JAVA_HOME
    Variable Value: C:\Java\bin
    B . Variable Name: Path
    Variable Value: D:\app\UserName\product\11.1.0\db_2\bin;%SystemRoot%\system32;
    *%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;*
    C:\Java\bin;
    But Still it is not working.
    Please give me any suggestion
    Thanks
    Yogesh

  • OBIEE 11g installation error

    Hi I am getting below error while installing OBIEE 11g ...
    INST-07286: Specified Oracle Middleware home location does not have minimum version 10.3.5.0 of WebLogic server. If the version is incorrect then configuring with the Weblogic server will fail.
    I believe Weblogic comes with it.any one tried this out.

    Thanks, It worked. I unzipped all the folders in a single folder and then with the single Setup.exe it automatically loaded the complete software.
    Best Way - Import all the download file into a single folder and run the .exe
    Thanks,
    Raman

  • Oracle 11G database for 64 bit windows installation error

    Hi,
    I downloaded the 11G 64bit for windows and unzipped the files into one folder and ran the setup.exe as an administrator. It opened up the java screen and I chose, create and configure a database. Next screen I chose, Desktop Class, when I click next it dies. It does not show me teh next screen. I went to the appdata folder and saw this error but not sure what to do EXCEPTION_ACCESS_VIOLATION (0xc0000005). Please help. Thanks for your time and help.

    Adipur wrote:
    Hello, have you tried to create new administrator user, and install using that newly created user...?You found this to be a band-aid solution in your specific instance. (Strange case of installation on windows 7 - unable to complete installation But you have drawn the wrong conclusions and never found the real issue in the cited thread. Under the circumstances, I would not be offering this up as a generalized solution, as you are doing in this thread and in others:
    Re: Oracle 11G database for 64 bit windows installation error
    Re: Trouble installing Oracle Personal in Windows 7 64-bit environment
    I have been doing Oracle DBA work since v 7.3, and have never seen advice like this to be anything more than a work-around the real issue.
    Edited by: EdStevens on May 15, 2013 7:03 AM

  • Error when trying to run the rcu.bat file as part of OBIEE 11g installation

    when trying to run the rcu.bat file as part of OBIEE 11g installation on windows 7 64 bit I am getting the following error
    "windows cannot find C:\Users\manoj\Desktop\Oracle.Make sure you typed the name correctly, and then try again".
    Please help me how to overcome this error, I am not able to understand why it is looking for C:\Users\manoj\Desktop\Oracle.
    Thanks
    Manoj

    after setting the ORACLE_HOME and Path environment variables also....I am still getting the same error...so is it like RCU can be run only on windows 7 32-bit machines and it does not work on 64-bit machines? and also it seems like the previous versions of OBIEE 10.1.3.X does not support windows 7 64-bit machines...
    please help me finding a solution to this error....
    and what are all the versions of OBIEE can be installed on windows 7 64-bit machines?
    can't we install OBIEE 11g on windows 7 64-bit machines without including RCU?
    thanks
    Manoj
    Edited by: mkumar on Jun 2, 2011 3:47 AM

Maybe you are looking for