IOM 11 GR 2: problem of exportMetadata.sh

Hello Experts,

I try to export the MDS using exportMetadata.sh. I do the following:

1. go to * / users/IOM/Oracle/Middleware/Oracle_IDM1/common/bin * and run wlst.sh.

2. connect to the weblogic server using the command: connect('weblogicUserName', 'weblogicPassword', 't3://url:port')

3. run the export command:
exportMetadata(application='OIMMetadata',server='oim_server1',toLocation='/users/oim/mdsback')

I am facing the following trace:


Performing operation: exportMetadata.

Traceback (innermost last):
Folder "system <>", line 1, in?
File "/ users/oim/Oracle/Middleware/oracle_common/common/wlst/mdsWLSTCommands.py", line 257, exportMetadata
File "/ users/oim/Oracle/Middleware/oracle_common/common/wlst/mdsWLSTCommands.py", line 795, in executeAppRuntimeMBeanOperation
File "/ users/oim/Oracle/Middleware/oracle_common/common/wlst/mdsWLSTCommands.py", line 765, in getMDSAppRuntimeMBean
UserWarning: MDS-91002: execution of the MBean MDS Application for 'OIMMetadata' is not available. «exportMetadata» operation failed

Kindly help me out in the present.

You must run wlst.sh/users/IOM/Oracle/Middleware/oracle_common/common/bin/users/IOM/Oracle/Middleware/Oracle_IDM1/common/bin NO.

And you don't have to bounce the server after execution of this. And the rest of the commands are correct. Test of the path above.

Tags: Fusion Middleware

Similar Questions

  • Access service API IOM of composite SOA problem

    Hello

    I developed a process of approval in OIM 11 g and deployed on the server of the SOA. The composite has embeded inside JAVA code.
    I am able to connect using OIMClient, however, when I use the method oimClient.getService (oracle.iam.identity.usermgmt.api.UserManager.class); I'm a oracle.iam.platform.utils.NoSuchServiceException: javax.naming.NameNotFoundException exception.

    Any suggestions would be much appreciated.

    The code fragment is:

    customer. Login (oimUserName, oimPassword.toCharArray ());
    Logger.info ("< - GMICUSTOM - successful connection");

    obj = getVariableData ("managerLogin");
    String managerLogin = obj.toString ();
    Logger.info ("< Manager - GMICUSTOM - Login :"); ")

    obj = getVariableData ("beneficiaryLogin");
    String beneficiaryLogin = obj.toString ();
    Logger.info ("< - GMICUSTOM - beneficiary Login:" + beneficiaryLogin);

    Attempts to retrieve the if Manager Department Director ID id is null or empty
    If (managerLogin == null | managerLogin.trim (.equals(""))) {}
    userOperations = client.getService (oracle.iam.identity.usermgmt.api.UserManager.class) oracle.iam.identity.usermgmt.api.UserManager;
    ......

    There may be three reasons:

    1. you give bad URL for the connection. You will need to give Managed Server URL of IOM
    2. you copied the same JAR file on several sites.
    3. you have incorrectly set CLASSPATH (BPEL CLASSPATH)

    Check these 3 points in your CA.

  • Modification of user OID according to IOM attribute container

    Hi all

    I am using OIM 11 g with LDAP synchronization to OID.

    I have configured LDAP container rules according to the Country attribute. So when I give a country during the creation of the user, then it moves to the container specified for the IOM.

    Now, the problem is that I want that whenever the country of this user is updated... it should move to its respective container. but now the container is considered only at creation time and so user don't move from one container to another.

    Can you please tell me how I can achieve this.

    Thank you!!

    TJ

    You can try to update the user "usr_ldap_dn" or "usr_ldap_organization_unit" attribute and see if that moves users.

    -Kevin

  • Security group create a problem at the EBS UM provisioning

    Hi Expert,


    Currently, there are four security groups in my search for Lookup.EBS.SecurityGroup. Who I had reconciled EBS system.
    If I add a liability without security group or with the safety of the 'STANDARD' group, it's okay. But I'm unable to add accountability as well as of other than STANDARD security group.
    Is this problem of the IOM or EBS application problem? How can I solve it?

    Kind regards
    louisette

    Yes this is EBS application deliver nothing to do with the IOM.

    When we install application EBS, STANDARD security group get configured automatically.

    When we create custom security group, we need to run 2 programs in system EBS which is responsible to set up the security groups with the set of APPLICATIONS.

    I don't remember the name of the task of these programs in EBS. But, ask your administrator to do so. If you have admin EBS.

    Let me know the results.

    Kind regards
    Nayan

  • Massive (batch) user deletion of the console of the IOM

    Hello world!

    We hope to find the answer to the following situation.
    After a process of reconciliation, we would like to delete multiple users (for example, thousands) of IOM and we have problems, find a way to do this in a massive or batch mode.
    We know this might be a silly question, but please, if you want to give us a rough RT? Meet M, could be so kind and provide us with the correct URL for that?

    Best regards!

    The STANDARD tasks will not help. You must create your own scheduled task.

    DB backups can be an option if you want to do a full roll of return.

  • Data flow of user profile of IOM to your process

    Hi all
    I have set up EBS as a trusted source for IOM and am facing problem to update the form user IOM to process form fields. I called old posts in the forum, mainly the below two which were very useful in understanding the concepts:

    IOM password
    How to update the card process resource on the IOM changes

    Now, I understand that I must do the following to propagate these data for example, the password of the user-
    1. you must add a task in the database name as 'Change User Password"of the provisioning process.
    1. now write code using the IOM API that will update the password field of the database, in service process with the new password form.
    3 attach the map to change the password"task.

    I searched for this API must be used to create the adapter and found something like -

    searchMap.put ("Objects.Name", "AD User");
    objresultSet = moObjectUtility.findObjects (searchMap);
    long ObjectKey = objresultSet.getLongValue ("Objects.Key");
    objectMap.put ("Objects.Object Status.Status", "Configured");
    objectSet = (ObjectKey, objectMap);
    String processInstanceKey = objectSet.getStringValue ("process Instance.Key");

    I checked the behavior of the ' enable/Devil user' feature which works very well that these tasks have an entry in the search for Proc_triggers as well as in the definition of the user process Xellerate and process of the Application form as well. Please correct me if my interpretation is wrong. And I noticed that the task of the user activation is aligned with adapter tcenableuser and analogues for hell user.

    * My questions are: *.
    1. How can I view the code of the user to toggle adapter so that I can create a similar one for e-mail and other attributes of the user
    2 - is someone has the adapter code to achieve this functionality

    Thank you

    You don't need any code big for that, just create an adapter with the involvement of say variable and return the same thing.

    Map the input variable to the user say password domain and the return value for the corresponding field in the form of process. Data ==> password

    Thank you
    Suren

  • Reconciliation: Events of received data

    Environment: Oracle Identity Manager 11.1.1.5.7

    I have a cluster IOM environment. I get inconsistent results with reconciliation.

    Sometimes recon events are dealt with and sometimes recon events are in a State of data received.

    E.g. first reconciliation runs: the events are handled.

    Second launch reconciliation: the events are in a State of data received.

    Running third reconciliation: the events are handled.

    . . .

    Can someone explain to me why this is happening or how to fix this?

    I had the same problem. Restart the servers IOM should solve the problem.

  • R1: tcAPIException: duplicate the element of planning for a task that is not multiple.

    Hello

    I am struggling with the next task:

    I have to ensure that an account exists for a given resource. I have available with la.tcUserOperationsIntf.provisionObject ().

    I created a createUser task to create the account.

    The task code checks to see if it is already matching account.

    If no account does exist, is created in a disabled state, and the State of the object of the IOM account is set to "Disabled" through return code of task mapping.

    If it exists, it is "related" to the account of the IOM.

    The problem is that if the existing account is enabled, I have to change account either IOM "Enabled" status.

    To implement this (thank you, Kevin Pinski https://forums.oracle.com/thread/2564011)) I created an additional task 'Switch' which is triggered by a special task return code. This task is always successful, and his only side effect is the status of being 'Enabled '.

    I'm getting the exception "Duplicate calendar item for a task that does not allow for multiple" permanently:

    This is the stack trace:

    Thor.API.Exceptions.tcAPIException: Duplicate the element of planning for a task which does not multiples. \

    at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.provisionObject (tcUserOperationsBean.java:2925).

    at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.provisionObject (tcUserOperationsBean.java:2666).

    at Thor.API.Operations.tcUserOperationsIntfEJB.provisionObjectx (unknown Source).

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method).

    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:57).

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43).

    at java.lang.reflect.Method.invoke (Method.java:601).

    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection (AopUtils.java:310).

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint (ReflectiveMethodInvocation.java:182).

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed (ReflectiveMethodInvocation.java:149).

    .. .skipped

    at Thor.API.Operations.tcUserOperationsIntfDelegate.provisionObject (unknown Source).

    ... jumped

    What I did wrong?

    Kind regards

    Vladimir

    Solved. Just forgot to mark the additional task as 'Conditional', then the system has tried to run twice.

  • Error Passlogix add Credential in the gateway configuration test

    HII everyone, I am newbie

    When I test gateway provisioning to eSSO using the connector of the IOM. I have problem,

    This is the problem:

    Error Passlogix add credentials:

    "ADP ClassLoader load failure: com.passlogix.integration.provision.OIM.OIMInterface ' does not match a known response Code. With the help of 'UNKNOWN '.

    Answer: ADP ClassLoader load failure: com.passlogix.integration.provision.OIM.OIMInterface
    Description of the response: an unknown response was received

    stage i did:

    1. create user
    2. enter all the attributes of the user, as shown below, enter the password as "Password1", then click on create a user:
    3. implement this user in Active Directory, which is the repository of eSSO user credentials. Select the ad as «employee HR» server
    Database "and password as"Password1"

    and here are the results

    1. validation of the system: full
    2. create user: full
    3. get object GUID created: full
    4 Passlogix add credentials: rejected
    5. account export date updated: rejected



    Thank you

    Hi darvesth,
    1 will you please try to add credentials for an application using the console of v - GO PM, not not using IOM, by grace to add a new user SSO?
    2. If you are able to create the user using the console, then check your PMClientConfiguration.properties file.
    3. check your pot correctly in the java task. If it contains an OIMInterface.class OIMConnector6.0.jar\com\passlogix\integration\provision\OIM
    4 check your third party
    PMCLI.jar, activation.jar, axis.jar dom.jar, jaxp - api .jar, jaxrpc.jar, log4j - 1.2.9.jar, mail.jar, opensaml - 1.0.1.jar saaj.jar, sax.jarincompatible, wsdl4j - 1.5.1.jar, wss4j.jar, xalan.jar, xercesImpl.jar, xmlsec - 1.3.0.jar
    4. If you still have problem, do something to create a procurement process.
    Create a task say to addSSOCredential, to integrate and to map the variable with the adapter for further identification information
    Manufacturer:-public com.passlogix.integration.provision.OIM.OIMInterface)
    Method : - public java.lang.String com.passlogix.integration.provision.OIM.OIMInterface.addPasslogixCredential(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
    Try calling this task after provisioning AD.
    Hope this will help you

  • e business Suite User "Push" with sub Forms object

    e business Suite user RO has two forms, 1 item and 1 process

    I want to configure access policies to automatically supply EBS RO to IOM users (especially for full-time staff).

    The configuration of the object resource, I checked The Auto-Save. This allows my form object is automatically saved in the auto supply. I pre-fill adapters attached to my sub form of such object for auto supply, the fields are pre-populated from profile to the IOM.

    However, my problem is, my pre-fill adapters always get xelsysadm attributes and not the user of (whose demand is created for).

    You may wonder why I need the shape of the object? I could just throw my shape of the object of the resource object and directly fill the values in the form of process.
    However, I have a requirement of the company, eBusiness Suite User can also stand alone asked for some users (contractor, contingent) that are not part of the strategy of service/access self-introduction. This is why I still need my shape of the object.

    Is it possible that Automatic supply and stand-alone application works both ways under a resource object?

    Well, that's something decisive with the IOM demand model. As far as I know in such cases, information related to the applicant are filled, and given that the invocation of access policy is through sysadmin so XELSYSADM information are met.

    Rather what I would say is that they attach pre-fill adapters to your process and skip the data flow object-> process of form. If your model application remains intact and the information you want to pre-fill will do, too. Hope it should work and is viable for you.

    Thank you

    Sunny

  • Identify the shape of the reconciliation process

    Hello

    I did the reconciliation of the target for lotus notes and users got related to IOM. I made a few changes in the form of courses (I have added the CompanyName field) now when I target reconciliation once again it is not the companyname field in forms of process for users. I checked the table of data that it contains the values of companyname. So it's not showing me the new form of process updated for users.

    Thank you and best regards,

    Hello

    I'm going to tell you my trade secret. Let me understand your problem first.

    1. you created the form of courses and has made reconciliation and the user got linked.
    2. you updated in the form of courses and did again, reconciliation, got event related but process forms not updated.

    Problem:

    See it's very old scenario we are facing, at least in my three years of career IOM that faces this problem. With each provisioned resource IOM keep the respective process Oud_form name of process form information. With it contains also the version of form of process so whenever you create a new version of the form of courses, it works very well for the new object provisioned but the IOM updates not the version of form of process in the Oud_ for the old board entries. This is why when you view the form to process it will not show you the last modified field.

    Solution:
    Each problem has solution yes I agree that what you can do to solve the problem. First always design in such a way that you don't need to edit the form, but if you have already made this mistake, then that's how you can solve the problem.

    1. take a single user and it put into service to lotus notes resource.
    2. download the usr_key of this user.
    3. Select orc_key of orc where usr_key =? (The key you get to step 2.
    4. Select * from UD_LOTUSFORM where orc_key =? Key that you get in step 3
    5. now you will see a field called UD_LOTUSFORM_VERSION... See what the value of this version.
    6 update UD_LOTUSFORM set UD_LOTUSFORM_VERSION =? (Value you get in step 5) WHERE 1 = 1 (it will update any existing entries)
    7 run the reconciliation again.

    You're done buddy. Let me know if you have any questions.

    Concerning
    Nitesh

  • OIM11g R2 PS2 Installation - problem to the IOM configuration step

    Hello

    I install OIM11gR2 PS2 to computer virtual RHEL5.4 installation. And I followed the steps of fixation with success. And now the configuration step IOM after making the field WL creation and facts Admin Server and running upward.

    In Assistant de Configuration IOM, step 4: screen of the WebLogic Admin Server.

    I have entered the following values:

    URL of the WebLogic Admin Server: t3: / / < xxxx >: 7001

    Username: weblogic

    Password: xxxxxx

    After you click Next, it is not further.and of the Forum got stuck at step 4 for more than an hour. I tried several times but the same problem persists.

    Could someone please help me out here.

    Enjoy a quick help.

    Thank you

    Maryse

    I think that your SOA server is not upward. Early SOA server and then click Next. Make sure that before you run the Configure Server Admin and SOA are rising.

    Kind regards

    ARI

  • Facing problem while logging on to the console of the Machine of the IOM's design

    Hi all
    I am an intern of IDM. I get an error when you connect to the console of the IOM Machine Design. It is to show that the error

    "Keyword error: DAE." LOGON_DENIED
    Description: Invalid connection.
    Solution: Contact your system administrator.
    Action: E
    Gravity: H
    Help URL:
    Detail:
    "javax.security.auth.login.LoginException: java.net.MalformedURLException: no protocol: @jndi_url.

    The thing is that I can not the problem (why it's show error like that).

    The following things that I did while configured IOM with out of sync LDAP.

    After all the 6 steps.
    1 IOM set up successfully
    2 after that, in the directory/lib Weblogic I have run-java-jar wljarbuilder.jar
    3. then copied the wlfullclient.jar to the OIM_server/designconsole/ext directory
    4. then I run the commande./xlclient.sh
    6. once I had the window to connect to designconsole... .but I had the problem at this stage (id user and password are correct)

    Please help me solve this problem

    Kind regards
    Intern.

    Check the url in config/xlconfig.xml

    Open xml and provide the url correct IOM twice in the xml file

    http://


              
                   T3: / /.
                   weblogic.jndi.WLInitialContextFactory
              

  • Problem with the bulk loading IOM account to AD

    Hi all

    I'm doing a loading block account for AD in IOM. I followed all the steps in the oracle documentation.

    I entered the user in the format of CSV file data. Data in the example are given below:

    Primary data in the Table:
    UD_ADUSER_UID, UD_ADUSER_FNAME, UD_ADUSER_LNAME, UD_ADUSER_ORGNAME, UD_ADUSER_BNUMBER, UD_ADUSER_OBJECTGUID
    TWoods, Tiger, Woods, "' 22 ~ CN = Users, DC = gkidmsolutions, DC = com", B000004, 104 "
    TCruise, Tom, Cruise, "" 22 ~ CN = Users, DC = gkidmsolutions, DC = com ", B000005, 105"
    WSmith, Will, Smith, "' 22 ~ CN = Users, DC = gkidmsolutions, DC = com", B000006, d149e9add00198469b1ebef579911024 "

    Data in the Child Table:
    UD_ADUSER_UID, UD_ADUSRC_GROUPNAME
    TWoods, ' 22 ~ CN = users, CN = Users, DC = gkidmsolutions, DC = com ".
    TCruise, ' 22 ~ CN = users, CN = Users, DC = gkidmsolutions, DC = com ".
    WSmith, ' 22 ~ CN = users, CN = Users, DC = gkidmsolutions, DC = com ".

    All of these users are already available in both IOM and AD. I am trying to establish links between these users through loading bulk. I am able to load bulk account using the IOM bulk load utility. After loading bulk accounts, when I go to the tab the user resources, I see a user resource AD for the respective users with the status 'Configured'.

    However, the problem is when I try to update any user information through the process of the object resource AD shape, this not updated for AD. An exception mentioned below can be seen in newspapers. Looks like the loading block creates a map that can be seen from front end, but in fact, he is not pointing the user to the AD. Am I missing something? Help me!

    *********************************************************************************************************************************************
    "Current execution LOCKUNLOCKADADAMUSER
    Target class = com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks
    < 5 April 2012 5:18:54 CEST > < error > < OIMCP. A/d converters > < BEA-000000 > <>=
    < 5 April 2012 5:18:54 CEST > < error > < OIMCP. A/d converters > < BEA-000000 > < com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks: unlockADUser: the user could not unlocked >
    < 5 April 2012 5:18:54 CEST > < error > < OIMCP. A/d converters > < BEA-000000 > < =.
    >
    < 5 April 2012 5:18:54 CEST > < error > < OIMCP. A/d converters > < BEA-000000 > < = start the Stack Trace = >
    < 5 April 2012 5:18:54 CEST > < error > < OIMCP. A/d converters > < BEA-000000 > < com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks: unlockADUser >
    < 5 April 2012 5:18:54 CEST > < error > < OIMCP. A/d converters > < BEA-000000 > < String index out of range:-1 >
    < 5 April 2012 5:18:54 CEST > < error > < OIMCP. A/d converters > < BEA-000000 > < Description: String index out of range:-1 >
    < 5 April 2012 5:18:54 CEST > < error > < OIMCP. A/d converters > < BEA-000000 > < java.lang.StringIndexOutOfBoundsException: String index out of range:-1
    at java.lang.String.substring(String.java:1931)
    at java.lang.String.substring(String.java:1904)
    at com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks.unlockADUser (unknown Source)
    at com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks.lockADorADAMUser (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)
    to com.thortech.xl.adapterGlue.ScheduleItemEvents.adpADCSLOCK_UNLOCKUSER. LOCKUNLOCKADADAMUSER (adpADCSLOCK_UNLOCKUSER. Java:163)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpADCSLOCK_UNLOCKUSER.implementation(adpADCSLOCK_UNLOCKUSER.java:61)
    at com.thortech.xl.client.events.tcBaseEvent.run(tcBaseEvent.java:196)
    at com.thortech.xl.dataobj.tcDataObj.runEvent(tcDataObj.java:2492)
    at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(tcScheduleItem.java:2919)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(tcScheduleItem.java:553)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:604)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
    at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostUpdate(tcOrderItemInfo.java:374)
    at com.thortech.xl.dataobj.tcDataObj.update(tcDataObj.java:664)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:508)
    at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2906)
    at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData(tcFormInstanceOperationsBean.java:710)
    at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.setProcessFormData(tcFormInstanceOperationsBean.java:426)
    at Thor.API.Operations.tcFormInstanceOperationsIntfEJB.setProcessFormDatax (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 com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy341.setProcessFormDatax (Unknown Source)
    at Thor.API.Operations.tcFormInstanceOperationsIntfEJB_h6wb8n_tcFormInstanceOperationsIntfRemoteImpl.__WL_invoke (unknown Source)
    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    at Thor.API.Operations.tcFormInstanceOperationsIntfEJB_h6wb8n_tcFormInstanceOperationsIntfRemoteImpl.setProcessFormDatax (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 weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
    to $Proxy178.setProcessFormDatax (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 org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
    to $Proxy337.setProcessFormDatax (Unknown Source)
    at Thor.API.Operations.tcFormInstanceOperationsIntfDelegate.setProcessFormData (unknown Source)
    at com.thortech.xl.webclient.actions.UserDefinedFormAction.editForm(UserDefinedFormAction.java:2033)
    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 org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)
    at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)
    at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)
    at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)
    at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)
    at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)
    at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
    at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
    at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)
    at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
    at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1914)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:463)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:78)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:122)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:108)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    < 5 April 2012 5:18:54 CEST > < error > < OIMCP. A/d converters > < BEA-000000 > < = end of stack memory trace = >
    EXECUTEREMOTESCRIPT running
    Target class = com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks
    "# SessionContainer:valueUnbound: expired Session of the name of the event is: Xellerate.Session.

    Looks like a problem with the value of the UD_ADUSER_LOCKED field. Change to retry and value non-zero.

  • Problems during commissioning user IOM to AD

    Hello
    My version of the IOM is 9.1.0.1 & AD version is 9.1.1.4
    So I want to provision user IOM to AD, before commissioning, I ran AD research Recon group &
    Ad organization looking for Recon.
    When I tried to provision AD user to user of IOM, State = in service where the Validation of the system has been
    filled and create the user was rejected and there was no description of the response.
    Here is the error I got on the console: java.lang.reflect.InvocationTargetException

    Thanks and greetings
    Rahul Shah

    Hello Rahul,

    I encountered this problem before.

    Please use weblogic 10.3.1.0 with 9.1.0.1 like weblogic 10.3.3.0 IOM. is not certified with IOM 9.1.0.1.

    I hope this helps.

    Sunil Kumar

Maybe you are looking for