I'm working on testing a custom ICF connector that was built out for provisioning. However, when I go to run a test to create a user, I receive the error:
<Jan 19, 2016 10:18:21 AM EST> <Error> <ORACLE.IAM.CONNECTORS.ICFCOMMON.PROV.ICPROVISIONINGMANAGER> <BEA-000000> <oracle.iam.connectors.icfcommon.prov.ICProvisioningManager : createObject : Error while creating user
oracle.iam.connectors.icfcommon.exceptions.IntegrationException: Connector ConnectorKey( bundleName=[Bundle Name] bundleVersion=1.0 connectorName=[Connector Name] ) not found.
The bundle name is the package where the ICF provisioning class is located at, and the connector name references that class. These are all set on the Configuration lookup. I tried following the steps listed for troubleshooting this kind of error, however these all involved an intermediate connector server. This is an ICF jar being uploaded directly to OIM. I've rebooted the entire OIM server as well.
Any advice on what I can check or where the error might be is greatly appreciated. Thanks in advance.