SOA-INFRA is in FAILED state while upgrading the Oracle Identity Manager to 11.1.1.5

This issue ocurred when we were trying to Upgrade our OIM to version 11.1.1.5.
The installation of all the suites went fine(Oracle IDAM 11.1.1.5 and SOA Suite 11.1.1.5). The domain is also created and schemas are also upgraded. But when we create a domain , in the created domain, the SOA_INFRA applicaiton comes in the failed start, although the soa server comes up in running state.
Please find the logs below (found during server startup):
<Jul 31, 2013 12:19:36 PM BST> <Error> <org.springframework.web.context.ContextLoader> <BEA-000000> <Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SensorManager' defined in ServletContext resource [/WEB-INF/fabric-config-core.xml]: Cannot resolve reference to bean 'FabricMesh' while setting bean property 'fabricMesh'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMesh': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FabricMeshTarget' defined in ServletContext resource [/WEB-INF/fabric-config.xml]: Cannot resolve reference to bean 'SpringServiceEngine' while setting bean property 'serviceEngines' with key [6]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [oracle.integration.platform.blocks.java.SpringServiceEngine] for bean with name 'SpringServiceEngine' defined in ServletContext resource [/WEB-INF/fabric-config.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: weblogic/sca/api/ScaReferenceProcessor
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
        at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
        at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
        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)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
        at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
        at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:308)
        at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:947)
        at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.jav
The following link was following for the upgrade.
http://docs.oracle.com/cd/E23943_01/upgrade.1111/e10129/upgrade_oim.htm
Any help will be much appreciated.

Hi,
I found the solution to my problem in the following link:
http://blog.darwin-it.nl/2012/05/im-helping-my-new-customer-in-migrating.html
Regards,
Jeegar

Similar Messages

  • Class loading issue while upgrading from SJS Identity Manager 6.0 to 7.1

    Hi,
    I am trying to upgrade my SJS Identity Manager 6.0 installation to 7.1 version.
    My setup for same includes:
    OS: Suse Linux 9 Enterprise Server
    Identity Repository: Oracle 9i
    SJS Identity Manager 6.0 to 7.1
    Application Server: Weblogic AS 8.1.4
    Problem Description: When I tried to deploy my IDM installation on Weblogic after the upgrade process, it fails with following stack trace on the console:
    Caused by: java.lang.NoClassDefFoundError: javax/management/NotificationEmitter
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at com.waveset.task.TaskManager.<init>(TaskManager.java:96)
    at com.waveset.server.Server.init(Server.java:567)
    at com.waveset.server.Server.start(Server.java:237)
    at com.waveset.server.Server.getServer(Server.java:826)
    at com.waveset.server.Server.getServer(Server.java:803)
    at com.waveset.server.StartupServlet.startServer(StartupServlet.java:441)
    at com.waveset.server.StartupServlet.init(StartupServlet.java:116)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java: 1028)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:32 1)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:904)
    ... 21 more
    Where can I find this class?
    Please help.

    Hi,
    I am trying to upgrade my SJS Identity Manager 6.0 installation to 7.1 version.
    My setup for same includes:
    OS: Suse Linux 9 Enterprise Server
    Identity Repository: Oracle 9i
    SJS Identity Manager 6.0 to 7.1
    Application Server: Weblogic AS 8.1.4
    Problem Description: When I tried to deploy my IDM installation on Weblogic after the upgrade process, it fails with following stack trace on the console:
    Caused by: java.lang.NoClassDefFoundError: javax/management/NotificationEmitter
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at com.waveset.task.TaskManager.<init>(TaskManager.java:96)
    at com.waveset.server.Server.init(Server.java:567)
    at com.waveset.server.Server.start(Server.java:237)
    at com.waveset.server.Server.getServer(Server.java:826)
    at com.waveset.server.Server.getServer(Server.java:803)
    at com.waveset.server.StartupServlet.startServer(StartupServlet.java:441)
    at com.waveset.server.StartupServlet.init(StartupServlet.java:116)
    at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java: 1028)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:32 1)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:904)
    ... 21 more
    Where can I find this class?
    Please help.

  • Error while installing oracle identity manager

    Im using windows installer. I get error below when installing Oracle Identity Manager, any idea to solve this?
    Following Error occured during schema creation connected
    ERROR loading database script C:\oracle identity manager\OIM9.0.1.1\installServer\Xellerate/db/oracle/xell.sql!
    Please contact your DBA! ORA-06550: line 1,
    column 7: PLS-00905: object KOD.PIN_OBJ is invalid ORA-06550: line 1,
    column 7: PL/SQL: Statement ignored [12/13/06 11:36 AM]
    ------------------------------------------------------------------------------

    Hi,
    I got the same error:
    Following Error occurred during schema creation connectedError loading database scriptD:\appl\OIM_902_RC\OIM_902_RC\installServer\Xellerate/db/oracle/xell.sqlPlease contact your DBA!ORA-06550: line 1, column 7: PLS-00905: object VIM_ADMIN.PIN_OBJ is invalid ORA-06550: line 1, column 7: PL/SQL: Statement ignored [12/8/06 5:57 PM]      
    But I could fix it by dropping the schema and recreate it by only executing the prepare_xl_db.sh script as dba user on database server:
    1.     Copy the scripts prepare_xl_db.sh and xell_db_prepare.sql from the distribution CD/Directory to a directory on the machine hosting the database where there is (as the account user performing this task) write permission.
    2.     Run the prepare_xl_db.sh script by entering the following command:
    ./prepare_xl_db.sh
    3.     Provide information appropriate for the database and host machine when the script prompts for the following items:
    •     The location of the Oracle home (ORACLE_HOME)
    •     The name of the database (ORACLE_SID)
    •     The name of the Oracle Identity Manager database user to be created
    •     The password for the Oracle Identity Manager database user
    •     The name of the tablespace to be created for storing Oracle Identity Manager data
    •     The directory in which to store the data file for the Oracle Identity Manager tablespace
    •     The name of the data file ( no need to append the .dbf extension)
    •     The name of the temporary tablespace
    4.     Check the prepare_xell_db.lst log file located in the directory where the xell_db_prepare script was run from to see execution status and additional information.

  • Soa-infra deployment is down for one of the servers in Cluster

    Hi All,
    We have upgraded our system from PS2 to PS5.
    It is a Cluster environment which is having 2 nodes (soa_server1 and soa_server2)
    We have figured out that soa-infra deployment for soa_server2 displaying 'Down (Down red color arrow)' in em.
    When I try to start up trough the em, getting below error.
    Invoking Start Up operation for application soa-infra on target soa_server2.
    [Deployer:149193]Operation 'start' on application 'soa-infra' has failed on 'soa_server2'
    [Deployer:149034]An exception occurred for task [Deployer:149026]start application soa-infra on soa_server2.: Exception preparing module: EJBModule(oracle.bpm.bpm-services.ejb.jar)
    Unable to deploy EJB: SecurityServiceBean from oracle.bpm.bpm-services.ejb.jar:
    [EJB:011055]Error deploying the EJB 'SecurityServiceBean(Application: soa-infra, EJBComponent: oracle.bpm.bpm-services.ejb.jar)', the JNDI name 'ejb/bpm/services/SecurityServiceBean' is already in use. You must set a different JNDI name in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB before it can be deployed.
    Operation Start Up on target soa-infra Failed. Please see error logs for details.
    Below error is there in the server log files.
    <Error><Cluster><BEA-000140><Failed to deserialize statedump from server <IP of primary server><IP of secondary server> domain:soa_server1 with java.lang.ClassNotFound
    java.lang.ClassNotFoundException.oracle.bpm.bpmn.engine.instanceManagementServiceRemote ............
    We have done the steps in doc ID 1474558.1 also.
    Still getting the error.
    We cannot deploy bpmn projects since
    Any quick Response greatly appreciated.
    Thanks,
    Nir....

    Hi Vishal ,
      Thanks for your reply. I tried searching for  them but couldn't find any.
    Regards,
    Tripti.

  • Error while executing SSIS Package after upgrading the Oracle Client

    Hello,
    I am running to the below error after we upgraded the Oracle client to 11g from 10g. The source of the Data is Oracle database . Looked online but each error is pointing towards different route, Confused here any help is very much appreciated. Have to say
    I am not a pro with SSIS.
    SSIS package "Bentek_ISO_Package (2).dtsx" starting.
    Information: 0x4004300A at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Information: 0x4004300A at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Warning: 0x80049304 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available.  To resolve, run this package as an administrator,
    or on the system's console.
    Information: 0x40043006 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Prepare for Execute phase is beginning.
    Information: 0x40043007 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Pre-Execute phase is beginning.
    Error: 0xC0202009 at Temp_tbl Injection Data Flow Task, OLE DB Source [1]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E14.
    An OLE DB record is available.  Source: "OraOLEDB"  Hresult: 0x80040E14  Description: "ORA-12801: error signaled in parallel query server P183, instance *****:qrmgmt2 (2)
    ORA-01861: literal does not match format string".
    An OLE DB record is available.  Source: "OraOLEDB"  Hresult: 0x80004005  Description: "ORA-12801: error signaled in parallel query server P183, instance ****:qrmgmt2 (2)
    ORA-01861: literal does not match format string".
    Error: 0xC004701A at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: component "OLE DB Source" (1) failed the pre-execute phase and returned error code 0xC0202009.
    Information: 0x4004300B at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: "component "OLE DB Destination" (52)" wrote 0 rows.
    Information: 0x40043009 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Cleanup phase is beginning.
    Task failed: Temp_tbl Injection Data Flow Task
    Warning: 0x80019002 at *******: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches
    the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "****** (2).dtsx" finished: Failure.

    Do you have any Date conversion functions in your Oracle datetime fields? I did run into a similar issue when we upgraded the oracle client and the provider started to decipher the metadata of the date columns. The SSIS metadata conversion for the date
    columns yielded dates that were not valid. I had to update my queries to use the TO_CHAR conversion to bring it out as a string and then save it to the date field.
    TO_CHAR (DATE, 'MM/DD/YYYY HH24:MI:SS')
    Regards, Dinesh

  • Error while upgrading the patch from RMS 13.1.1.1 to RMS 13.1.1.2

    Hi,
    While upgrading the rms dbschema from 13.1.1.1 to RMS 13.1.1.2 we are getting the following error update ALC_FREIGHT_COST table or view doesnt exist.
    We have checked the data model of rms 13.1.1 and rms 13.1.2 and we couldnt find the table "ALC_FREIGHT_COST."
    So anybody could give suggestions on this.
    Appreciate your help
    Thanks,
    Suresh

    I'd ignore the error for the moment and file an SR with OracleSupport to make them aware of the issue and release a better script - all of this assuming that your 13.1.1 starting point is valid and correctly installed.
    Additionally you can locate the SQL upgrade script that is actually trying to do something on the mentioned table, and grasp what it is trying to achieve and how relevant that is for you.
    The table exists in our 13.0.3 setup. The release notes of 13.1.0 mention a rework of cost component functionality, so seems like it was deprecated in that release.
    Best regards,
    Erik

  • Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7

    Hi Techys,
    Kindly help me to resolve the below issue
    "Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7"
    Many Thanks,
    Madhu

    Hi,
    Follow this link for smooth installation for SP 2010 on Win 7.
    http://msdn.microsoft.com/en-us/library/office/ee554869(v=office.14).aspx
    Murugesa Pandian.,MCTS|App.Development|Configure

  • Error while upgrading the NW04 engine

    Hi All,
    I got following error while upgrading the NW04 engine. "error while reading sdmrepository.sdc file. return code 16."
    I tried from stand alone. same issue. It would be great if somebody gives solution quickly.
    Thanks
    Vincent

    Hi ,
    even if you start the mode in either standalone or integrated your SDM won't start completely and shows the above error.
    check for sdmrepository.sdc file under <Drive>:\usr\sap\<SAP_ID>\JC<Instance_ID>\SDM\program\config\
    sdc file might got corrupted or it's size would have got reduced. even if you run sdm in standalone or integrated,
    you will get the same error.
    Solution is to compare with the backup file that sapinst created everytime while upgarding the engine in the same folder and
    replace the latest with the current.then your problem is solved.
    hope that helps.reward points if it helps

  • How to deal with  time zone while upgrading the database?

    Hi,
    How to deal with time zone while upgrading the database?
    Thanks
    Edited by: user12135020 on Jul 4, 2011 3:06 AM

    Hello,
    I answered to a Wrong post.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Jul 4, 2011 12:15 PM

  • Error when upgrading Oracle Identity Manager 9.1.0.1 to OIM 9.1.0.2

    Hello friends,
    I upgraded Oracle Identity Manager 9.1.0.1 to Oracle Identity Manager 9.1.0.2,after the running the command to apply the patch:
    OIM_HOME/xellerate/setup/patch_weblogic.cmd/sh WEBLOGIC_ADMIN_PASSWORD OIM_DB_USER_PASSWORD
    I get the error:
    [wldeploy] [BasicOperation.execute():445] : Initiating deploy operation for app, Xellerate, on targets:
    [wldeploy] [BasicOperation.execute():447] : AdminServer
    [wldeploy] Task 2 initiated: [Deployer:149026]deploy application Xellerate on AdminServer.
    [wldeploy] dumping Exception stack
    [wldeploy] Task 2 failed: [Deployer:149026]deploy application Xellerate on AdminServer.
    [wldeploy] Target state: deploy failed on Server AdminServer
    [wldeploy]
    [wldeploy]
    [wldeploy] There are 2 nested errors:
    [wldeploy]
    [wldeploy] weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the remote interface either does not exist in the bean class, or it is not a public method. Each method in the remote interface must have a corresponding public method in the bean class.
    [wldeploy] and
    [wldeploy]
    [wldeploy] weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the local interface either does not exist in the bean class, or it is not a public method. Each method in the local interface must have a corresponding public method in the bean class.
    [wldeploy] Target Assignments:
    [wldeploy] + Xellerate AdminServer
    [wldeploy] weblogic.deploy.api.tools.deployer.DeployerException: Task 2 failed: [Deployer:149026]deploy application Xellerate on AdminServer.
    [wldeploy] Target state: deploy failed on Server AdminServer
    [wldeploy]
    [wldeploy]
    [wldeploy] There are 2 nested errors:
    [wldeploy]
    [wldeploy] weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the remote interface either does not exist in the bean class, or it is not a public method. Each method in the remote interface must have a corresponding public method in the bean class.
    [wldeploy] and
    [wldeploy]
    [wldeploy] weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the local interface either does not exist in the bean class, or it is not a public method. Each method in the local interface must have a corresponding public method in the bean class.
    [wldeploy] [ServerConnectionImpl.close():332] : Closing DM connection
    [wldeploy] [ServerConnectionImpl.close():352] : Unregistered all listeners
    [wldeploy] [ServerConnectionImpl.closeJMX():372] : Closed JMX connection
    [wldeploy] [ServerConnectionImpl.closeJMX():384] : Closed Runtime JMX connection
    [wldeploy] [ServerConnectionImpl.closeJMX():396] : Closed Edit JMX connection
    [ant] Exiting C:\oracle\xellerate\setup\weblogic-setup.xml.
    BUILD FAILED
    C:\oracle\xellerate\Setup\setup.xml:448: The following error occurred while executing this line:
    C:\oracle\xellerate\setup\weblogic-setup.xml:310: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 2 failed: [Deployer:149026]deploy application Xellerate on AdminServer.
    Target state: deploy failed on Server AdminServer
    There are 2 nested errors:
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the remote interface either does not exist in the bean class, or it is not a public method. Each method in the remote interface must have a corresponding public method in the bean class.
    and
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the local interface either does not exist in the bean class, or it is not a public method. Each method in the local interface must have a corresponding public method in the bean class.
    Caused by: C:\oracle\xellerate\setup\weblogic-setup.xml:310: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 2 failed: [Deployer:149026]deploy application Xellerate on AdminServer.
    Target state: deploy failed on Server AdminServer
    There are 2 nested errors:
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the remote interface either does not exist in the bean class, or it is not a public method. Each method in the remote interface must have a corresponding public method in the bean class.
    and
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the local interface either does not exist in the bean class, or it is not a public method. Each method in the local interface must have a corresponding public method in the bean class.
    Caused by: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 2 failed: [Deployer:149026]deploy application Xellerate on AdminServer.
    Target state: deploy failed on Server AdminServer
    There are 2 nested errors:
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the remote interface either does not exist in the bean class, or it is not a public method. Each method in the remote interface must have a corresponding public method in the bean class.
    and
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the local interface either does not exist in the bean class, or it is not a public method. Each method in the local interface must have a corresponding public method in the bean class.
    Caused by: weblogic.deploy.api.tools.deployer.DeployerException: Task 2 failed: [Deployer:149026]deploy application Xellerate on AdminServer.
    Target state: deploy failed on Server AdminServer
    There are 2 nested errors:
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the remote interface either does not exist in the bean class, or it is not a public method. Each method in the remote interface must have a corresponding public method in the bean class.
    and
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the local interface either does not exist in the bean class, or it is not a public method. Each method in the local interface must have a corresponding public method in the bean class.
    --- Nested Exception ---
    C:\oracle\xellerate\setup\weblogic-setup.xml:310: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 2 failed: [Deployer:149026]deploy application Xellerate on AdminServer.
    Target state: deploy failed on Server AdminServer
    There are 2 nested errors:
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the remote interface either does not exist in the bean class, or it is not a public method. Each method in the remote interface must have a corresponding public method in the bean class.
    and
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the local interface either does not exist in the bean class, or it is not a public method. Each method in the local interface must have a corresponding public method in the bean class.
    Caused by: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 2 failed: [Deployer:149026]deploy application Xellerate on AdminServer.
    Target state: deploy failed on Server AdminServer
    There are 2 nested errors:
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the remote interface either does not exist in the bean class, or it is not a public method. Each method in the remote interface must have a corresponding public method in the bean class.
    and
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the local interface either does not exist in the bean class, or it is not a public method. Each method in the local interface must have a corresponding public method in the bean class.
    Caused by: weblogic.deploy.api.tools.deployer.DeployerException: Task 2 failed: [Deployer:149026]deploy application Xellerate on AdminServer.
    Target state: deploy failed on Server AdminServer
    There are 2 nested errors:
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the remote interface either does not exist in the bean class, or it is not a public method. Each method in the remote interface must have a corresponding public method in the bean class.
    and
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the local interface either does not exist in the bean class, or it is not a public method. Each method in the local interface must have a corresponding public method in the bean class.
    --- Nested Exception ---
    weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 2 failed: [Deployer:149026]deploy application Xellerate on AdminServer.
    Target state: deploy failed on Server AdminServer
    There are 2 nested errors:
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the remote interface either does not exist in the bean class, or it is not a public method. Each method in the remote interface must have a corresponding public method in the bean class.
    and
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the local interface either does not exist in the bean class, or it is not a public method. Each method in the local interface must have a corresponding public method in the bean class.
    Caused by: weblogic.deploy.api.tools.deployer.DeployerException: Task 2 failed: [Deployer:149026]deploy application Xellerate on AdminServer.
    Target state: deploy failed on Server AdminServer
    There are 2 nested errors:
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the remote interface either does not exist in the bean class, or it is not a public method. Each method in the remote interface must have a corresponding public method in the bean class.
    and
    weblogic.ejb.container.compliance.ComplianceException: In EJB tcGroupOperations, method getMemberGroups(long,int,int,java.lang.String,boolean) defined in the local interface either does not exist in the bean class, or it is not a public method. Each method in the local interface must have a corresponding public method in the bean class.
    Total time: 4 minutes 35 seconds
    How do I deal with this question?
    Thanks.

    This error generally occur if your server is up and you are running patch for upgrade, and its very common error.
    follow the troubleshoot step and get it done.
    page 36
    Troubleshooting the Application of the Patch on Oracle WebLogic Server
    http://docs.oracle.com/cd/E14899_01/doc.9102/e14764.pdf

  • Upgrade Oracle Identity Manager Middle Tier (oim 9.1 Upgrade to oim 11g)

    Hi All,
    Our environment details are
    OIm 11.1.1.5.0 and SOA 11.1.1.5.0
    DB: Oracle 11.2
    OS: Linux redhat 5 x86_64bit
    AppServer: Weblogic 10.3.5 (64 bit)
    We are upgrading oim 9.1 to oim 11.1.1.5, followed the tasks explained in the link (http://download.oracle.com/docs/cd/E21764_01/upgrade.1111/e10129/upgrade_oim.htm#CACGDIEJ) and completed till task 12 (13.14 Task 12: Use Upgrade Assistant to Upgrade Oracle Identity Manager Middle Tier). But task 12 has completed with failed status. the log information is as follows
    [2011-08-22T14:21:32.224-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: Unable to delete backup profile : /db/AD Group_backup, moving forward ...
    [2011-08-22T14:21:32.226-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: Unable to delete, as profile does not exist : /db/AD Group moving forward ...
    [2011-08-22T14:21:32.227-04:00] [iam] [NOTIFICATION] [IAM-5012124] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Failed to load profile from MDS /db/AD Group. Error is oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/db/AD Group".
    [2011-08-22T14:21:32.227-04:00] [iam] [NOTIFICATION] [IAM-5012124] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Failed to load profile from MDS /db/AD Group_backup. Error is oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/db/AD Group_backup".
    [2011-08-22T14:21:32.227-04:00] [iam] [NOTIFICATION] [IAM-5012122] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Reading configurations from the database for object name AD Group
    [2011-08-22T14:21:32.234-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: tos not null
    [2011-08-22T14:21:32.236-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: ostkey:74
    [2011-08-22T14:21:32.236-04:00] [iam] [NOTIFICATION] [IAM-5012121] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Form Details: SDK form name:UD_ADGRP
    [2011-08-22T14:21:34.150-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000J7mi8HN8xkc5Ljl3ie1EKdmn00000K,0] Generic Information: Operation CREATE on MetadataObject /db/AD Group
    [2011-08-22T14:21:34.165-04:00] [iam] [NOTIFICATION] [IAM-5012131] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000J7mi8HN8xkc5Ljl3ie1EKdmn00000K,0] Performing XML schema validation on AD Group
    [2011-08-22T14:21:36.479-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: oracle.iam.platform.entitymgr.NoSuchEntityException: RA_ADGROUP9
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: null
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] field:RECON_INSTANCETYPE field type:String desc:Group Type
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] schema str size:0
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] field:RECON_CN field type:String desc:Group Display Name
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] schema str size:0
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] field:RECON_OBJECTGUID field type:String desc:Object GUID
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] schema str size:0
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] field:RECON_ITRESOURCE15641F83 field type:string desc:null
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] schema str size:0
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] field:RECON_GROUPNAMEBFB9FBCC field type:String desc:Group Name
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] schema str size:0
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] field:RECON_ORGANIZATIONNAMEB47A7958 field type:String desc:Organization Name
    [2011-08-22T14:21:36.539-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] schema str size:0
    [2011-08-22T14:21:36.695-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: {0}[[
    oracle.mds.exception.MDSRuntimeException: MDS-00173: Attribute name of element attribute in document /db/RA_ADGROUP9.xml has a null value.
    at oracle.mds.internal.persistence.db.shredded.DocumentParser.startElementAttrs(DocumentParser.java:1063)
    at oracle.mds.internal.persistence.db.shredded.DocumentParser.startElement(DocumentParser.java:330)
    at oracle.mds.internal.persistence.db.shredded.ShreddedReposAccess.tourDocument(ShreddedReposAccess.java:1090)
    at oracle.mds.internal.persistence.db.shredded.ShreddedReposAccess.tourDocument(ShreddedReposAccess.java:1091)
    at oracle.mds.internal.persistence.db.shredded.ShreddedReposAccess.tourDocument(ShreddedReposAccess.java:1091)
    at oracle.mds.internal.persistence.db.shredded.ShreddedReposAccess.createDocumentParser(ShreddedReposAccess.java:1066)
    at oracle.mds.internal.persistence.db.shredded.ShreddedDBMSConnection.createDocumentParser(ShreddedDBMSConnection.java:400)
    at oracle.mds.internal.persistence.db.BaseDBMSConnection.createDocWithComment(BaseDBMSConnection.java:729)
    at oracle.mds.internal.persistence.db.BaseDBMSConnection.createStoreDocument(BaseDBMSConnection.java:690)
    at oracle.mds.persistence.DelegatingMetadataStoreConnection.createStoreDocument(DelegatingMetadataStoreConnection.java:260)
    Please suggest me.
    Thanks.
    Edited by: user13285646 on Aug 22, 2011 8:23 PM

    I got similar error when I did Database Middle Tier upgrade from 9.1.0.2 to OIM11g 11.1.1.5.
    [2012-01-04T08:58:28.085+13:00] [iam] [NOTIFICATION] [IAM-5012124] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Failed to load profile from MDS /db/AD User Trusted. Error is oracle.mds.core.MetadataNotF
    oundException: MDS-00013: no metadata found for metadata object "/db/AD User Trusted".
    [2012-01-04T08:58:28.100+13:00] [iam] [NOTIFICATION] [IAM-5012131] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Performing XML schema validation on AD User Trusted
    [2012-01-04T08:58:28.192+13:00] [iam] [NOTIFICATION] [IAM-5012122] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Reading configurations from the database for object name AD User Trusted
    [2012-01-04T08:58:28.200+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Generic Information: tos not null
    [2012-01-04T08:58:28.201+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Generic Information: ostkey:54
    [2012-01-04T08:58:28.201+13:00] [iam] [NOTIFICATION] [IAM-5012121] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Form Details: SDK form name:USR
    [2012-01-04T08:58:28.227+13:00] [iam] [NOTIFICATION] [IAM-5012113] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Error while reading mapping rules from the database : java.lang.NullPointerException
    [2012-01-04T08:58:28.227+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Generic Information: {0}[[
    java.lang.NullPointerException
    at oracle.iam.reconciliation.impl.config.ReconAttribute.setCaseInsensitiveFlag(ReconAttribute.java:90)
    at oracle.iam.reconciliation.impl.config.AttrMappingsReader.createTargetAttribute(AttrMappingsReader.java:563)
    at oracle.iam.reconciliation.impl.config.AttrMappingsReader.readSingleValuedAttrs(AttrMappingsReader.java:461)
    at oracle.iam.reconciliation.impl.config.DBConfigReader.readReconConfigFromDB(DBConfigReader.java:60)
    at oracle.iam.reconciliation.impl.config.ProfileManager.createProfileFromDBConfig(ProfileManager.java:131)
    at oracle.iam.reconciliation.impl.config.ProfileManager.persistToXML(ProfileManager.java:239)
    at oracle.iam.reconciliation.impl.config.ProfileManager.lookupProfile(ProfileManager.java:203)
    at oracle.iam.reconciliation.impl.config.ReconPostImportConfigHandler.reconUpdate(ReconPostImportConfigHandler.java:117)
    at oracle.iam.reconciliation.impl.config.ReconPostImportConfigHandler.configure(ReconPostImportConfigHandler.java:110)
    at oracle.ias.upgrade.config.oim.feature.recon.ReconUpgrade.doUpgrade(ReconUpgrade.java:78)
    at oracle.ias.upgrade.config.oim.OIMFeatureUpgradePlugin.doUpgrade(OIMFeatureUpgradePlugin.java:752)
    at oracle.ias.upgrade.config.oim.OIMFeatureUpgradeItem.doUpgrade(OIMFeatureUpgradeItem.java:80)
    at oracle.ias.upgrade.config.oim.OIMConfigUpgrade.doUpgrade(OIMConfigUpgrade.java:179)
    at oracle.ias.upgrade.UpgradeSupport.doUpgrade(UpgradeSupport.java:1823)
    at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:503)
    [2012-01-04T08:58:28.375+13:00] [iam] [NOTIFICATION] [IAM-5012124] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Failed to load profile from MDS /db/AD User. Error is oracle.mds.core.MetadataNotFoundExce
    ption: MDS-00013: no metadata found for metadata object "/db/AD User".
    [2012-01-04T08:58:28.380+13:00] [iam] [NOTIFICATION] [IAM-5012131] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Performing XML schema validation on AD User
    [2012-01-04T08:58:28.459+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation DELETE on MetadataObject /db/AD User Trusted_backup
    [2012-01-04T08:58:28.459+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation DELETE on MetadataObject /db/AD User Trusted
    [2012-01-04T08:58:28.459+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation CREATE on MetadataObject /db/AD User Trusted_backup
    [2012-01-04T08:58:28.459+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation CREATE on MetadataObject /db/AD User Trusted
    [2012-01-04T08:58:28.472+13:00] [iam] [NOTIFICATION] [IAM-5012131] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Performing XML schema validation on AD User Trusted
    [2012-01-04T08:58:28.529+13:00] [iam] [NOTIFICATION] [IAM-5012122] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Reading configurations from the database for object name AD User
    [2012-01-04T08:58:28.537+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Generic Information: tos not null
    [2012-01-04T08:58:28.540+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Generic Information: ostkey:63
    [2012-01-04T08:58:28.540+13:00] [iam] [NOTIFICATION] [IAM-5012121] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Form Details: SDK form name:UD_ADUSER
    [2012-01-04T08:58:28.584+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation DELETE on MetadataObject /db/AD User_backup
    [2012-01-04T08:58:28.584+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation DELETE on MetadataObject /db/AD User
    [2012-01-04T08:58:28.584+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation CREATE on MetadataObject /db/AD User_backup
    [2012-01-04T08:58:28.604+13:00] [iam] [NOTIFICATION] [IAM-5012113] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Error while reading mapping rules from the database : java.lang.NullPointerException
    [2012-01-04T08:58:28.604+13:00] [iam] [NOTIFICATION] [IAM-5012113] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Error while reading mapping rules from the database : java.lang.NullPointerException
    [2012-01-04T08:58:28.604+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Generic Information: {0}[[
    java.lang.NullPointerException
    at oracle.iam.reconciliation.impl.config.ReconAttribute.setCaseInsensitiveFlag(ReconAttribute.java:90)
    at oracle.iam.reconciliation.impl.config.AttrMappingsReader.createTargetAttribute(AttrMappingsReader.java:563)
    at oracle.iam.reconciliation.impl.config.AttrMappingsReader.readSingleValuedAttrs(AttrMappingsReader.java:461)
    at oracle.iam.reconciliation.impl.config.DBConfigReader.readReconConfigFromDB(DBConfigReader.java:60)
    Have you got any progress for your issue from Oracle?
    Huaikun Lin
    Jan 04 2012

  • Problem calling web service: Error while getting the ORACLE user account

    Hi All!
    I was able to call the service EGO_ITEM_PUB-PROCESS_ITEM, but after implemented some patches, suddenly I get this error as result:
    - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    - <env:Body>
    - <OutputParameters xmlns="http://xmlns.oracle.com/apps/ego/soaprovider/plsql/ego_item_pub/process_item__1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <X_INVENTORY_ITEM_ID xsi:nil="true" />
    <X_ORGANIZATION_ID xsi:nil="true" />
    <X_RETURN_STATUS>U</X_RETURN_STATUS>
    <X_MSG_COUNT>1</X_MSG_COUNT>
    <X_MSG_DATA>Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.</X_MSG_DATA>
    </OutputParameters>
    </env:Body>
    </env:Envelope>
    Any ideas?
    Thanks,
    Konrad

    hsawwan wrote:
    Hi,
    I was able to call the service EGO_ITEM_PUB-PROCESS_ITEM, but after implemented some patches, What are those patches?
    # Patch 8407693:R12.TXK.B ISG: Service Generation Failure - Java Compiler Could Not be Found
    # Patch 8459663:R12.OWF.B : Mandatory Consolidated One-Off Fixes for ISG on Top of 12.1.1
    # Patch 8916358:R12.OWF.B : Service Timeout When Invoking Services Deployed to Integrated SOA Gateway
    # Patch 9349321:R12.OWF.B : Issue with item Bulk Load in Oracle Product Hub PIP 2.4
    # Patch 9446625:R12.FND.B : 1OFF:8995921:12.1.1:12.1.1:PERF : LoginModules Performance Issue
    # Patch 9070077:R12.OWF.B : 1OFF:9045280:12.1.1:12.1.1:Invoking a Web Service Requires NLS Lang When It Should be Optional
    # Patch 9153106:R12.OWF.B : IREP_Parser.PL Exits with GETPWUID Function IS Unimplemented in PARSER.PM -> Wichtig für ISG (für custom pl/sqls im ISG)
    # Patch 9004712:R12.OWF.B : One-Off for IREP PARSER on Top of Oracle E-Business Suite Release 12.1.1 -> Wichtig für ISG (für custom pl/sqls im ISG)
    IAS:
    # Patch 8607523 for the AS version 10.1.3.4
    Oracle Support told me that I need this patches because of some other problem (generating wsdl and deploy for BOM_BO_PUB package does not work in my environment) and since that, the process_item call stopped working!
    btw: The EGO_ITEM_PUB-PROCESS_ITEM call for an existing item still works (I can modify the description), but creating a new item does not work anymore. Here are the parameters I send to the web service:
    Header:
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:UsernameToken>
    <wsse:Username>sysadmin</wsse:Username>
    <wsse:Password
    Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">sysadmin</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    <q0:SOAHeader/>
    Body:
    <q1:InputParameters>
    <q1:P_API_VERSION>1.0</q1:P_API_VERSION>
    <q1:P_INIT_MSG_LIST>T</q1:P_INIT_MSG_LIST>
    <q1:P_COMMIT>T</q1:P_COMMIT>
    <q1:P_TRANSACTION_TYPE>CREATE</q1:P_TRANSACTION_TYPE>
    <q1:P_ITEM_NUMBER>KHR_WS_05</q1:P_ITEM_NUMBER>
    <q1:P_DESCRIPTION>desc2</q1:P_DESCRIPTION>
    </q1:InputParameters>
    Thanks,
    Konrad

  • Error while installing Oracle identity Management Suite 11.1.1.2.0.

    Hi,
    I am installing Oracle Identity Federation in that i am getting following issue while configuring the tools in Oracle Identity Management Suite 11.1.1.2.0.
    "Error Starting Managed Server wls_oif1.
    Cause:
    An internal error has occured : Managed Server didn't start in RUNNING mode"
    Can anyone please help me to solve this issue.
    -Sri

    Hi,
    The pre-req is that it should be minimum 2GB RAM.
    Also please try starting the server manually and stop the server and then Retry in the install wizard.
    Thanks,
    Mahendra.

  • Error while installing OFM 11g - Oracle Identity management suite 11g

    Hi,
    I am getting following error while installing Oracle Identity management suite 11g (Oracle Internet Directory & Oracle Virtual Directory) on Red Hat Linux 5.0.
    "Error in invoking target 'client_sharedlib' of makefile '/apps/idm/Oracle/OracleHome/Oracle_Home/rdbms/lib/ins_rdbms.mk"
    the same error is repeating for others also i.e. 'all', 'install" etc.
    Can you advice me how to overcome this?
    Regards
    Chinta

    Hi Chinta,
    Pl. check for all gcc and glibc OS packages compatibility with your your OS. This will solve your problem.
    Also check that you are not installing a 32 bit IM software on a 64 bit machine or viceversa.
    regards,
    Sailesh

  • Error while starting the Oracle BI Server

    Hi ,
    I am getting the services.msc error while starting the Oracle BI Server as -
    Error handling the control request.
    Please help me out ..
    Thanks and Regards ,

    It is actually Windows services error that I am facing ....
    while starting the BI server after making any changes to NQS config file ..
    Could not start the Oracle BI Server service on Local Computer
    Error 1064: An exception occured in the service when handling the control request
    Message was edited by:
    user460211
    Message was edited by:
    user460211

Maybe you are looking for

  • Variable offset not working

    Hello Experts - I have a structure and a variable with single-value entry. The variable is on 0CALMONTH. If user input 06/2007, I wanted to see information for 06/2007, 05/2007, 04/2007. I'm using a variable offset. But my report output is always for

  • IMovie HD6 Importing 1080p video as 1080i

    I have a Canon Powershot S100 that shoots Full Hd at 1080p with 24 frames as .mov. The only import option in iMovie HD 6 for 1080 is 1080i. So I imported the 1080p as 1080i and exported the finished project as a "Full Quality" .mov file. The exported

  • JFormattedTextField - How to prevent typing of non-digits in the field?

    Hi, I am new to java and wan to know how to completely stop the user to be able to type anything, except digits in the text field. In other words, they should be able to type ONLY digits, nothing else. Thanks for any helpful inputs.

  • Images are fuzzy

    I am converting files containing psd images into pdfs using Acrobat 8. The images appear fuzzy in the pdfs. I know I sorted this out in Acrobat 6 but can't remember how and the help files are not very helpful. What should I do ?

  • Read a file having name (TACACS+ Accounting active.csv)  in java

    how to read a file having name (TACACS+ Accounting active.csv) in java through buffer reader