Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Custom Transformation code is not working after upgrade

RajashekarEJul 25 2019 — edited Jul 26 2019

Hi All,

We have upgrade OIM 11gR2PS3 to 12c.

After upgrade when we are doing target reconciliation , we are getting error for transformations added.

Getting class not found error in the logs, though we have the jars available in DB.

If you remove the transformation from the lookup recon is working fine.

Tried to update the jar, deleted and uploaded again. Still facing the same error.

Any pointers will be helpful, below are the reference logs.

Thanks  in Advance.

<Jul 25, 2019 8:52:40,267 AM UTC> <Error> <ORACLE.IAM.CONNECTORS.ICFCOMMON.RECON.SEARCHRECONTASK> <BEA-000000> <oracle.iam.connectors.icfcommon.recon.SearchReconTask : handle : Recon event skipped

oracle.iam.connectors.icfcommon.exceptions.IntegrationException: java.lang.ClassNotFoundException: com.test.oim.ta.adapters.transformation.TransformAllowRecon

        at oracle.iam.connectors.icfcommon.extension.Transformation$OimTransformation.transform(Transformation.java:152)

        at oracle.iam.connectors.icfcommon.extension.Transformation.transform(Transformation.java:89)

        at oracle.iam.connectors.icfcommon.recon.SearchReconTask$TargetResultHandler.doHandle(SearchReconTask.java:152)

        at oracle.iam.connectors.icfcommon.recon.SearchReconTask$TargetResultHandler.handle(SearchReconTask.java:114)

        at org.identityconnectors.framework.impl.api.StreamHandlerUtil$ObjectStreamHandlerAdapter.handle(StreamHandlerUtil.java:79)

        at org.identityconnectors.framework.impl.api.BufferedResultsProxy.invoke(BufferedResultsProxy.java:272)

        at org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy.invoke(DelegatingTimeoutProxy.java:102)

        at com.sun.proxy.$Proxy586.search(Unknown Source)

        at sun.reflect.GeneratedMethodAccessor1669.invoke(Unknown Source)

Comments

Post Details

Added on Jul 25 2019
5 comments
201 views