OIM config.sh  Error

Hi All
I ran config.sh under OIM_HOME/bin to configure OIM and I am getting the following error.
I followed the documented procedure ran the pre scripts but after after running config.sh then the wizard giving me this error
I have OIM version 11.1.1.3
Did I miss anything here ?
Thnaks
javax.naming.directory.SchemaViolationException: [LDAP: error code 65 - Failed to find obuseraccountcontrol in mandatory or optional attribute list.]; remaining name 'uid=xelsysadm,cn=Users,dc=mydomain,dc=com'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3098)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820)
at com.sun.jndi.ldap.LdapCtx.c_createSubcontext(LdapCtx.java:791)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_createSubcontext(ComponentDirContext.java:319)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:248)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:236)
at javax.naming.directory.InitialDirContext.createSubcontext(InitialDirContext.java:178)
at oracle.as.install.oim.config.util.LdapSync.addUserInLDAP(LdapSync.java:356)
at oracle.as.install.oim.config.util.LdapSync.configurationLdap(LdapSync.java:268)
at oracle.as.install.oim.config.OIMConfigManager.configureOIM(OIMConfigManager.java:588)
at oracle.as.install.oim.config.OIMConfigManager.doExecute(OIMConfigManager.java:487)
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)

Will you please post that which supporting components you have configured and overall installation steps?
Meanwhile check this article
https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1274774.1

Similar Messages

  • Oim-config.xml was not found in MDS Repository.

    Hi there,
    I'm trying to install Oracle Fusion Application (last version .5) but I can't go ahead becuase I got an error during the OIM Server installation.
    $ uname -a
    Linux server02 2.6.39-200.24.1.el6uek.x86_64 #1 SMP Sat Jun 23 02:39:07 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
    $ cd /repository/fusion/fmw/iam/bin/
    $ ./config.sh &
    Select only “OIM Server” [...] everything is going fine without error. I've re-started the AdminServer and started the OIM.
    If I try to open the browser http://<server>:14000 I got an Error 404
    Take a look at the log, there is an Error on oim-config.xml
    I was trying to find something on Google but all the forum talked about the missing security files.
    I tried to install again OIM but nothing happened.
    Someone could help me please?
    Thanks and best regards,
    Lain
    $ tail -f /repository/fusion/fmw//admin/IDMDomain/mserver/IDMDomain/servers/wls_oim1/logs/wls_oim1.log
    ####<Jan 30, 2013 1:24:15 AM CET> <Error> <Deployer> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66
    ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455419> <BEA-149205> <Failed to initialize the application 'oim [Version=11.1.1.3.0]' due to error oracle.iam.platform.uti
    ls.OIMAppInitializationException:
    OIM application intialization failed because of the following reasons:
    oim-config.xml was not found in MDS Repository.
    oracle.iam.platform.utils.OIMAppInitializationException:
    OIM application intialization failed because of the following reasons:
    oim-config.xml was not found in MDS Repository.
            at oracle.iam.platform.utils.OIMAppInitializationListener.preStart(OIMAppInitializationListener.java:145)
            at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
            at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:62)
            at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:284)
            at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:649)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
            at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
            at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
            at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
            at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
            at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
            at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:166)
            at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
            at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
            at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: oracle.iam.platform.utils.OIMAppInitializationException:
    OIM application intialization failed because of the following reasons:
    oim-config.xml was not found in MDS Repository.
           at oracle.iam.platform.utils.OIMAppInitializationListener.preStart(OIMAppInitializationListener.java:145)
            at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
            at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:199)
            at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:62)
            at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:284)
            at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:649)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
            at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
            at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
            at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
            at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
            at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
            at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:166)
            at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
            at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
            at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    ####<Jan 30, 2013 1:24:15 AM CET> <Warning> <Munger> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455586> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in /repository/fusion/fmw/iam/server/apps/spml-xsd.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    ####<Jan 30, 2013 1:24:15 AM CET> <Warning> <Munger> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455702> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in /repository/fusion/fmw/admin/IDMDomain/mserver/IDMDomain/servers/wls_oim1/tmp/_WL_user/spml-xsd/ahejq0/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    ####<Jan 30, 2013 1:24:15 AM CET> <Info> <WorkManager> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455706> <BEA-002903> <Creating WorkManager from "OIMUIWorkManager" WorkManagerMBean for application "spml-xsd">
    ####<Jan 30, 2013 1:24:15 AM CET> <Info> <WorkManager> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455706> <BEA-002903> <Creating WorkManager from "OIMMDBWorkManager" WorkManagerMBean for application "spml-xsd">
    ####<Jan 30, 2013 1:24:15 AM CET> <Info> <Deployer> <server02> <wls_oim1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <aa66ef4907f1903f:-58c6bc2b:13c88d5b7cb:-8000-0000000000000003> <1359505455718> <BEA-149059> <Module spml-xsd of application spml-xsd is transitioning from STATE_NEW to STATE_PREPARED on server wls_oim1.>

    Thanks for your support Rajiv Dewan and idamGod,
    I've just followed this metalink ID: “Easy step for Oracle Identity Manager 11g (OIM 11g) installation on Windows [ID 1234357.1]”
    In my case I don’t have this error:
    Unable to find keystore "default-keystore.jks" in <DOMAIN_HOME>/config/fmwconfig/.
    Unable to find keystore ".xldatabasekey" in <DOMAIN_HOME>/config/fmwconfig/.
    […]Maybe it’s the same root causes but I installed again the OIM without success. I can’t login to the OIM because I just back 404.
    I’m sorry but I didn’t understand what I can do.
    Thanks,
    Lain

  • OIM 11g installation: oim-config.xml was not found in MDS Repository

    Hi,
    I just installed Oracle Identity Manager 11g (the latest version) on out test system. The installation worked fine. I can start the admin server as well as the soa_server. But when I start the oim_server1, the deployment of oim fails with the following error message:
    ####<Aug 18, 2010 3:33:22 PM CEST> <Error> <Deployer> <oim11g> <oim_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1282138402834> <BEA-149205> <Failed to initialize the application 'oim [Version=11.1.1.3.0]' due to error oracle.iam.platform.utils.OIMAppInitializationException:
    OIM application intialization failed because of the following reasons:
    oim-config.xml was not found in MDS Repository.
    Unable to find keystore "default-keystore.jks" in <DOMAIN_HOME>/config/fmwconfig/.
    Unable to find keystore ".xldatabasekey" in <DOMAIN_HOME>/config/fmwconfig/.
    Password for OIMSchemaPassword is not seeded in CSF.
    Password for xell is not seeded in CSF.
    Password for DataBaseKey is not seeded in CSF.
    Password for JMSKey is not seeded in CSF.
    Password for .xldatabasekey is not seeded in CSF.
    Password for default-keystore.jks is not seeded in CSF.
    Password for SOAAdminPassword is not seeded in CSF.
    oracle.iam.platform.utils.OIMAppInitializationException:
    OIM application intialization failed because of the following reasons:
    oim-config.xml was not found in MDS Repository.
    Unable to find keystore "default-keystore.jks" in <DOMAIN_HOME>/config/fmwconfig/.
    Unable to find keystore ".xldatabasekey" in <DOMAIN_HOME>/config/fmwconfig/.
    Password for OIMSchemaPassword is not seeded in CSF.
    Password for xell is not seeded in CSF.
    Password for DataBaseKey is not seeded in CSF.
    Password for JMSKey is not seeded in CSF.
    Password for .xldatabasekey is not seeded in CSF.
    Password for default-keystore.jks is not seeded in CSF.
    Password for SOAAdminPassword is not seeded in CSF.
         at oracle.iam.platform.utils.OIMAppInitializationListener.preStart(OIMAppInitializationListener.java:145)
         at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:282)
    Has anybody seen this error before or knows how to fix it? Thanks for your help in advance!
    Best regards
    Tom

    This also solved my issue. If you can backup the .xldatabasekey file before you reinstall this will allow the OIM application to read the OIM database. I was successfully able to run rm -Rf and wipe my entire Middleware directory. Then I reinstalled ALL of OIM and SOA back to the same VM. I saved the .xldatabasekey file before hand and dropped it right back to the same folder before I ran the rm -Rf command later after the OIM Domain was installed. Finally, as mentioned above, I logged into EM and found that I needed to add the .xldatabasekey "password" and simply used the same password that I entered during the OIM configure steps for the keystore. Remember the .xldatabasekey password IS NOT the xelsysadm password, but the KEYSTORE password. They are different. I am now able to log into OIM and I can see all the pre-existing users. Thanks for the help!

  • Oim 11gr2 locale error during configuration

    During OIM config.sh wizard I get:
    [2012-10-04T10:09:46.284-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000Jcg73Fo1JfhhP9v1Cd1GRPWu000003,0] Generate the key
    [2012-10-04T10:09:46.325-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000Jcg73Fo1JfhhP9v1Cd1GRPWu000003,0] [[
    [OIM_CONFIG] Store the keystore to .xlDatabasekey completed
    [2012-10-04T10:09:46.325-04:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000Jcg73Fo1JfhhP9v1Cd1GRPWu000003,0] Create the Database connection
    [2012-10-04T10:09:46.325-04:00] [as] [TRACE:16] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000Jcg73Fo1JfhhP9v1Cd1GRPWu000003,0] [SRC_CLASS: EncryptDataBase] [SRC_METHOD: createDBConnection] ENTRY
    [2012-10-04T10:09:46.394-04:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000Jcg73Fo1JfhhP9v1Cd1GRPWu000003,0] ORA-00001: unique constraint (IAM_OIM.UK_MLS_LOCALE_MLS_LOCALE_CODE) violated[[
    java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (IAM_OIM.UK_MLS_LOCALE_MLS_LOCALE_CODE) violated
    I'm using English version of everything - db,rcu,oim,etc. Any ideas? Thanks

    UPDATE:
    To the person who suggested the truncate: Thanks but that didn't help me unfortunately.
    To the person who suggested drop/recreate schema: Thanks, this worked. I didn't do anything differently this time around but I'm happy to be passed the problem.
    To the person who suggested taking screenshots: There were no major differences in the logs that I could see.

  • Windows LV6.0 running on Linux Wine: config.cpp error (line 404)

    Have anyone tried to run LabView (Windows version) under Linux using the Wine "emulator"?
    Trying this on Debian Woody, with a Win98 install of LabView 6.0 returns:
    config.cpp error (line 404)
    I tried to search for such a file on both Win/Linux partitions: there's none.
    So how am i gonna check this line 404?
    Any clue would be strongly welcome!

    I agree with Labviewguru about getting Labview for Linux. The only
    problem is that you have to dish out $2000 or $3500. They don't have a
    Base package.
    I'm not sure if NI recomends a particular window manager but I do know it
    will run on any of them. In an extreme case I used it on a PII 233MHz,
    64MB ram, and a 300 MB disk. It was a Slackware distro using the fvwm2
    window manager. Ran great. Presently I run it with Gnome.
    My point is that if you have to buy a LV for Linux license, at least you
    can save money buy putting it on a machine that's been used as a paper
    weight for several years.
    -kevin
    In article <[email protected]>,
    "Labviewguru" wrote:
    > I don't believe you can run LabVIEW in an e
    mulation environment. There
    > is too much system control that LabVIEW needs a handle on to be able to
    > run on an emulator.
    >
    > The reason you are not able to find and troubleshoot that file is
    > because it is part of the source code for LabVIEW, and doesn't exist
    > except in a super secret vault which may or may not be located in Austin
    > Texas...
    >
    > Are you aware that there is a version of LabVIEW for Linux? I believe
    > that they recommend running KDE or similar GUI, but check on the support
    > website for that at ni.com/linux.
    >
    > I hope that was enough of a clue...

  • Aspnet_compiler web.config(132): error ASPCONFIG: Could not load type 'System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider'

    My latest MVC 5 project built with VS 2013 compiled and works fine on my PC but can not be published to server using command line aspnet_compiler. I kept getting the web.config(132): error ASPCONFIG: Could not load type 'System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider'
    In my web.config file, I have the following as suggested by many for solution:
    <add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
     <add assembly="System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
    However, the error is persisting.  I have no clue how to fix this.  Hope someone can help.

    Hello FredVanc,
    As you mentions, it could work with your develop environment, so I am wondering it is that on the server machine, the assembly is not there actually. Here are some information I found which might be helpful:
    https://support.microsoft.com/en-gb/kb/958975?wa=wsignin1.0
    https://social.msdn.microsoft.com/Forums/en-US/1295cfa8-751b-4e9b-a7a7-14e1ad1393b6/compiling-error?forum=adodotnetentityframework
    By the way, since this issue is related with ASP.ENT project, I suggest that you could post it to the ASP.NET forum, there are web experts will help you:
    http://forums.asp.net/
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • System config network error while parsing /etc/hosts

    I am configuring RAC on Oracle Linux,i have configured /etc/hosts on both nodes,when ever i opened network, its displaying error message.
    system config network error while parsing /etc/hosts
    wrong ip on line 25
    wrong ip on line 26
    wrong ip on line 27
    here is my host entries.
    node1
    ====
    [root@racnode1 ~]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost
    #####Public#####
    192.168.1.101 racnode1.reg.com racnode1
    192.168.1.102 racnode2.reg.com racnode2
    192.168.1.103 racnode3.reg.com racnode3
    192.168.1.104 racnode4.reg.com racnode4
    ####Private######
    10.10.1.1 racnode1-priv.reg.com racnode1-priv
    10.10.1.2 racnode2-priv.reg.com racnode2-priv
    10.10.1.3 racnode3-priv.reg.com racnode3-priv
    10.10.1.4 racnode4-priv.reg.com racnode4-priv
    #####Virtual#####
    192.168.1.201 racnode1-vip.reg.com racnode1-vip
    192.168.1.202 racnode2-vip.reg.com racnode2-vip
    192.168.1.203 racnode3-vip.reg.com racnode3-vip
    192.168.1.204 racnode4-vip.reg.com racnode4-vip
    #SCAN
    #192.168.1.301 racdb-scan.reg.com racdb-scan
    #SCAN
    192.168.1.301 racnode1-scan.reg.com racnode1-scan
    192.168.1.302 racnode2-scan.reg.com racnode2-scan
    192.168.1.303 racnode3-scan.reg.com racnode3-scan
    [root@racnode1 ~]# hostname
    racnode1.reg.com
    [root@racnode1 ~]#
    node2 host entries
    ===========
    [root@racnode2 ~]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost
    #####Public#####
    192.168.1.101 racnode1.reg.com racnode1
    192.168.1.102 racnode2.reg.com racnode2
    192.168.1.103 racnode3.reg.com racnode3
    192.168.1.104 racnode4.reg.com racnode4
    ####Private######
    10.10.1.1 racnode1-priv.reg.com racnode1-priv
    10.10.1.2 racnode2-priv.reg.com racnode2-priv
    10.10.1.3 racnode3-priv.reg.com racnode3-priv
    10.10.1.4 racnode4-priv.reg.com racnode4-priv
    #####Virtual#####
    192.168.1.201 racnode1-vip.reg.com racnode1-vip
    192.168.1.202 racnode2-vip.reg.com racnode2-vip
    192.168.1.203 racnode3-vip.reg.com racnode3-vip
    192.168.1.204 racnode4-vip.reg.com racnode4-vip
    #SCAN
    #192.168.1.301 racdb-scan.reg.com racdb-scan
    #SCAN
    192.168.1.301 racnode1-scan.reg.com racnode1-scan
    192.168.1.302 racnode2-scan.reg.com racnode2-scan
    192.168.1.303 racnode3-scan.reg.com racnode3-scan
    [root@racnode2 ~]#
    i am not able to ping racnode1-priv or racnode2-priv.
    from node1:
    ========
    [root@racnode1 ~]# ping racnode2-priv
    PING racnode2-priv.reg.com (10.10.1.2) 56(84) bytes of data.
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=2 Destination Host Unreachable
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=3 Destination Host Unreachable
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=4 Destination Host Unreachable
    5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4002ms
    , pipe 3
    [root@racnode1 ~]#
    from node2:
    =======
    [root@racnode2 ~]# ping racnode1-priv
    PING racnode1-priv.reg.com (10.10.1.1) 56(84) bytes of data.
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=2 Destination Host Unreachable
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=3 Destination Host Unreachable
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=4 Destination Host Unreachable
    --- racnode1-priv.reg.com ping statistics ---
    4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms
    , pipe 3
    [root@racnode2 ~]#
    any idea where configuration went wrong.
    Thanks

    here is output, i can see lot of additional characters.
    [root@racnode1 ~]# cat -vet /etc/hosts
    # Do not remove the following line, or various programs$
    # that require network functionality will fail.$
    127.0.0.1 localhost.localdomain localhost$
    #::1^I^Ilocalhost6.localdomain6 localhost$
    $
    #####Public#####$
    192.168.1.101 racnode1.reg.com racnode1$
    192.168.1.102 racnode2.reg.com racnode2$
    192.168.1.103 racnode3.reg.com racnode3$
    192.168.1.104 racnode4.reg.com racnode4$
    ####Private######$
    10.10.1.1 racnode1-priv.reg.com racnode1-priv$
    10.10.1.2 racnode2-priv.reg.com racnode2-priv$
    10.10.1.3 racnode3-priv.reg.com racnode3-priv$
    10.10.1.4 racnode4-priv.reg.com racnode4-priv$
    #####Virtual#####$
    192.168.1.201 racnode1-vip.reg.com racnode1-vip$
    192.168.1.202 racnode2-vip.reg.com racnode2-vip$
    192.168.1.203 racnode3-vip.reg.com racnode3-vip$
    192.168.1.204 racnode4-vip.reg.com racnode4-vip$
    #SCAN$
    #192.168.1.301 racdb-scan.reg.com racdb-scan$
    #SCAN$
    192.168.1.301^Iracnode1-scan.reg.com^Iracnode1-scan$
    192.168.1.302^Iracnode2-scan.reg.com^Iracnode2-scan$
    192.168.1.303^Iracnode3-scan.reg.com^Iracnode3-scan$
    [root@racnode1 ~]#
    from node2:
    ========
    [root@racnode2 ~]# cat -vet /etc/hosts
    # Do not remove the following line, or various programs$
    # that require network functionality will fail.$
    127.0.0.1 localhost.localdomain localhost$
    #::1^I^Ilocalhost6.localdomain6 localhost$
    $
    #####Public#####$
    192.168.1.101 racnode1.reg.com racnode1$
    192.168.1.102 racnode2.reg.com racnode2$
    192.168.1.103 racnode3.reg.com racnode3$
    192.168.1.104 racnode4.reg.com racnode4$
    ####Private######$
    10.10.1.1 racnode1-priv.reg.com racnode1-priv$
    10.10.1.2 racnode2-priv.reg.com racnode2-priv$
    10.10.1.3 racnode3-priv.reg.com racnode3-priv$
    10.10.1.4 racnode4-priv.reg.com racnode4-priv$
    #####Virtual#####$
    192.168.1.201 racnode1-vip.reg.com racnode1-vip$
    192.168.1.202 racnode2-vip.reg.com racnode2-vip$
    192.168.1.203 racnode3-vip.reg.com racnode3-vip$
    192.168.1.204 racnode4-vip.reg.com racnode4-vip$
    #SCAN$
    #192.168.1.301 racdb-scan.reg.com racdb-scan$
    #SCAN$
    $
    192.168.1.301^Iracnode1-scan.reg.com^Iracnode1-scan$
    192.168.1.302^Iracnode2-scan.reg.com^Iracnode2-scan$
    192.168.1.303^Iracnode3-scan.reg.com^Iracnode3-scan$
    Edited by: Endeca on Apr 7, 2013 10:13 AM

  • Oim Strting errror- Error XELLERATE.ACCOUNTMANAGEMENT

    Hi ,
    I am getting the following error when I am starting the OIM server.
    <Error> <XELLERATE.ACCOUNTMANAGEMENT> <BEA-000000> <Class/Method: tcDefaultDBEncryptionImpl/decrypt encounter some problems: Input length must be multiple of 16 when decrypting with padded cipher
    javax.crypto.IllegalBlockSizeException: Input length must be multiple of 16 when decrypting with padded cipher
    at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
    at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
    at com.sun.crypto.provider.AESCipher.engineDoFinal(DashoA13*..)
    at javax.crypto.Cipher.doFinal(DashoA13*..)
    at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.decrypt(tcDefaultDBEncryptionImpl.java:219)
    at com.thortech.xl.crypto.tcCryptoUtil.decrypt(tcCryptoUtil.java:122)
    at com.thortech.xl.crypto.tcCryptoUtil.decrypt(tcCryptoUtil.java:200)
    at com.thortech.xl.dataobj.tcDataSet.decryptDataSet(tcDataSet.java:1431)
    at com.thortech.xl.dataaccess.tcDataBase.readPartialPreparedStatement(tcDataBase.java:1365)
    at com.thortech.xl.dataaccess.tcDataBase.readPreparedStatement(tcDataBase.java:1158)
    at com.thortech.xl.dataobj.PreparedStatementUtil.execute(PreparedStatementUtil.java:60)
    at oracle.iam.ldapsync.impl.eventhandlers.LDAPAddMissingObjectClasses.initialize(LDAPAddMissingObjectClasses.java:177)
    at oracle.iam.platform.kernel.impl.OrchConfig.getinitializedEventHandler(OrchConfig.java:205)
    at oracle.iam.platform.kernel.impl.OrchConfig.<init>(OrchConfig.java:123)
    at oracle.iam.platform.kernel.impl.KernelObjFactory.<init>(KernelObjFactory.java:54)
    at oracle.iam.platform.kernel.impl.KernelObjFactory.<clinit>(KernelObjFactory.java:48)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.<init>(OrchestrationEngineImpl.java:71)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
    at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
    But OIM started and I can able to view the OIM Admin consle.
    I need to know why this error came and How to resolve it?
    Please try to help me.
    Thanks & Regards,
    Karthick

    Looks like you are using LDAPSync post OIM installation and the encryption on the IT resource was not setup correctly. Follow the steps from MOS Article: 1307549.1 for the solution.
    _Cause:_
    Encryption of the Directory Server IT Resource data in SVP table was not accomplished.
    The fields that are plain text are:
    Server URL
    Use SSL
    Admin Login
    Admin Password
    Search Base
    User Reservation Container
    _Solution_
    1. Use the following query to find fields with "plain text" values:
    select svr.svr_name, spd.spd_field_name, svp.svp_key, svp_field_value
    from svp
    inner join spd on spd.spd_key = svp.spd_key
    inner join svr on svr.svr_key = svp.svr_key
    2. Set these plain text values to null after making backup of table.
    3. Edit the Directory Server to re-set values.
    Expected error at this stage:
    -- no "System Error call admin...", but that makes sense since the values in question pertained directly to the Directory Server --
    4. Re-entered the values for the IT Resource.
    5. Saving the changes and verify that SVP values are now all encrypted.
    With correct values and encryption, then users are able to be created.-Bikash

  • OIM encryption/decryption error

    I am building a new environment by importing resources, lookup definitions, etc from an existing environment via deployment manager. Both the environments are same in s/w and h/w config:
    OIM: 9.1.0.2 BP18
    Weblogic: 10.3.2
    Windows Server 2008 R2 64 bit
    After the installation of new environment:
    I have copied the .xlkeystore and .xldatabasekey from old environment to new.
    Changed the password in xlconfig.xml file on new environment as plain text from old environment.
    Updated the xelsysadm password in the USR table from the value old environment.
    Restarted the system
    Now I am able to login to OIM using the xelsysadm password from old environment.
    xlconfig.xml has the new password in the encrypted format.But, now when I import a resource from old environment to new environment, I see all the values in the encrypted format both at OIM GUI as well as design Console.
    In the .out logs I get the exception:
    INFO,11 Apr 2012 18:11:11,790,[XELLERATE.PERFORMANCE],Query: DB: 16, LOAD: 0, TOTAL: 16
    ERROR,11 Apr 2012 18:11:11,790,[XELLERATE.ACCOUNTMANAGEMENT],Class/Method: tcDefaultDBEncryptionImpl/decrypt encounter some problems: Given final block not properly padded
    javax.crypto.BadPaddingException: Given final block not properly padded
    at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
    at com.sun.crypto.provider.SunJCE_f.b(DashoA13*..)
    at com.sun.crypto.provider.AESCipher.engineDoFinal(DashoA13*..)
    at javax.crypto.Cipher.doFinal(DashoA13*..)
    at com.thortech.xl.crypto.tcDefaultDBEncryptionImpl.decrypt(Unknown Source)
    at com.thortech.xl.crypto.tcCryptoUtil.decrypt(Unknown Source)
    at com.thortech.xl.crypto.tcCryptoUtil.decrypt(Unknown Source)
    at com.thortech.xl.dataobj.tcDataSet.decryptDataSet(Unknown Source)
    at com.thortech.xl.dataobj.tcDataBase.readPartialStatement(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(Unknown Source)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(Unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcITResourceInstanceOperationsBean.getITResourceInstanceParametersData(Unknown Source)
    at com.thortech.xl.ejb.beansimpl.tcITResourceInstanceOperationsBean.getITResourceInstanceParameters(Unknown Source)
    at com.thortech.xl.ejb.beans.tcITResourceInstanceOperationsSession.getITResourceInstanceParameters(Unknown Source)
    at com.thortech.xl.ejb.beans.tcITResourceInstanceOperationsSession_7uvp44_EOImpl.getITResourceInstanceParameters(tcITResourceInstanceOperationsSession_7uvp44_EOImpl.java:77)
    at Thor.API.Operations.tcITResourceInstanceOperationsClient.getITResourceInstanceParameters(Unknown Source)
    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 Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubje

    Why you copied these things from OLD environment - .xlkeystore and .xldatabasekey ?
    Take backup of these files and restore your original files in new environment and restart the server.

  • OIM Access Policy Error

    I created an access policy for provisioning a resource and it works fine. But I get the following error when I click on manage and edit the child form fields. Can someone please guide what is this error for?
    2009-04-20 12:57:35,618 ERROR [org.apache.struts.actions.DispatchAction] Request[ManageAccessPolicies] does not contain handler parameter named method
    Thanks!

    What version of OIM are you using? And have you made any changes to the web client? (particularly xlWebAdmin.properties, struts-config.xml or the class files?)
    Deborah

  • OIM 9.1 error conector SAP

    Hello,
    I've got a null pointer in the SAP conector. What could be the problem?
    Thanks.
    LOG
    2011-07-18 11:59:10,065 INFO [XL_INTG.SAPUSERMANAGEMENT] ***** Starting SAP User Reconciliation *****
    2011-07-18 11:59:10,076 INFO [XL_INTG.SAPUSERMANAGEMENT] ***** Starting SAP INIT ******************************
    2011-07-18 11:59:10,077 INFO [XL_INTG.SAPUSERMANAGEMENT] number of batches = all available.
    2011-07-18 11:59:10,077 INFO [XL_INTG.SAPUSERMANAGEMENT] Resource ObjectSAP8 SRM
    2011-07-18 11:59:10,077 INFO [XL_INTG.SAPUSERMANAGEMENT] *************** SAP INIT Ends******************************
    2011-07-18 11:59:10,077 INFO [XL_INTG.SAPUSERMANAGEMENT] ***** Start EXECUTE Method*****
    2011-07-18 11:59:10,077 INFO [XL_INTG.SAPUSERMANAGEMENT] Resource ObjectSAP8 SRM
    2011-07-18 11:59:10,085 INFO [XL_INTG.SAPUSERMANAGEMENT] customQuery is userid=OIM_01
    2011-07-18 11:59:10,085 INFO [XL_INTG.SAPUSERMANAGEMENT] parameters are [USERID;OIM_01]
    2011-07-18 11:59:10,085 INFO [XL_INTG.SAPUSERMANAGEMENT] operators are []
    2011-07-18 11:59:10,085 INFO [XL_INTG.SAPUSERMANAGEMENT] SAP Create Connection Request
    2011-07-18 11:59:10,085 INFO [XL_INTG.SAPUSERMANAGEMENT] START SAP Connection creation.
    2011-07-18 11:59:10,085 INFO [XL_INTG.SAPUSERMANAGEMENT] After Create Client
    2011-07-18 11:59:10,099 INFO [XL_INTG.SAPUSERMANAGEMENT] SAP Connection creation successfull.
    2011-07-18 11:59:10,099 INFO [XL_INTG.SAPUSERMANAGEMENT] handleRegularRecon method is started
    2011-07-18 11:59:10,099 INFO [XL_INTG.SAPUSERMANAGEMENT] processChange method is started
    2011-07-18 11:59:10,099 INFO [XL_INTG.SAPUSERMANAGEMENT] Recon From Date:Mon Jul 18 11:50:46 CEST 2011
    2011-07-18 11:59:10,099 INFO [XL_INTG.SAPUSERMANAGEMENT] Recon To Date:Mon Jul 18 11:59:10 CEST 2011
    2011-07-18 11:59:10,099 INFO [XL_INTG.SAPUSERMANAGEMENT] Recon From Time:Mon Jul 18 11:50:46 CEST 2011
    2011-07-18 11:59:10,100 INFO [XL_INTG.SAPUSERMANAGEMENT] Recon To Time:Mon Jul 18 11:59:10 CEST 2011
    2011-07-18 11:59:10,105 ERROR [XL_INTG.SAPUSERMANAGEMENT] ProxyUserReconManager: java.lang.NullPointerException
         at com.sap.mw.jco.JCO$Function.<init>(JCO.java:18075)
         at com.thortech.xl.integration.sap.proxy.SAPProxyUserReconManager.processChange(SAPProxyUserReconManager.java:156)
         at com.thortech.xl.integration.sap.proxy.SAPProxyUserReconManager.handleRegularRecon(SAPProxyUserReconManager.java:549)
         at com.thortech.xl.schedule.tasks.SAPUserRecon.execute(SAPUserRecon.java:368)
         at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)
         at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
    2011-07-18 11:59:10,105 INFO [XL_INTG.SAPUSERMANAGEMENT] handleRegularRecon method ends
    2011-07-18 11:59:10,105 INFO [XL_INTG.SAPUSERMANAGEMENT] No of modified users for SAP SAP8 R3 IT Resource:0
    2011-07-18 11:59:10,244 INFO [XL_INTG.SAPUSERMANAGEMENT] START SAP Connection Close.
    2011-07-18 11:59:10,255 INFO [XL_INTG.SAPUSERMANAGEMENT] SAP Connection Close successfull.
    2011-07-18 11:59:10,255 INFO [XL_INTG.SAPUSERMANAGEMENT] Reconciliation is completed for :SAP8 R3 IT Resource
    2011-07-18 11:59:10,293 INFO [XL_INTG.SAPUSERMANAGEMENT] START SAP Connection Close.
    2011-07-18 11:59:10,293 INFO [XL_INTG.SAPUSERMANAGEMENT] SAP Connection Close successfull.

    Update SAP OIM add-on

  • "Unable to open config file" Error when starting tomcat

    hi all,
    Here is the output from two of the log files when I start tomcat4 on my linux box. I have configured the mod_jk on the tomcat side.
    From the output of the second log file, it seems that the ajp13 worker I defined was started successfully. What I don't understand is the following:
    1) In catalina.out, where des the line 'Unable to open config file' come from? Which config file?
    2) Tomcat4 is supposed to generate a mod_jk.conf automatically, but I don't see any file generated in 'conf/auto/'.
    Content of 'catalina.out'
    Unable to open config file
    Starting service Tomcat-Standalone
    Apache Tomcat/4.0.4
    Unable to open config file
    Starting service Tomcat-Apache
    Apache Tomcat/4.0.4content of 'catalina_log.2002-08-16.txt'
    2002-08-16 01:05:22 HttpConnector Opening server socket on all host IP addresses
    2002-08-16 01:05:28 Ajp13Connector[8009] Opening server socket on all host IP addresses
    2002-08-16 01:05:28 Ajp13Connector[8009] Starting background thread
    2002-08-16 01:05:29 Ajp13Processor[8009][0] Starting background thread
    2002-08-16 01:05:29 Ajp13Processor[8009][1] Starting background thread
    2002-08-16 01:05:29 Ajp13Processor[8009][2] Starting background thread
    2002-08-16 01:05:29 Ajp13Processor[8009][3] Starting background thread
    2002-08-16 01:05:29 Ajp13Processor[8009][4] Starting background thread

    I have all those files too.
    I think the 'config file' mentioned in the error log is the mod_jk.conf.
    On Jason Hunter's tomcat4 guide, it says don't use the tomcat4 RPM to installed. What is the difference bettween the RPM version and the tar.gz version? The only difference I can think of is that in the RPM version, the conf directory is in the 'etc/tomcat4/conf'. Could it be the reason that tomcat4 cannot read the config file? But it has no problem reading the server.xml though.

  • Running script for BP01 on OIM 11gR2 throws error

    Hi,
    we are trying to execute patch_oim_wls.sh on OIM clustered setup, but it its throwing the below error:
    patch_automtaion:
    check-wlfullclient-present:
    create-wls-jar:
    run-patched-sql-files:
    [sql] Executing resource: /IDM/Middleware/Oracle_OIM/server/db/oim/oracle/StoredProcedures/API/oim_fn_get_acc_keyfields.sql
    [sql] Executing resource: /IDM/Middleware/Oracle_OIM/server/db/oim/oracle/Upgrade/oim_upg_bp.sql
    [sql] 4 of 4 SQL statements executed successfully
    invoke-metadata-seeding:
    [exec] Jan 14, 2013 12:48:10 PM oracle.iam.oimupgrade.standalone.utils.WriteLog write
    [exec] SEVERE: oracle.mds.exception.MDSRuntimeException: MDS-00003: error connecting to the database
    [exec] Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLRecoverableException: IO Error: Unknown host specified
    [exec] Cannot get Connection from Datasource: java.sql.SQLRecoverableException: IO Error: Unknown host specified
    [exec]      at oracle.mds.internal.persistence.db.fcf.ConnectionManagerCallback.<init>(ConnectionManagerCallback.java:77)
    [exec]      at oracle.mds.persistence.stores.db.DBMetadataStore.checkRepositoryCompatibility(DBMetadataStore.java:1020)
    [exec]      at oracle.mds.persistence.stores.db.DBMetadataStore.checkCompatibility(DBMetadataStore.java:1285)
    Note: I am able to connect to the database server using SQL developer
    Please help

    Yes,
    The details are correct.
    mdsDB.user=DEV_MDS
    #Password is optional, if you want to give it on terminal itself leave it commented. Otherwise uncomment it.
    #mdsDB.password=<enter-pasword>
    mdsDB.host=abc.com
    mdsDB.port=1521
    mdsDB.serviceName=service1
    I am able to connect to DB with these details from SQL developer.
    Any idea, why seeding is not happening?

  • OIM-OAM integration error

    Have the following:
    OAM - 11.1.1.5
    OIM - 11.1.2
    Following this guide - http://docs.oracle.com/cd/E27559_01/integration.1112/e27123/oim.htm#CHDHGEHJ
    While running idmConfigTool.sh -configOIM script, I get the following errors:
    Mar 13, 2013 10:43:03 AM oracle.idm.automation.impl.oim.handlers.OIMIntegrationHandler performConfigOIMOperations
    WARNING: java.lang.UnsupportedOperationException: Could not find MBean operation "registerThirdPartyTAPPartner(java.lang.String, java.lang.String, java.lang.String, java.lang.String)" for MBean registered un
    der "com.oracle.oam:name=OamWLST,type=oam.wlst,Application=oam_admin,ApplicationVersion=11.1.1.3.0" and implemented by "class oracle.security.am.wlst.management.FoundationConfigMXBeanImpl"
    ~
    Has anyone seen this? Please let me know. I confirmed from support earlier that OAM 11.1.1.5 is supported for integration with OIM 11.1.2.
    Thanks.

    This is a bug. Patch 12733108 (OAM BP02) has to be applied. The script worked fine after the patch.
    Sunil.

  • Error while accessing OIM UI - OracleJSP error: oracle.jsp.parse.JspParseException

    We have 3 nodes of OIM servers in our clustered production environment. While accessing OIM server on first node, following error is coming in the browser window -
    OracleJSP error: oracle.jsp.parse.JspParseException:
    /oracle/iam/ui/main/signin.jspx: Line # 5, &amp;amp;amp;lt;af:document id="d1" initialFocusId="pt1:_pt_it1" theme="light" title="#{uiBundle['IDENTITY_SELF_SERVICE_TITLE']}"&amp;amp;amp;gt;
    Error: Encountered deferred syntax #{ in template text. If intended as a literal, escape it or set directive deferredSyntaxAllowedAsLiteral
    The OIM UI is accessible on the other 2 nodes. There are no changes made in the environment. I have also attached the OIM diagnostic logs for your analysis.
    Please let us know the steps to resolve this issue in production environment.

    No..
    I have followed the way to add JSF libray,
    1)Right click the projet->project properties->javadoc->JSP taglibraries
    2)Inside the Distributed Library i have selected the JSTL core 1.2 and click on add.
    3) Then a new dialogue box of Choose tablibraries came.inside that only struts bean,struts Html etc are seeing.
    What i need to select?..Do i am following the right way?
    Please help..

Maybe you are looking for