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!

Connector Cloning Error in OIM11gR2PS3

3872280Mar 27 2019 — edited Apr 2 2019

Hi Guru, In OIM11GR2PS3 after connector cloning from service now connector. XML file imported successfully,and copied jar file of service now in connector bundle. All object are created successfully in OIM ,for unit testing i ran job 'DCS Role Lookup Recon' and it's failing . I checked in connector server log and oim_server1.diagonistic log not getting any clue for solution.

Note: Service now connector is not working in OIM, i cloned for new target system and updated IT Resource.

Can you please suggest for below mentioned error:

org.identityconnectors.framework.common.exceptions.ConnectorException: Exception in getting authentication header Description not available for received status code.302

Connector Server log:

Mar 27, 2019 8:41:23 PM org.identityconnectors.framework.server.impl.ConnectionListener processOperationRequest

SEVERE: Exception in getting authentication header Description not available for received status code.302

org.identityconnectors.framework.common.exceptions.ConnectorException: Exception in getting authentication header Description not available for received status code.302

at org.identityconnectors.genericrest.GenericRESTConnection.setAuthHeaders(GenericRESTConnection.java:93)

at org.identityconnectors.genericrest.GenericRESTConnection.<init>(GenericRESTConnection.java:78)

at org.identityconnectors.genericrest.GenericRESTConnector.init(GenericRESTConnector.java:164)

at org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:89)

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

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

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

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

at org.identityconnectors.framework.impl.api.local.operations.ThreadClassLoaderManagerProxy.invoke(ThreadClassLoaderManagerProxy.java:107)

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

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

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

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

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

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

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

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

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

at org.identityconnectors.framework.impl.api.LoggingProxy.invoke(LoggingProxy.java:76)

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

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

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

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

at org.identityconnectors.framework.server.impl.ConnectionProcessor.processOperationRequest(ConnectionProcessor.java:287)

at org.identityconnectors.framework.server.impl.ConnectionProcessor.processRequest(ConnectionProcessor.java:191)

at org.identityconnectors.framework.server.impl.ConnectionProcessor.run(ConnectionProcessor.java:121)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

at java.lang.Thread.run(Thread.java:724)

Caused by: org.identityconnectors.framework.common.exceptions.ConnectorException: Description not available for received status code.302

at org.identityconnectors.restcommon.utils.RESTCommonUtils.checkStatus(RESTCommonUtils.java:196)

at org.identityconnectors.restcommon.ClientHandler.executeRequest(ClientHandler.java:251)

at org.identityconnectors.restcommon.auth.impl.OAuthPassword.getAuthHeaders(OAuthPassword.java:126)

at org.identityconnectors.restcommon.ClientHandler.getAuthenticationHeaders(ClientHandler.java:97)

at org.identityconnectors.genericrest.GenericRESTConnection.setAuthHeaders(GenericRESTConnection.java:87)

... 28 more

Thanks in Advance

Geeta

Comments
Post Details
Added on Mar 27 2019
2 comments
368 views